add flannel conf and better drain command
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,12 @@
|
||||
# Configuration Settings
|
||||
|
||||
## Upgrade
|
||||
## Draining
|
||||
|
||||
```bash
|
||||
kubectl --context mainframe-admin drain mainframe --force --ignore-daemonsets --delete-local-data
|
||||
```
|
||||
|
||||
## Upgrading
|
||||
|
||||
```bash
|
||||
kubectl label node mainframe plan.upgrade.cattle.io/k3os-latest=enabled --overwrite
|
||||
@@ -12,12 +18,6 @@ kubectl label node mainframe plan.upgrade.cattle.io/k3os-latest=enabled --overwr
|
||||
mount UUID='62A28E6D-EDC1-4825-BCD9-1F58601B5E36' /local
|
||||
```
|
||||
|
||||
## Draining
|
||||
|
||||
```bash
|
||||
kubectl drain mainframe --force --ignore-daemonsets --delete-local-data
|
||||
```
|
||||
|
||||
## Network
|
||||
|
||||
https://help.ui.com/hc/en-us/articles/115013212107-UFiber-Enabling-Ubiquiti-SFP-and-SFP-Modules-on-Third-Party-Devices
|
||||
|
||||
Reference in New Issue
Block a user