Update Home

Eric Meehan 2025-11-11 22:05:36 +00:00
parent ed1a3b60cf
commit 0dabec9961

@ -1,4 +1,4 @@
# Maintenance Notes
* When `kubectl` fails due to failed tls certs, run `sudo kubeadm certs renew all` on the control plane
* When nodes have a `<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`
* 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`