Browse Source
Update COSI driver v0.1.1 (#5845)
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
pull/5846/head
Andrei Kvapil
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
10 additions and
2 deletions
-
k8s/charts/seaweedfs/templates/cosi-cluster-role.yaml
-
k8s/charts/seaweedfs/templates/cosi-deployment.yaml
-
k8s/charts/seaweedfs/values.yaml
|
@ -42,9 +42,12 @@ rules: |
|
|
- "events" |
|
|
- "events" |
|
|
verbs: |
|
|
verbs: |
|
|
- "get" |
|
|
- "get" |
|
|
- "delete" |
|
|
|
|
|
|
|
|
- "list" |
|
|
|
|
|
- "watch" |
|
|
- "update" |
|
|
- "update" |
|
|
- "create" |
|
|
- "create" |
|
|
|
|
|
- "delete" |
|
|
|
|
|
- "patch" |
|
|
--- |
|
|
--- |
|
|
kind: ClusterRoleBinding |
|
|
kind: ClusterRoleBinding |
|
|
apiVersion: rbac.authorization.k8s.io/v1 |
|
|
apiVersion: rbac.authorization.k8s.io/v1 |
|
|
|
@ -145,6 +145,11 @@ spec: |
|
|
imagePullPolicy: {{ default "IfNotPresent" .Values.global.imagePullPolicy }} |
|
|
imagePullPolicy: {{ default "IfNotPresent" .Values.global.imagePullPolicy }} |
|
|
args: |
|
|
args: |
|
|
- {{ printf "--v=%s" (default "5" .Values.cosi.sidecar.logLevel) }} |
|
|
- {{ printf "--v=%s" (default "5" .Values.cosi.sidecar.logLevel) }} |
|
|
|
|
|
env: |
|
|
|
|
|
- name: POD_NAMESPACE |
|
|
|
|
|
valueFrom: |
|
|
|
|
|
fieldRef: |
|
|
|
|
|
fieldPath: metadata.namespace |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- mountPath: /var/lib/cosi |
|
|
- mountPath: /var/lib/cosi |
|
|
name: socket |
|
|
name: socket |
|
|
|
@ -872,7 +872,7 @@ s3: |
|
|
# For more information, visit: https://container-object-storage-interface.github.io/docs/deployment-guide |
|
|
# For more information, visit: https://container-object-storage-interface.github.io/docs/deployment-guide |
|
|
cosi: |
|
|
cosi: |
|
|
enabled: false |
|
|
enabled: false |
|
|
image: "ghcr.io/seaweedfs/seaweedfs-cosi-driver:v0.1.0" |
|
|
|
|
|
|
|
|
image: "ghcr.io/seaweedfs/seaweedfs-cosi-driver:v0.1.1" |
|
|
driverName: "seaweedfs.objectstorage.k8s.io" |
|
|
driverName: "seaweedfs.objectstorage.k8s.io" |
|
|
endpoint: "" |
|
|
endpoint: "" |
|
|
region: "" |
|
|
region: "" |
|
|