Skip to content

Commit

Permalink
Fix typo in Gardener provisioning (kyma-project#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored and mmitoraj committed May 27, 2024
1 parent 58e5a81 commit 249737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gardener/aws/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
EOF

echo "waiting fo cluster to be ready..."
kubectl wait --kubeconfig="${GARDENER_KUBECONFIG}"--for=condition=EveryNodeReady shoot/${CLUSTER_NAME} --timeout=17m
kubectl wait --kubeconfig="${GARDENER_KUBECONFIG}" --for=condition=EveryNodeReady shoot/${CLUSTER_NAME} --timeout=17m

# create kubeconfig request, that creates a Kubeconfig, which is valid for one day
kubectl create --kubeconfig="${GARDENER_KUBECONFIG}" \
Expand Down

0 comments on commit 249737c

Please sign in to comment.