Skip to content

Commit

Permalink
Update nodes.md
Browse files Browse the repository at this point in the history
s/seperate/separate/
  • Loading branch information
joebowbeer authored and Christian Weichel committed Sep 15, 2020
1 parent d44eea1 commit 918bc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-hosted/install/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Depending on your cluster size that may not be feasible though. Either way, you
- `gitpod.io/workload_meta=true` which marks the "meta" nodes and
- `gitpod.io/workload_workspace=true ` which marks the workspace nodes.

If you want to "mix 'n match", i.e. don't seperate the nodes you can simply run:
If you want to "mix 'n match", i.e., don't separate the nodes, you can simply run:
```
kubectl label node --all gitpod.io/workload_meta=true gitpod.io/workload_workspace=true
```
Expand Down

0 comments on commit 918bc97

Please sign in to comment.