-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[manila-csi-plugin] Updated external-snapshotter to v2.1.1 and extern…
…al-provisioner to v2.0.2 (#1205) (#1255) * updated k8s manifests * updated Helm chart * updated examples * updated docs * fixed RBAC rules external-provisioner needs VolumeSnapshots from snapshot.storage.k8s.io with GET,LIST verbs for provisioning volumes from snapshots * bumped chart's major version due to backwards incompatibility * apiGroup is not versioned * updated external-provisioner to v2.0.2 This is necessary in order to support v1beta1 snapshots as a data source. Cherry-picked from b59a363
- Loading branch information
Showing
8 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
apiVersion: snapshot.storage.k8s.io/v1alpha1 | ||
apiVersion: snapshot.storage.k8s.io/v1beta1 | ||
kind: VolumeSnapshotClass | ||
metadata: | ||
name: csi-manila-nfs | ||
snapshotter: nfs.manila.csi.openstack.org | ||
driver: nfs.manila.csi.openstack.org | ||
deletionPolicy: Delete | ||
parameters: | ||
csi.storage.k8s.io/snapshotter-secret-name: csi-manila-secrets | ||
csi.storage.k8s.io/snapshotter-secret-namespace: default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
apiVersion: snapshot.storage.k8s.io/v1alpha1 | ||
apiVersion: snapshot.storage.k8s.io/v1beta1 | ||
kind: VolumeSnapshot | ||
metadata: | ||
name: new-nfs-share-snap | ||
spec: | ||
snapshotClassName: csi-manila-nfs | ||
volumeSnapshotClassName: csi-manila-nfs | ||
source: | ||
name: new-nfs-share-pvc | ||
kind: PersistentVolumeClaim | ||
persistentVolumeClaimName: new-nfs-share-pvc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters