Update k3os/README.md

This commit is contained in:
2026-02-20 17:17:53 +00:00
parent d6c04b0bca
commit 642e063b2c

View File

@@ -3,3 +3,8 @@
## Folders
* Install: Contains txt files representing Helm charts or applications that can be installed.
* Utilities: Applications or scripts that could be useful for administration.
## Steps to Create Cluster
1. Create one or more masters, boot to k3os, install k3os as 'server'. Remember "token/cluster secret" must be same amongst all nodes in cluster.
2. Create one or more workers, boot to k3os, install k3os as 'agent'. Use 'https://<IP OF MASTER>:6443' as 'URL of Server' and same token/cluster secret as master.