Skip to content

Commit f46328d

Browse files
committed
Removes livenessprobe from node-driver-registrar
1 parent 445028f commit f46328d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

deploy/kubernetes/base/node_linux/node.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ spec:
3838
mountPath: /csi
3939
- name: registration-dir
4040
mountPath: /registration
41-
livenessProbe:
42-
initialDelaySeconds: 3
43-
exec:
44-
command:
45-
- /csi-node-driver-registrar
46-
- --kubelet-registration-path=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock
47-
- --mode=kubelet-registration-probe
4841
- name: gce-pd-driver
4942
# Don't change base image without changing pdImagePlaceholder in
5043
# test/k8s-integration/main.go

deploy/kubernetes/base/node_windows/node.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ spec:
3939
mountPath: /csi
4040
- name: registration-dir
4141
mountPath: /registration
42-
livenessProbe:
43-
initialDelaySeconds: 3
44-
exec:
45-
command:
46-
- /csi-node-driver-registrar.exe
47-
- --kubelet-registration-path=C:\\var\\lib\\kubelet\\plugins\\pd.csi.storage.gke.io\\csi.sock
48-
- --mode=kubelet-registration-probe
4942
- name: gce-pd-driver
5043
# Don't change base image without changing pdImagePlaceholder in
5144
# test/k8s-integration/main.go

0 commit comments

Comments
 (0)