until-loop Questions

1

Solved

I run a start script using Ansible as below: - name: Start service raw: "source ~/.profile; ~/start.sh" Now, I want to keep checking the HTTP status for the services I started above unt...
Lofty asked 24/5, 2022 at 12:42

3

I am trying to create a shell script that will validate that certain pods are ready by checking the READY heading showing 1/1. I have tried two ways. 1. ready=$(oc get pods | awk '{print $2}' | t...
Faradic asked 20/5, 2020 at 21:17
1

© 2022 - 2024 — McMap. All rights reserved.