If the kubernetes server refuses to be updated, it might be necessary to check the certificates…
kubeadm alpha certs check-expiration
If there is an invalid cert just call
kubeadm alpha certs renew all
This makes your life easier again.
Mostly harmless
If the kubernetes server refuses to be updated, it might be necessary to check the certificates…
kubeadm alpha certs check-expiration
If there is an invalid cert just call
kubeadm alpha certs renew all
This makes your life easier again.