DEV Community

Cover image for Your kubeadm certs expired, you renewed them… and now kubectl is broken?
Minh Tri Vo
Minh Tri Vo

Posted on • Originally published at technostress.blog

Your kubeadm certs expired, you renewed them… and now kubectl is broken?

Ran kubeadm certs renew all — and now locked out with:
memcache.go:265 – the server has asked for the client to provide credentials

Yep, your kubeconfig is still using expired certs.

🔧 This quick guide walks you through:

Regenerating your admin kubeconfig

Restarting the API server (static pod)

Restoring full access to your Kubernetes cluster

👉 Read the fix → https://technostress.blog/technostress-blog-fix-kubernetes-cert-renewal-memcache-error/

Top comments (0)