Merge pull request #220 from andyzhangx/registrar-remove-probe

fix: remove kubelet-registration-probe
This commit is contained in:
Andy Zhang 2021-08-18 09:14:39 +08:00 committed by GitHub
commit b2c694216e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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