Skip to content
Snippets Groups Projects
Commit 1eecaf4d authored by František Dvořák's avatar František Dvořák
Browse files

Sync deploy script

parent f849b38f
No related branches found
No related tags found
No related merge requests found
...@@ -52,4 +52,4 @@ ansible-playbook playbooks/squid.yaml ...@@ -52,4 +52,4 @@ ansible-playbook playbooks/squid.yaml
ansible-playbook playbooks/cvmfs.yaml ansible-playbook playbooks/cvmfs.yaml
# wait for finish # wait for finish
while ansible -m command -a 'kubectl get pods --all-namespaces' master | tail -n +3 | grep -v ' Running '; do sleep 5; done while ansible -m command -a 'kubectl get pods --all-namespaces' master | tail -n +3 | grep -Ev ' (Running|Completed) '; do sleep 5; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment