Skip to content

Commit 9fb053f

Browse files
authored
Merge pull request #702 from mattcary/controller
Disable controller service on nodes
2 parents a570677 + b967065 commit 9fb053f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/kubernetes/base/node_linux/node.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ spec:
4545
args:
4646
- "--v=5"
4747
- "--endpoint=unix:/csi/csi.sock"
48+
- "--run-controller-service=false"
4849
securityContext:
4950
privileged: true
5051
volumeMounts:

deploy/kubernetes/base/node_windows/node.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
2929
- --v=5
3030
- --csi-address=unix://C:\\csi\\csi.sock
3131
- --kubelet-registration-path=C:\\var\\lib\\kubelet\\plugins\\pd.csi.storage.gke.io\\csi.sock
32+
- --run-controller-service=false
3233
env:
3334
- name: KUBE_NODE_NAME
3435
valueFrom:

0 commit comments

Comments
 (0)