From 4a1ef5f62639b9b83234a013433adfeb6393dcf4 Mon Sep 17 00:00:00 2001 From: David Ingenbohs Date: Fri, 20 Feb 2026 17:26:46 +0000 Subject: [PATCH] Update k3os/README.md --- k3os/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/k3os/README.md b/k3os/README.md index 67875d3..8b62800 100644 --- a/k3os/README.md +++ b/k3os/README.md @@ -9,8 +9,11 @@ 2. Create one or more workers, boot to k3os, install k3os as 'agent'. Use 'https://MASTER_IP_ADDRESS:6443' as 'URL of Server' and same token/cluster secret as master. Replace 'MASTER_IP_ADDRESS' with the IP address of the master. ## Tips -* 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. -* 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 +* If downloading scripts to the host and using Proxmox as the hypervisor, use 'utilities/noVNC Paste for Proxmox-0.2a.user.js' for TamperMonkey to enable pasting into the Proxmox terminal. +* Click the script name, then use the 'raw' button and copy the URL to get the public file. +* 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. +* 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