This commit is contained in:
Daniel Kłobuszewski 2018-02-13 10:57:29 +01:00
parent 3b178ee45c
commit 6a48e343f0

View File

@ -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