File tree Expand file tree Collapse file tree
test/drenv/addons/external_snapshotter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44from pathlib import Path
55
66PACKAGE_DIR = Path (__file__ ).parent
7- CRDS_CACHE_KEY = "addons/external-snapshotter-crds-8.4 .yaml"
8- CONTROLLER_CACHE_KEY = "addons/external-snapshotter-controller-8.4 .yaml"
7+ CRDS_CACHE_KEY = "addons/external-snapshotter-crds-8.6 .yaml"
8+ CONTROLLER_CACHE_KEY = "addons/external-snapshotter-controller-8.6 .yaml"
Original file line number Diff line number Diff line change 11---
22resources :
3- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
4- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
3+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
4+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
55namespace : kube-system
66patches :
77 # Enable volume group replication support
Original file line number Diff line number Diff line change 11---
22resources :
3- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotclasses.yaml
4- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml
5- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml
6- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
7- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
8- - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4 /client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
3+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotclasses.yaml
4+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml
5+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml
6+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
7+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
8+ - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6 /client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
You can’t perform that action at this time.
0 commit comments