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