diff --git a/.github/workflows/odh_notebook_controller_integration_test.yaml b/.github/workflows/odh_notebook_controller_integration_test.yaml index 52ab71fa80b..3d451d0a33e 100644 --- a/.github/workflows/odh_notebook_controller_integration_test.yaml +++ b/.github/workflows/odh_notebook_controller_integration_test.yaml @@ -271,6 +271,8 @@ jobs: port: notebook-port EOF + # wait for the statefulset to be created + timeout 100 bash -c -- 'until kubectl get statefulset minimal-notebook; do sleep 1; done' # wait for the good result kubectl rollout status --watch statefulset minimal-notebook kubectl wait statefulset minimal-notebook --for=jsonpath='{.spec.replicas}'=1 --timeout=100s