Community
Microk8s: Unable to connect to the server: x509: certificate has expired or is not yet valid
When trying to connect Kubernetes cluster I get this error: `Unable to connect to the server: x509: certificate has expired or is not yet valid: current time 2024-04-02T11:50:40Z is after 2024-03-26T10:30:10Z`. It seems that some cert has expired. What do I need to do?
Posted by Robert Lundsten 5 months ago
calico pod-controllern does start after updating microk8s
After a auto update of microk8s it seems that we have a issue with the `calico-kube-controllers` pod. It does not start and says `CrashLoopBackOff`.
```
$ microk8s.kubectl get pods -n kube-system
calico-node-c7h46 1/1 Running 1 (7m38s ago) 10m
calico-kube-controllers-5ddf994775-gp8cv 0/1 CrashLoopBackOff 7 (34s ago) 10m
```
Posted by Robert Lundsten over 2 years ago