fix: remove kubelet-registration-probe

This commit is contained in:
andyzhangx 2021-08-17 14:12:59 +00:00
parent 98261acdcd
commit 6ca8f96a93
3 changed files with 0 additions and 14 deletions

View File

@ -56,13 +56,6 @@ spec:
preStop:
exec:
command: ["/bin/sh", "-c", "rm -rf /registration/csi-nfsplugin /registration/csi-nfsplugin-reg.sock"]
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
args:
- --v=2
- --csi-address=/csi/csi.sock

View File

@ -49,13 +49,6 @@ spec:
preStop:
exec:
command: ["/bin/sh", "-c", "rm -rf /registration/csi-nfsplugin /registration/csi-nfsplugin-reg.sock"]
livenessProbe:
exec:
command:
- /csi-node-driver-registrar
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
args:
- --v=2
- --csi-address=/csi/csi.sock