diff --git a/.github/workflows/kind.yaml b/.github/workflows/kind.yaml index 1b83636..1cea84d 100644 --- a/.github/workflows/kind.yaml +++ b/.github/workflows/kind.yaml @@ -51,7 +51,7 @@ jobs: run: | git clone --depth 1 --branch v6.0.1 https://github.com/minio/operator.git && kubectl apply -k operator/ kubectl apply -f ./base/minio/minio-tenant-base.yaml - kubectl wait --for=condition=TenantInitialized tenant/myminio -n minio-tenant --timeout=300s + kubectl wait --for=condition=ready pod/myminio-pool-0-0 -n minio-tenant --timeout=300s kubectl get po -A -o wide kubectl get po -A -o wide | grep myminio-pool-0-0 | awk '{print $3}' | grep -q '2/2' && echo "myminio-pool-0-0 pod is running with status 2/2" || (echo "myminio-pool-0-0 pod is not running with status 2/2" && exit 1) - name: Install MongoDB