Hi All,
I’ve run into an issue where Minikube won’t start due to an expired certificate. It expired after a year.
error execution phase certs/apiserver-kubelet-client: [certs] certificate apiserver-kubelet-client not signed by CA certificate ca: x509: certificate has expired or is not yet valid: current time 2023-10-04T13:58:31Z is after 2023-10-04T10:03:51Z
I’m running AWX under Minikube version 1.27.0.
It’s seems to be a known issue and there is mention of re-creating the certs but losing data
https://github.com/kubernetes/minikube/issues/10122
Is there a way to resolve this without losing any data/configuration?
Thanks
David