From 8118d1c4bc5caad402c0749decaabdec3ca0a90e Mon Sep 17 00:00:00 2001 From: David Ingenbohs Date: Fri, 20 Feb 2026 17:30:28 +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 37fdff8..090ce45 100644 --- a/k3os/README.md +++ b/k3os/README.md @@ -14,6 +14,6 @@ * 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 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. +* 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. Run 'toggle_sshd_password_auth.sh' on the master again to disable it. * 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