added manual kubernetes clean up script
This commit is contained in:
parent
4ea6d8b9e5
commit
5eb5ea5f25
2 changed files with 20 additions and 1 deletions
|
|
@ -240,7 +240,10 @@ Headlamp's port-forward command is unchanged (`kubectl` just needs
|
|||
|
||||
## 7. Tearing down the manual VM
|
||||
|
||||
Now that the real 3-node cluster is up, remove stage 2's throwaway one:
|
||||
Now that the real 3-node cluster is up, remove stage 2's throwaway one.
|
||||
`scripts/cleanup-manual-vm.sh` runs the commands below (with a confirmation
|
||||
prompt first, since it's destructive) — worth reading through once so you
|
||||
know what it's doing before you run it unattended:
|
||||
|
||||
```sh
|
||||
virsh -c qemu:///system destroy k3s-manual # stop it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue