kubernetes: update CSI driver versions to v1.2.0 (#1657)

* Update CSI charts

* Update CSI tests

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-04-21 11:03:35 +02:00 committed by GitHub
parent 478b6ddb72
commit 1ebc553365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 192 additions and 80 deletions

View file

@ -41,7 +41,7 @@ spec:
- "--feature-gates=Topology=true"
- "--http-endpoint=:22011"
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
- "--timeout=450s"
- "--timeout=250s"
- "--extra-create-metadata"
# - "--run-controller-service=false" # disable the controller service of the CSI driver
# - "--run-node-service=false" # disable the node service of the CSI driver
@ -77,7 +77,7 @@ spec:
- "--http-endpoint=:22012"
- "--leader-election"
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
- "--timeout=450s"
- "--timeout=250s"
env:
- name: PDCSI_NAMESPACE
valueFrom:
@ -137,7 +137,7 @@ spec:
- "--metrics-address=:22014"
- "--leader-election"
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
- "--timeout=450s"
- "--timeout=300s"
env:
- name: PDCSI_NAMESPACE
valueFrom:

View file

@ -5,7 +5,7 @@ metadata:
storageclass.kubernetes.io/is-default-class: "true"
name: encrypted-rwo
parameters:
type: pd-standard
type: pd-balanced
provisioner: gcp.csi.confidential.cloud
allowVolumeExpansion: true
reclaimPolicy: Delete