Update k3os/README.md

This commit is contained in:
2026-02-20 17:30:28 +00:00
parent 91810fe7fc
commit 8118d1c4bc

View File

@@ -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.