We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4607dcc commit 2279d7eCopy full SHA for 2279d7e
tests/e2e/scenarios/scalability/pre-test.sh
@@ -26,5 +26,6 @@ if [[ "${CLOUD_PROVIDER}" == "gce" ]]; then
26
--set=spec.maxSize=1 --set=spec.minSize=1 --set=spec.rootVolume.type=hyperdisk-balanced \
27
--set=spec.image="${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2404-noble-amd64-v20251001}"
28
kops update cluster --yes
29
- kops validate cluster --wait 10m
+ # TODO: Replaced with `kops validate instancegroup --wait 10m` when it's fixed for 5k node clusters.
30
+ sleep 120 # should take around 2 minutes to get node read
31
fi
0 commit comments