From c331085443dfa8ef7be4f863caabc4187059e33d Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Tue, 17 Sep 2019 17:38:29 -0700 Subject: [PATCH] chart: Update description for taint toleration setting Signed-off-by: Shuo Wu --- chart/questions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/questions.yml b/chart/questions.yml index 7cfb4fa..2c6e6c8 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -151,7 +151,7 @@ questions: default: 300 - variable: defaultSettings.taintToleration label: Kubernetes Taint Toleration - description: "By setting tolerations for Longhorn then adding taints for the nodes, the nodes with large storage can be dedicated to Longhorn only (to store replica data) and reject other general workloads. Multiple tolerations can be set here, and these tolerations are separated by comma. For example, \"key1=value1:NoSchedule, key2:NoExecute\". Notice that \"kubernetes.io\" is used as the key of all Kubernetes default tolerations, please do not contain this substring in your toleration setting." + description: "By setting tolerations for Longhorn then adding taints for the nodes, the nodes with large storage can be dedicated to Longhorn only (to store replica data) and reject other general workloads. Multiple tolerations can be set here, and these tolerations are separated by semicolon. For example, \"key1=value1:NoSchedule; key2:NoExecute\". Notice that \"kubernetes.io\" is used as the key of all Kubernetes default tolerations, please do not contain this substring in your toleration setting." group: "Longhorn Default Settings" type: string default: ""