From 96b88b07bfbd604bd68ddbe54151ac4bab051e4d Mon Sep 17 00:00:00 2001 From: makhov Date: Sun, 30 Jan 2022 12:57:30 +0200 Subject: [PATCH] A short explanation for --no-taints parameter added Signed-off-by: makhov --- docs/worker-node-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/worker-node-config.md b/docs/worker-node-config.md index 7b942a386348..b16773b873dc 100644 --- a/docs/worker-node-config.md +++ b/docs/worker-node-config.md @@ -34,7 +34,7 @@ controller0 NotReady control-plane 10s v1.20.2-k0s1 beta.kubernetes.io The `k0s worker` command accepts the `--taints` flag, with which you can make the newly joined worker node the register itself with the given set of taints. -**Note:** Controller nodes running with `--enable-worker` are assigned `node-role.kubernetes.io/master:NoExecute` taint automatically. +**Note:** Controller nodes running with `--enable-worker` are assigned `node-role.kubernetes.io/master:NoExecute` taint automatically. You can disable default taints using `--no-taints` parameter. ```shell kubectl get nodes -o custom-columns=NAME:.metadata.name,TAINTS:.spec.taints