mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 09:27:38 -02:30
Replace sleep with wait loop
This commit is contained in:
@@ -21,7 +21,7 @@ assign_node_roles() {
|
|||||||
create_network_conf
|
create_network_conf
|
||||||
assign_node_roles
|
assign_node_roles
|
||||||
|
|
||||||
kubectl delete namespace openstack && sleep 120
|
kubectl delete namespace openstack && while kubectl get namespace | grep -q ^openstack ; do sleep 5; done
|
||||||
|
|
||||||
mcp-microservices --config-file=/root/mcp.conf deploy -t /root/cluster-topology.yaml
|
mcp-microservices --config-file=/root/mcp.conf deploy -t /root/cluster-topology.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user