From 91810fe7fca3c6a477ee22e5d9dd8bea40e37f4f Mon Sep 17 00:00:00 2001 From: David Ingenbohs Date: Fri, 20 Feb 2026 17:29:59 +0000 Subject: [PATCH] Update k3os/README.md --- k3os/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3os/README.md b/k3os/README.md index 366435e..37fdff8 100644 --- a/k3os/README.md +++ b/k3os/README.md @@ -13,7 +13,7 @@ * Click the script file name in Gitea, then use the 'Raw' button and copy the URL to get the public file. Use wget to download it to the node. * Allow execution of the script by using 'chmod +x SCRIPT_FILE_NAME'. * Use 'ipconfig.sh' to change the IP address of the nodes from DHCP to static and define them. Run with sudo. -* Use 'set_hostname.sh' to change the hostname of the nodes. Run with sudo. After changing hostname, use kubectl delete node to remove old hostnames. +* Use 'set_hostname.sh' to change the hostname of the nodes. Run with sudo. After changing hostname, use 'kubectl delete node NODENAME' to remove old hostnames. * To allow workers to use kubectl, first run 'toggle_sshd_password_auth.sh' on the master to enable password SSH authentication, then run 'download_kubeconfig_from_master.sh' on the workers to download the kubeconfig from the master. * Use the script in 'install/helm.txt' to install Helm on the master. * Use the commands in 'install/rancher.txt' to install Rancher on the cluster. \ No newline at end of file