@@ -465,7 +465,7 @@ data:
465
465
node-role.kubernetes.io/control-plane: ""
466
466
containers:
467
467
- name: csi-volume-provisioner
468
- image: k8s.gcr. io/sig-storage/csi-provisioner:v3.2.1
468
+ image: registry. k8s.io/sig-storage/csi-provisioner:v3.5.0
469
469
args:
470
470
- --csi-address=/var/run/shared-tmpfs/csi.sock
471
471
- --volume-name-prefix=csi
@@ -480,7 +480,7 @@ data:
480
480
- mountPath: /var/run/shared-tmpfs
481
481
name: shared-tmpfs
482
482
- name: csi-fss-volume-provisioner
483
- image: k8s.gcr. io/sig-storage/csi-provisioner:v3.2.1
483
+ image: registry. k8s.io/sig-storage/csi-provisioner:v3.5.0
484
484
args:
485
485
- --csi-address=/var/run/shared-tmpfs/csi-fss.sock
486
486
- --volume-name-prefix=csi-fss
@@ -516,6 +516,23 @@ data:
516
516
volumeMounts:
517
517
- mountPath: /var/run/shared-tmpfs
518
518
name: shared-tmpfs
519
+ - name: snapshot-controller
520
+ image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.0
521
+ args:
522
+ - --leader-election
523
+ imagePullPolicy: "IfNotPresent"
524
+ volumeMounts:
525
+ - mountPath: /var/run/shared-tmpfs
526
+ name: shared-tmpfs
527
+ - name: csi-snapshotter
528
+ image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.0
529
+ args:
530
+ - --csi-address=/var/run/shared-tmpfs/csi.sock
531
+ - --leader-election
532
+ imagePullPolicy: "IfNotPresent"
533
+ volumeMounts:
534
+ - mountPath: /var/run/shared-tmpfs
535
+ name: shared-tmpfs
519
536
- name: oci-csi-controller-driver
520
537
args:
521
538
- --endpoint=unix://var/run/shared-tmpfs/csi.sock
@@ -673,7 +690,7 @@ data:
673
690
fieldPath: spec.nodeName
674
691
- name: PATH
675
692
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
676
- image: ghcr.io/oracle/cloud-provider-oci:v1.25 .0
693
+ image: ghcr.io/oracle/cloud-provider-oci:v1.26 .0
677
694
securityContext:
678
695
privileged: true
679
696
volumeMounts:
@@ -835,8 +852,23 @@ data:
835
852
- apiGroups: [""]
836
853
resources: ["persistentvolumeclaims/status"]
837
854
verbs: ["patch"]
855
+ - apiGroups: [ "snapshot.storage.k8s.io" ]
856
+ resources: [ "volumesnapshotclasses" ]
857
+ verbs: [ "get", "list", "watch" ]
858
+ - apiGroups: [ "snapshot.storage.k8s.io" ]
859
+ resources: [ "volumesnapshotcontents" ]
860
+ verbs: [ "create", "get", "list", "watch", "update", "delete", "patch" ]
861
+ - apiGroups: [ "snapshot.storage.k8s.io" ]
862
+ resources: [ "volumesnapshotcontents/status" ]
863
+ verbs: [ "update", "patch" ]
864
+ - apiGroups: [ "snapshot.storage.k8s.io" ]
865
+ resources: [ "volumesnapshots" ]
866
+ verbs: [ "get", "list", "watch", "update", "patch" ]
867
+ - apiGroups: [ "snapshot.storage.k8s.io" ]
868
+ resources: [ "volumesnapshots/status" ]
869
+ verbs: [ "update", "patch" ]
838
870
---
839
-
871
+
840
872
kind: ClusterRoleBinding
841
873
apiVersion: rbac.authorization.k8s.io/v1
842
874
metadata:
@@ -848,7 +880,7 @@ data:
848
880
roleRef:
849
881
kind: ClusterRole
850
882
name: csi-oci
851
- apiGroup: rbac.authorization.k8s.io
883
+ apiGroup: rbac.authorization.k8s.io
852
884
---
853
885
kind: StorageClass
854
886
apiVersion: storage.k8s.io/v1
0 commit comments