diff --git a/hack/cluster.sh b/hack/cluster.sh index 0f73c27b..b3dcf8be 100755 --- a/hack/cluster.sh +++ b/hack/cluster.sh @@ -74,7 +74,7 @@ function sync() { # Generate the manifest with the "sha256" to force kubernetes to reload the image sha=$(skopeo inspect --tls-verify=false docker://$img:$tag |jq -r .Digest) IMG=$img@$sha make deploy - ${KUBECTL} wait -n kubevirt-ipam-controller-system deployment kubevirt-ipam-controller-manager --for condition=Available --timeout 2m + ${KUBECTL} rollout status -w -n kubevirt-ipam-controller-system deployment kubevirt-ipam-controller-manager --timeout 2m }