We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664fc06 commit 33016e5Copy full SHA for 33016e5
.github/workflows/e2e-reusable-pipeline.yml
@@ -434,10 +434,11 @@ jobs:
434
# kubectl wait --for=jsonpath='{.status.phase}'=Ready modules sds-replicated-volume --timeout=300s
435
436
for i in {1..60}; do
437
- sds_replicated_volume_status=$(kubectl get ns d8-operator-ceph -o jsonpath='{.status.phase}' || echo "False")
+ sds_replicated_volume_status=$(kubectl get ns d8-sds-replicated-volume -o jsonpath='{.status.phase}' || echo "False")
438
439
if [[ "${sds_replicated_volume_status}" = "Active" ]]; then
440
echo "Namespaces sds-replicated-volume are Active"
441
+ kubectl -n d8-sds-replicated-volume get pods
442
break
443
fi
444
0 commit comments