mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
chore(operator): bump k8s csi to latest stable container images (#271)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
602a4eb503
commit
e0fbce805b
6 changed files with 1143 additions and 721 deletions
|
|
@ -33,7 +33,7 @@ must meet the following prerequisites:
|
||||||
|
|
||||||
### Supported System
|
### Supported System
|
||||||
|
|
||||||
K8S : 1.14+
|
K8S : 1.17+
|
||||||
|
|
||||||
OS : Ubuntu, CentOS
|
OS : Ubuntu, CentOS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
kind: VolumeSnapshotClass
|
kind: VolumeSnapshotClass
|
||||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: zfspv-snapclass
|
name: zfspv-snapclass
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
kind: VolumeSnapshotClass
|
kind: VolumeSnapshotClass
|
||||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: zfspv-snapclass
|
name: zfspv-snapclass
|
||||||
annotations:
|
annotations:
|
||||||
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
driver: zfs.csi.openebs.io
|
driver: zfs.csi.openebs.io
|
||||||
deletionPolicy: Delete
|
deletionPolicy: Delete
|
||||||
---
|
---
|
||||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
kind: VolumeSnapshot
|
kind: VolumeSnapshot
|
||||||
metadata:
|
metadata:
|
||||||
name: zfspv-snap
|
name: zfspv-snap
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -26,7 +26,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
snapYAML = `apiVersion: snapshot.storage.k8s.io/v1beta1
|
snapYAML = `apiVersion: snapshot.storage.k8s.io/v1
|
||||||
kind: VolumeSnapshot
|
kind: VolumeSnapshot
|
||||||
metadata:
|
metadata:
|
||||||
name: #snapname
|
name: #snapname
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue