mount local storage

This commit is contained in:
ducoterra
2020-06-15 13:07:40 -04:00
parent 0d7e3381d5
commit 172b580ed7
2 changed files with 2 additions and 9 deletions

View File

@@ -3,12 +3,5 @@
## Upgrade
```bash
kubectl --context admin label node mainframe plan.upgrade.cattle.io/k3os-latest=enabled
```
Wait for upgrade. If the node fails to uncordon itself:
```bash
kubectl --context admin label node mainframe plan.upgrade.cattle.io/k3os-latest-
kubectl --context admin uncordon mainframe
kubectl --context admin label node mainframe plan.upgrade.cattle.io/k3os-latest=enabled --overwrite
```