adjust logging and disable capacity for now

This commit is contained in:
CALIN Cristian Andrei
2021-09-13 18:09:08 +03:00
parent 2c1f01f6cd
commit 65aef64e18

View File

@@ -152,9 +152,9 @@ spec:
- --timeout=60s
- --csi-address=$(ADDRESS)
- --leader-election
- --enable-capacity
# - --enable-capacity
- --http-endpoint=:8080
- --v=5
- --v=1
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
@@ -190,7 +190,7 @@ spec:
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-attacher:v3.1.0
args:
- --v=5
- --v=1
- --csi-address=$(ADDRESS)
- --http-endpoint=:8081
env:
@@ -224,7 +224,7 @@ spec:
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-resizer:v1.1.0
args:
- --v=5
- --v=1
- --csi-address=$(ADDRESS)
- --leader-election
- --http-endpoint=:8082