mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 21:00:35 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix getting pool size in autoscaling e2e tests Command fails due to missing quotation marks, causing tests to fail: ```I0221 01:01:09.140] I0221 01:01:09.138464 1873 cluster_size_autoscaling.go:956] Executing: gcloud container node-pools describe extra-pool --quiet --cluster=e2e-5481 --format=value(initialNodeCount) --zone=us-central1-f --project=k8s-e2e-gci-gke-autoscaling I0221 01:01:09.842] I0221 01:01:09.842393 1873 cluster_size_autoscaling.go:1331] Node-pool initial size: I0221 01:01:09.843] [AfterEach] [sig-autoscaling] Cluster size autoscaling [Slow] ``` ```release-note NONE ```