Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Created September 11, 2022 18:11
Show Gist options
  • Save khaliqgant/c25c9364cb193b38d34283002b5b861b to your computer and use it in GitHub Desktop.
Save khaliqgant/c25c9364cb193b38d34283002b5b861b to your computer and use it in GitHub Desktop.
[Kubernetes Upgrade Certificates] Manually Upgrade Kubernetes Certs #kubernetes #infrastructure
# check expiration
kubeadm alpha certs check-expiration
kubeadm alpha certs renew all
cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
# https://stackoverflow.com/questions/49885636/kubernetes-expired-certificate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment