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
In VMware cluster, some pods are stuck in ProviderFailed state, and leader election function, provided by operator SDK, is unable to process that, so new pods are stuck in wait cycle.
Fix scans owners of leader lock config map, and deletes pods in ProviderFailed status.
Importance
must-have
Location
cmd/manager/main.go
Suggestions for an improvement
Customise the leader.Become function of operator-sdk to include pre-checks
The text was updated successfully, but these errors were encountered:
Description
In VMware cluster, some pods are stuck in ProviderFailed state, and leader election function, provided by operator SDK, is unable to process that, so new pods are stuck in wait cycle.
Fix scans owners of leader lock config map, and deletes pods in ProviderFailed status.
Importance
must-have
Location
cmd/manager/main.go
Suggestions for an improvement
Customise the leader.Become function of operator-sdk to include pre-checks
The text was updated successfully, but these errors were encountered: