We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a570677 + b967065 commit 9fb053fCopy full SHA for 9fb053f
deploy/kubernetes/base/node_linux/node.yaml
@@ -45,6 +45,7 @@ spec:
45
args:
46
- "--v=5"
47
- "--endpoint=unix:/csi/csi.sock"
48
+ - "--run-controller-service=false"
49
securityContext:
50
privileged: true
51
volumeMounts:
deploy/kubernetes/base/node_windows/node.yaml
@@ -29,6 +29,7 @@ spec:
29
- --v=5
30
- --csi-address=unix://C:\\csi\\csi.sock
31
- --kubelet-registration-path=C:\\var\\lib\\kubelet\\plugins\\pd.csi.storage.gke.io\\csi.sock
32
+ - --run-controller-service=false
33
env:
34
- name: KUBE_NODE_NAME
35
valueFrom:
0 commit comments