8 Home
Eric Meehan edited this page 2025-11-11 22:05:36 +00:00

Maintenance Notes

  • When kubectl fails due to failed tls certs, run sudo kubeadm certs renew all on the control plane
  • When nodes have <none> in the Role field from kubectl list nodes, they do not accept pods and need to be initialized with kubectl label node $HOSTNAME node-role.kubernetes.io/worker=worker