kubernetes-sigs/cluster-api-provider-vsphere
View on GitHubImprove handling of unreachable vCenter
Open
#1,443 opened on Feb 17, 2022
area/govmomihelp wantedkind/featurelifecycle/frozen
Repository metrics
- Stars
- (417 stars)
- PR merge metrics
- (PR metrics pending)
Description
/kind feature
Describe the solution you'd like Currently if i have an vCenter that CAPV cant reach it slows down the reconciliation for all resources, as it will retry reaching the offending vCenter every reconciliation loop. It would be nice to move unreachable resources into a separate back off (ideally with a ceiling) so that they dont block reconciliation of still reachable resources