From 2aee6212c941e4eaffc3dbb9fad5abfe941c020e Mon Sep 17 00:00:00 2001 From: pjuarezd Date: Fri, 5 Jul 2024 17:44:56 -0600 Subject: [PATCH] make sure operator deployment rollout is complete before continue the test Signed-off-by: pjuarezd --- testing/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/common.sh b/testing/common.sh index ec516753df5..c260032db9f 100644 --- a/testing/common.sh +++ b/testing/common.sh @@ -614,6 +614,8 @@ function install_operator() { try kubectl -n minio-operator set image deployment/console console="$TAG" try kubectl -n minio-operator set env deployment/minio-operator OPERATOR_SIDECAR_IMAGE="$SIDECAR_TAG" + try kubectl -n minio-operator rollout status deployment/minio-operator + echo "key, value for pod selector in kustomize test" key=name value=minio-operator