siderolabs / cluster-api-control-plane-provider-talos

A control plane provider for CAPI + Talos
Mozilla Public License 2.0
60 stars 20 forks source link

CACPPT should renew <clustername>-kubeconfig before expiration #126

Closed rsmitty closed 1 year ago

rsmitty commented 2 years ago

The generated kubeconfig secrets have a 1 yr expiration. We should check that expiration and, if we're getting close, drop and renew the secret.

rsmitty commented 2 years ago

relevant: https://github.com/kubernetes-sigs/cluster-api/pull/3140