This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
✨ [VC] Support Auto Reloading KUBECONFIGs from Secrets #128
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Milestone
User Story
As a operator I would like the syncer to auto reload changes to
KUBECONFIG
secrets so that the syncer can stay up to date with PKI expiry w/o intervention.Detailed Description
In the next version of VC w/ CAPN/CAPI Support control planes are being provisioned out of cluster and linked via two annotations, along w/ the old path for
native
provisioning would load theKUBECONFIG
bytes once then never reload unless the syncer is restarted. This happens here - https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/main/virtualcluster/pkg/syncer/conversion/helper.go#L84-L99With the new CAPI/CAPN support this lifecycle should be automated so if CAPI expires the KUBECONFIG credentials (every 6months) that they syncer reloads the client.
Anything else you would like to add:
Hold until #81 is done.
/kind feature
/milestone v0.1.x
The text was updated successfully, but these errors were encountered: