You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add retry loop for oc login with kubeadmin credentials
Add a 5-minute retry loop (30 attempts with 10-second intervals) to ensure
successful login to the provisioned cluster using kubeadmin credentials. This
handles cases where the cluster API is accessible but authentication may not
be immediately ready.
The retry loop includes proper validation via 'oc whoami' and integrates with
the existing provisioning retry logic.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments