Update nodes.md

s/seperate/separate/
This commit is contained in:
Joe Bowbeer 2020-09-14 18:32:31 -07:00 committed by Christian Weichel
parent d44eea1029
commit 918bc97f77

View File

@ -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
```