fix typo
This commit is contained in:
parent
e6b12a172c
commit
cbe343c72b
@ -91,7 +91,7 @@ resource "hcloud_server" "first_control_plane" {
|
|||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
until [[ "\$(kubectl get --raw='/readyz' 2> /dev/null)" == "ok" ]]; do
|
until [[ "\$(kubectl get --raw='/readyz' 2> /dev/null)" == "ok" ]]; do
|
||||||
echo "Waiting for cluster to become ready..."
|
echo "Waiting for the cluster to become ready..."
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user