Skip to content

Commit

Permalink
Merge pull request #12120 from rhmdnd/fix-idp-remediation
Browse files Browse the repository at this point in the history
Improve identity provider timeout polling
  • Loading branch information
yuumasato authored Jul 15, 2024
2 parents 1dc6864 + 5936a3c commit 664055b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ spec:
EOF


echo "waiting for authentication operator to become progressing"
oc wait clusteroperator authentication --for=condition=PROGRESSING

echo "waiting for authentication operator to become ready"
oc wait clusteroperator authentication --for=condition=Available
echo "waiting for a stable cluster"
oc adm wait-for-stable-cluster

0 comments on commit 664055b

Please sign in to comment.