|
ValidityThirtyMinutes = time.Minute * 30 |
Cert validity is hardcoded to 30 mins. In most BYOR cases this is insufficient, as bootstrap and masters need to be prepared first (setup CRIO, pull images etc.) and by the time kubelets issue CSR the cert might expire.
As a temporary measure it would be nice to have this period extended to an hour, but ideally this should be configurable
installer/pkg/asset/tls/tls.go
Line 29 in 44b2220
Cert validity is hardcoded to 30 mins. In most BYOR cases this is insufficient, as bootstrap and masters need to be prepared first (setup CRIO, pull images etc.) and by the time kubelets issue CSR the cert might expire.
As a temporary measure it would be nice to have this period extended to an hour, but ideally this should be configurable