Skip to content

Commit

Permalink
docs: Update add-remove-nodes.md (#510)
Browse files Browse the repository at this point in the history
* Fixes error in multipass instance removal
  • Loading branch information
evilnick authored Jun 25, 2024
1 parent 1188bdc commit cddb749
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/src/snap/tutorial/add-remove-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ Install Canonical Kubernetes on both VMs with the following command:
```
sudo snap install --classic --edge k8s
```

<!-- markdownlint-capture -->
<!-- markdownlint-disable -->
(step2)=
### 2. Bootstrap your control plane node

<!-- markdownlint-restore -->
Bootstrap the control plane node:

```
Expand Down Expand Up @@ -129,11 +131,11 @@ sudo k8s remove-node worker
sudo k8s remove-node control-plane
```

To delete the VMs from your system, two commands are needed:
To delete the VMs from your system use the following commands:

```
multipass remove control-plane
multipass remove worker
multipass delete control-plane
multipass delete worker
multipass purge
```

Expand Down

0 comments on commit cddb749

Please sign in to comment.