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 fi
# Wait until ScalingPolicy CRD is in place. # Wait until ScalingPolicy CRD is in place.
until kubectl get scalingpolicies until kubectl get scalingpolicies.scalingpolicy.kope.io
do do
sleep 10 sleep 10
done done