reorder and clean repo
This commit is contained in:
@@ -79,6 +79,15 @@ Run the provided script to update all nodes:
|
||||
./update.sh
|
||||
```
|
||||
|
||||
|
||||
Old way:
|
||||
```bash
|
||||
master: curl -sfL https://get.k3s.io | INSTALL_K3S_SKIP_DOWNLOAD=false sh -s - --write-kubeconfig-mode 644 --disable servicelb --token torino --node-ip 192.168.222.237 --disable-cloud-controller --disable local-storage
|
||||
|
||||
nodes: curl -sfL https://get.k3s.io | INSTALL_K3S_SKIP_DOWNLOAD=false K3S_URL=https://192.168.222.237:6443 K3S_TOKEN=torino sh -
|
||||
|
||||
````
|
||||
|
||||
### Manual Update Process
|
||||
|
||||
#### 1. Update Master Node (turing1)
|
||||
@@ -141,4 +150,4 @@ helm template <chart> -f <values> | kubectl apply --dry-run=client -f -
|
||||
### Storage Requirements
|
||||
- NFS server must be running on turing3.lan
|
||||
- Applications require ReadWriteMany access for shared media
|
||||
- Persistent volumes are dynamically provisioned via nfs-subdir-external-provisioner
|
||||
- Persistent volumes are dynamically provisioned via nfs-subdir-external-provisioner
|
||||
|
||||
Reference in New Issue
Block a user