kubernetes-sigs/cluster-api-provider-vsphere

Improve handling of unreachable vCenter

Open

#1,443 opened on Feb 17, 2022

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Go (320 forks)auto 404
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

Contributor guide