mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-21 20:35:27 +00:00
remove duplicate "again"
This commit is contained in:
@@ -155,7 +155,7 @@ mount namespace.
|
||||
Node Labels and Taints
|
||||
----------------------
|
||||
|
||||
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 again. 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:
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user