You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
By design Kubernetes assumes all newly created certificates have expiration time set to 1 year. There is really no automatic way to overcome that and modify expiration time.
Describe the solution you'd like
This issue is already fixed and implemented in task #1302 and we would like to backport it to 0.6.x and test it.
single machine, single-master and HA installations
parameter values: renew: true, renew: false with different periods, including default
new installations using running epicli apply for the second time after changing parameters
Describe alternatives you've considered
it's possible to renew certs by kubeadm manually: kubeadm alpha certs renew apiserver, but we don't want to do it manually kubeadm alpha certs renew apiserver
Additional context
These changes can be modified to work without openssl_* modules, with shell.
The text was updated successfully, but these errors were encountered:
mkyc
changed the title
[BACKPORT] Ability to use "long lasting" Kubernetes certificates - backport to 0.6.x
[BACKPORT] Ability to use "long lasting" Kubernetes certificates - 0.6.x backport
Sep 17, 2020
Tested:
✅ single machine
✅ single master + nodes
✅ HA installation
✅ parameter values: renew: true, renew: false
✅ different expiration_days, including default, custom and maximum (24855 days ~ 68 years)
✅ running epicli apply for the second time after changing parameters
Is your feature request related to a problem?
By design Kubernetes assumes all newly created certificates have expiration time set to 1 year. There is really no automatic way to overcome that and modify expiration time.
Describe the solution you'd like
This issue is already fixed and implemented in task #1302 and we would like to backport it to 0.6.x and test it.
Recommended tests:
Describe alternatives you've considered
it's possible to renew certs by kubeadm manually: kubeadm alpha certs renew apiserver, but we don't want to do it manually
kubeadm alpha certs renew apiserver
Additional context
These changes can be modified to work without openssl_* modules, with shell.
The text was updated successfully, but these errors were encountered: