From 1397b8fc337f4bf24b6e081d352deea6d0891ea1 Mon Sep 17 00:00:00 2001 From: chenk Date: Mon, 15 Apr 2024 11:08:06 +0300 Subject: [PATCH] docs: add k8s taints and toleration ref Signed-off-by: chenk --- docs/docs/target/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/target/kubernetes.md b/docs/docs/target/kubernetes.md index 13f0ad25288d..74f5b2ca3650 100644 --- a/docs/docs/target/kubernetes.md +++ b/docs/docs/target/kubernetes.md @@ -93,7 +93,7 @@ Total: 3 (UNKNOWN: 0, LOW: 1, MEDIUM: 0, HIGH: 2, CRITICAL: 0) ### Taints and Tolerations -The node-collector scan-job will run on every node. In case the node has been tainted, it is possible to add toleration to the scan job for it to be scheduled on the tainted node. [see k8s docs](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) +The node-collector scan-job will run on every node. In case the node has been tainted, it is possible to add toleration to the scan job for it to be scheduled on the tainted node. for more details [see k8s docs](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) - `--tolerations key1=value1:NoExecute,key2=value2:NoSchedule` this flag wil enable node-collector to be schedule on tainted Node