From 5841bef7e84bb5b12d0cfd26e18aac7024f3ad08 Mon Sep 17 00:00:00 2001 From: Marius Kimmina Date: Sat, 14 Dec 2024 13:46:48 +0100 Subject: [PATCH] Add comment to affinity field Signed-off-by: Marius Kimmina --- charts/prometheus-node-exporter/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/prometheus-node-exporter/values.yaml b/charts/prometheus-node-exporter/values.yaml index 8951327e3dae..20dafa709c84 100644 --- a/charts/prometheus-node-exporter/values.yaml +++ b/charts/prometheus-node-exporter/values.yaml @@ -408,7 +408,8 @@ hostSysFsMount: mountPropagation: "" ## Assign a group of affinity scheduling rules -## +## The default nodeAffinity excludes Fargate nodes and virtual kubelets from scheduling +## unless overriden by hard node affinity set in the field. affinity: {} # nodeAffinity: # requiredDuringSchedulingIgnoredDuringExecution: