From 13bcb8806cd56bc65f3b1666e1aa9a04762dc56f Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Tue, 11 Nov 2025 22:04:19 +0000 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 749241c..b64a400 100644 --- a/Home.md +++ b/Home.md @@ -33,4 +33,4 @@ See [DevOps/ansible-role-eom](https://gitea.eom.dev/DevOps/ansible-role-eom) # Maintenance Notes * When `kubectl` fails due to failed tls certs, run `sudo kubeadm certs renew all` on the control plane -* When nodes have a `` 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`` \ No newline at end of file +* When nodes have a `` 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` \ No newline at end of file