From 6a48e343f0e9efbb0e7f8ca7e55aa4f33cd9ec1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20K=C5=82obuszewski?= Date: Tue, 13 Feb 2018 10:57:29 +0100 Subject: [PATCH] Review #2 --- cluster/gce/gci/configure-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index 7f368021bdc..05a2a3addca 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -1998,7 +1998,7 @@ function wait-for-apiserver-and-update-fluentd { fi # Wait until ScalingPolicy CRD is in place. - until kubectl get scalingpolicies + until kubectl get scalingpolicies.scalingpolicy.kope.io do sleep 10 done