Merge pull request #2011 from davidnuzik/fix-labels-taints

Change wording for node labels and taints
This commit is contained in:
David Nuzik
2019-11-15 11:39:10 -07:00
committed by GitHub
@@ -155,7 +155,7 @@ mount namespace.
Node Labels and Taints
----------------------
K3s agents can be configured with options `--node-label` and `--node-taint` which adds set of Labels and Taints to kubelet, the two options only adds labels/taints at registration time, so they can only be added once and not changed after that, an example of options to add new label is:
K3s agents can be configured with the options `--node-label` and `--node-taint` which adds a label and taint to the kubelet. The two options only add labels and/or taints at registration time, so they can only be added once and not changed after that again by running K3s. If you want to change node labels and taints after node registration you should use `kubectl`. Below is an example showing how to add labels and a taint:
```
--node-label foo=bar \
--node-label hello=world \