This commit is contained in:
Karim Naufal 2022-02-12 01:49:33 +01:00
parent e6b12a172c
commit cbe343c72b

View File

@ -91,7 +91,7 @@ resource "hcloud_server" "first_control_plane" {
sleep 1
done
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
done
EOF