mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-30 09:14:27 +00:00
adjust logging and disable capacity for now
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user