Improving our Operator Test in console (#2138)

This commit is contained in:
Cesar Celis Hernandez
2022-06-22 12:07:40 -04:00
committed by GitHub
parent d0b65ce297
commit 618a00d775

View File

@@ -63,12 +63,17 @@ function install_operator() {
echo "Waiting for k8s api"
sleep 10
echo "Waiting for Operator Pods to come online (2m timeout)"
echo "wait for the app=console to be present -> One Pod"
wait_for_resource minio-operator console app
echo "wait for the name=minio-operator to be present -> Two Pods"
wait_for_resource minio-operator $value $key
echo "Waiting for Operator Pods to come online (3m timeout)"
try kubectl wait --namespace minio-operator \
--for=condition=ready pod \
--selector $key=$value \
--timeout=120s
--timeout=180s
echo "start - get data to verify proper image is being used"
kubectl get pods --namespace minio-operator