Skip to content
Snippets Groups Projects
Verified Commit f5da5078 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

disable kubeControllerManager and kubeScheduler because my cluster does not seem to have them

parent 600ee9cd
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,15 @@ kubeDns:
enabled: false
kubeControllerManager:
enabled: false
# If you enable this, you need the following selector:
service:
selector:
k8s-app: kube-controller-manager
kubeScheduler:
enabled: false
# If you enable this, you need the following selector:
service:
selector:
k8s-app: kube-scheduler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment