We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4607dcc + 2279d7e commit a7e8c8cCopy full SHA for a7e8c8c
1 file changed
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