From 4c0ffb334953c0e8904f7ebad1c9d58f08f4bcde Mon Sep 17 00:00:00 2001 From: "tanjie.master" Date: Fri, 18 Oct 2024 10:35:03 +0800 Subject: [PATCH] fix: remove the default nodeSelector value from the volcano monitoring installation yaml. Signed-off-by: tanjie.master --- installer/volcano-monitoring-latest.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/installer/volcano-monitoring-latest.yaml b/installer/volcano-monitoring-latest.yaml index edd44d161e..2e5a4c871f 100644 --- a/installer/volcano-monitoring-latest.yaml +++ b/installer/volcano-monitoring-latest.yaml @@ -446,9 +446,6 @@ spec: timeoutSeconds: 5 dnsPolicy: ClusterFirst - nodeSelector: - node.kubernetes.io/instance-type: controlpanel - serviceAccountName: kube-state-metrics --- # Source: volcano/templates/grafana.yaml