From 57ba72f46ca0864b16e9523ee71e88878c0a5c48 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 8 Oct 2025 03:43:29 +0000 Subject: [PATCH 1/2] doc: cut v4.12.0 release --- README.md | 2 +- charts/index.yaml | 59 +- charts/latest/csi-driver-nfs-4.12.0.tgz | Bin 0 -> 12069 bytes charts/latest/csi-driver-nfs-v0.0.0.tgz | Bin 12093 -> 0 bytes charts/latest/csi-driver-nfs/Chart.yaml | 4 +- charts/latest/csi-driver-nfs/values.yaml | 4 +- charts/v4.12.0/csi-driver-nfs-4.12.0.tgz | Bin 0 -> 12069 bytes charts/v4.12.0/csi-driver-nfs/.helmignore | 22 + charts/v4.12.0/csi-driver-nfs/Chart.yaml | 5 + .../csi-driver-nfs/templates/NOTES.txt | 5 + .../csi-driver-nfs/templates/_helpers.tpl | 19 + .../templates/crd-csi-snapshot.yaml | 843 ++++++++++++++++++ .../templates/csi-nfs-controller.yaml | 214 +++++ .../templates/csi-nfs-driverinfo.yaml | 15 + .../templates/csi-nfs-node.yaml | 166 ++++ .../templates/csi-snapshot-controller.yaml | 95 ++ .../templates/rbac-csi-nfs.yaml | 109 +++ .../templates/rbac-snapshot-controller.yaml | 93 ++ .../templates/snapshotclass.yaml | 9 + .../templates/storageclass.yaml | 54 ++ charts/v4.12.0/csi-driver-nfs/values.yaml | 220 +++++ deploy/csi-nfs-controller.yaml | 2 +- deploy/csi-nfs-node.yaml | 2 +- deploy/v4.12.0/crd-csi-snapshot.yaml | 838 +++++++++++++++++ deploy/v4.12.0/csi-nfs-controller.yaml | 197 ++++ deploy/v4.12.0/csi-nfs-driverinfo.yaml | 10 + deploy/v4.12.0/csi-nfs-node.yaml | 134 +++ deploy/v4.12.0/csi-snapshot-controller.yaml | 70 ++ deploy/v4.12.0/rbac-csi-nfs.yaml | 102 +++ deploy/v4.12.0/rbac-snapshot-controller.yaml | 82 ++ deploy/v4.12.0/snapshotclass.yaml | 7 + deploy/v4.12.0/storageclass.yaml | 17 + docs/install-csi-driver-v4.12.0.md | 45 + docs/install-nfs-csi-driver.md | 2 +- 34 files changed, 3413 insertions(+), 33 deletions(-) create mode 100644 charts/latest/csi-driver-nfs-4.12.0.tgz delete mode 100644 charts/latest/csi-driver-nfs-v0.0.0.tgz create mode 100644 charts/v4.12.0/csi-driver-nfs-4.12.0.tgz create mode 100644 charts/v4.12.0/csi-driver-nfs/.helmignore create mode 100644 charts/v4.12.0/csi-driver-nfs/Chart.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/NOTES.txt create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/_helpers.tpl create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/crd-csi-snapshot.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-controller.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-node.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/csi-snapshot-controller.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/rbac-csi-nfs.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/rbac-snapshot-controller.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/snapshotclass.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/templates/storageclass.yaml create mode 100644 charts/v4.12.0/csi-driver-nfs/values.yaml create mode 100644 deploy/v4.12.0/crd-csi-snapshot.yaml create mode 100644 deploy/v4.12.0/csi-nfs-controller.yaml create mode 100644 deploy/v4.12.0/csi-nfs-driverinfo.yaml create mode 100644 deploy/v4.12.0/csi-nfs-node.yaml create mode 100644 deploy/v4.12.0/csi-snapshot-controller.yaml create mode 100644 deploy/v4.12.0/rbac-csi-nfs.yaml create mode 100644 deploy/v4.12.0/rbac-snapshot-controller.yaml create mode 100644 deploy/v4.12.0/snapshotclass.yaml create mode 100644 deploy/v4.12.0/storageclass.yaml create mode 100644 docs/install-csi-driver-v4.12.0.md diff --git a/README.md b/README.md index 45750d69d..d4a85b375 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This is a repository for [NFS](https://en.wikipedia.org/wiki/Network_File_System |driver version | supported k8s version | status | |----------------|-----------------------|--------| |master branch | 1.21+ | GA | +|v4.12.0 | 1.21+ | GA | |v4.11.0 | 1.21+ | GA | |v4.10.0 | 1.21+ | GA | -|v4.9.0 | 1.21+ | GA | ### Install driver on a Kubernetes cluster > [install NFS CSI driver on microk8s](https://microk8s.io/docs/how-to-nfs) diff --git a/charts/index.yaml b/charts/index.yaml index b1c9135c3..0ef73f5ec 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -1,9 +1,27 @@ apiVersion: v1 entries: csi-driver-nfs: + - apiVersion: v1 + appVersion: 4.12.0 + created: "2025-10-08T03:42:28.234041605Z" + description: CSI NFS Driver for Kubernetes + digest: 2d02ab3bc3bf6b49537f83e04180fe8e434bb126a4c402b0d54caa2610a475d1 + name: csi-driver-nfs + urls: + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/v4.12.0/csi-driver-nfs-4.12.0.tgz + version: 4.12.0 + - apiVersion: v1 + appVersion: 4.12.0 + created: "2025-10-08T03:42:28.184150475Z" + description: CSI NFS Driver for Kubernetes + digest: cf0bfb13594f94865d69af019402f0675c355d31d956b19835387720cba29fa8 + name: csi-driver-nfs + urls: + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/latest/csi-driver-nfs-4.12.0.tgz + version: 4.12.0 - apiVersion: v1 appVersion: 4.11.0 - created: "2025-03-18T05:42:20.617086456Z" + created: "2025-10-08T03:42:28.233158863Z" description: CSI NFS Driver for Kubernetes digest: e44bcd7f6934fe6cb07194a1b6e780ca4a428c5d37330a9db2bfa7a9300c8da5 name: csi-driver-nfs @@ -12,7 +30,7 @@ entries: version: 4.11.0 - apiVersion: v1 appVersion: v4.10.0 - created: "2025-03-18T05:42:20.616108324Z" + created: "2025-10-08T03:42:28.219962954Z" description: CSI NFS Driver for Kubernetes digest: f9d1ac2610373fa0d668b26031f3daae583806d135213fb41fca7342365d790a name: csi-driver-nfs @@ -21,7 +39,7 @@ entries: version: v4.10.0 - apiVersion: v1 appVersion: v4.9.0 - created: "2025-03-18T05:42:20.624206184Z" + created: "2025-10-08T03:42:28.26969726Z" description: CSI NFS Driver for Kubernetes digest: 045f8c0995a657d2dcd7aa36fc16fd18315e23e68fc8cc4b328dcdc2e37a0c9a name: csi-driver-nfs @@ -30,7 +48,7 @@ entries: version: v4.9.0 - apiVersion: v1 appVersion: v4.8.0 - created: "2025-03-18T05:42:20.623463845Z" + created: "2025-10-08T03:42:28.26881028Z" description: CSI NFS Driver for Kubernetes digest: 6bcfc35f85ff56c20c464392e914c37818bc67b54f241f7c683bf6a2b5a675f7 name: csi-driver-nfs @@ -39,7 +57,7 @@ entries: version: v4.8.0 - apiVersion: v1 appVersion: v4.7.0 - created: "2025-03-18T05:42:20.622661943Z" + created: "2025-10-08T03:42:28.262619563Z" description: CSI NFS Driver for Kubernetes digest: b629c5fa9543223339952d9f7c478189c2e8f8695846f513b8d2a45ded7a5ac9 name: csi-driver-nfs @@ -48,7 +66,7 @@ entries: version: v4.7.0 - apiVersion: v1 appVersion: v4.6.0 - created: "2025-03-18T05:42:20.621829092Z" + created: "2025-10-08T03:42:28.261077397Z" description: CSI NFS Driver for Kubernetes digest: c641e8ac0f86b631f07109c10e78c6aa893f57281c7bda595a78651e382e8648 name: csi-driver-nfs @@ -57,7 +75,7 @@ entries: version: v4.6.0 - apiVersion: v1 appVersion: v4.5.0 - created: "2025-03-18T05:42:20.620108208Z" + created: "2025-10-08T03:42:28.255777637Z" description: CSI NFS Driver for Kubernetes digest: 3d170cecde5a71fdf02b86c4c375b7818787c39311938e36199fb3e7a2d5162d name: csi-driver-nfs @@ -66,7 +84,7 @@ entries: version: v4.5.0 - apiVersion: v1 appVersion: v4.4.0 - created: "2025-03-18T05:42:20.619241099Z" + created: "2025-10-08T03:42:28.249477305Z" description: CSI NFS Driver for Kubernetes digest: edb60e4ae8b0f94457d1425834567c0bd25ad4d63d30cf9400e71650279edca3 name: csi-driver-nfs @@ -75,7 +93,7 @@ entries: version: v4.4.0 - apiVersion: v1 appVersion: v4.3.0 - created: "2025-03-18T05:42:20.61841015Z" + created: "2025-10-08T03:42:28.243011373Z" description: CSI NFS Driver for Kubernetes digest: 84202da067ec3672e75c41bbfd78e9cc95bc3bb81652ef68b84f71ee8a1b8f52 name: csi-driver-nfs @@ -84,7 +102,7 @@ entries: version: v4.3.0 - apiVersion: v1 appVersion: v4.2.0 - created: "2025-03-18T05:42:20.617610185Z" + created: "2025-10-08T03:42:28.234800114Z" description: CSI NFS Driver for Kubernetes digest: e702f6c9be35f2649f5736ca5fcdc40ab1c6a235f41e7fb2472d208e8a5ebf47 name: csi-driver-nfs @@ -93,7 +111,7 @@ entries: version: v4.2.0 - apiVersion: v1 appVersion: v4.1.0 - created: "2025-03-18T05:42:20.615172009Z" + created: "2025-10-08T03:42:28.218235581Z" description: CSI NFS Driver for Kubernetes digest: b2baa2f129976cf2981c8873290aac509aa3c5937ffc319fbf69fbe3271c23eb name: csi-driver-nfs @@ -102,7 +120,7 @@ entries: version: v4.1.0 - apiVersion: v1 appVersion: v4.0.0 - created: "2025-03-18T05:42:20.614720737Z" + created: "2025-10-08T03:42:28.213708498Z" description: CSI NFS Driver for Kubernetes digest: 3145fd12225a639908b14675c8ae1f272bc0e57ffa2895b6f17411486a24229d name: csi-driver-nfs @@ -111,7 +129,7 @@ entries: version: v4.0.0 - apiVersion: v1 appVersion: v3.1.0 - created: "2025-03-18T05:42:20.614272659Z" + created: "2025-10-08T03:42:28.20550295Z" description: CSI NFS Driver for Kubernetes digest: 7e51bb9188b013195cafc265102fa365de9ec5513780e1dfc5363289f811a4d9 name: csi-driver-nfs @@ -120,7 +138,7 @@ entries: version: v3.1.0 - apiVersion: v1 appVersion: v3.0.0 - created: "2025-03-18T05:42:20.613831671Z" + created: "2025-10-08T03:42:28.195975978Z" description: CSI NFS Driver for Kubernetes digest: 44406231cd5cdada1c62a0541b93b4f5d5a70ccc8c50b33553a8692fe6cfae96 name: csi-driver-nfs @@ -129,20 +147,11 @@ entries: version: v3.0.0 - apiVersion: v1 appVersion: v2.0.0 - created: "2025-03-18T05:42:20.613417211Z" + created: "2025-10-08T03:42:28.195184116Z" description: CSI NFS Driver for Kubernetes digest: 1a32c6fc016526fe19a0c9e0dfbe83d0ddde67ced533bb5f5d24d713f706c613 name: csi-driver-nfs urls: - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/v2.0.0/csi-driver-nfs-v2.0.0.tgz version: v2.0.0 - - apiVersion: v1 - appVersion: latest - created: "2025-03-18T05:42:20.613181817Z" - description: CSI NFS Driver for Kubernetes - digest: 89b8ca37d40c3e884390dcfebf4dc95a9abef79da9951293bf57366590986063 - name: csi-driver-nfs - urls: - - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/latest/csi-driver-nfs-v0.0.0.tgz - version: v0.0.0 -generated: "2025-03-18T05:42:20.612152798Z" +generated: "2025-10-08T03:42:28.183129233Z" diff --git a/charts/latest/csi-driver-nfs-4.12.0.tgz b/charts/latest/csi-driver-nfs-4.12.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..fdf929256ab9c0d981c734a8b845ddb179c9bf37 GIT binary patch literal 12069 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 P009606SoRH0Du7ic?r8P literal 0 HcmV?d00001 diff --git a/charts/latest/csi-driver-nfs-v0.0.0.tgz b/charts/latest/csi-driver-nfs-v0.0.0.tgz deleted file mode 100644 index 61147ebda111bad4dad942b545687bb309f30ed4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12093 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 diff --git a/charts/latest/csi-driver-nfs/Chart.yaml b/charts/latest/csi-driver-nfs/Chart.yaml index c73b9f8ef..026d065f4 100755 --- a/charts/latest/csi-driver-nfs/Chart.yaml +++ b/charts/latest/csi-driver-nfs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: latest +appVersion: 4.12.0 description: CSI NFS Driver for Kubernetes name: csi-driver-nfs -version: v0.0.0 +version: 4.12.0 diff --git a/charts/latest/csi-driver-nfs/values.yaml b/charts/latest/csi-driver-nfs/values.yaml index cd0a0be1d..725dacf47 100755 --- a/charts/latest/csi-driver-nfs/values.yaml +++ b/charts/latest/csi-driver-nfs/values.yaml @@ -2,8 +2,8 @@ customLabels: {} image: baseRepo: registry.k8s.io nfs: - repository: gcr.io/k8s-staging-sig-storage/nfsplugin - tag: canary + repository: registry.k8s.io/sig-storage/nfsplugin + tag: v4.12.0 pullPolicy: IfNotPresent csiProvisioner: repository: registry.k8s.io/sig-storage/csi-provisioner diff --git a/charts/v4.12.0/csi-driver-nfs-4.12.0.tgz b/charts/v4.12.0/csi-driver-nfs-4.12.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..dbdc75dd79cdd24b5ba17abb24bd7705c871ddd0 GIT binary patch literal 12069 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

X3qF9e_Hmo_57#{Mqcod4IP>Km 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 P009606;=ZY0Du7iWS^bX literal 0 HcmV?d00001 diff --git a/charts/v4.12.0/csi-driver-nfs/.helmignore b/charts/v4.12.0/csi-driver-nfs/.helmignore new file mode 100644 index 000000000..50af03172 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/.helmignore @@ -0,0 +1,22 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/v4.12.0/csi-driver-nfs/Chart.yaml b/charts/v4.12.0/csi-driver-nfs/Chart.yaml new file mode 100644 index 000000000..026d065f4 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/Chart.yaml @@ -0,0 +1,5 @@ +apiVersion: v1 +appVersion: 4.12.0 +description: CSI NFS Driver for Kubernetes +name: csi-driver-nfs +version: 4.12.0 diff --git a/charts/v4.12.0/csi-driver-nfs/templates/NOTES.txt b/charts/v4.12.0/csi-driver-nfs/templates/NOTES.txt new file mode 100644 index 000000000..cecf3b9ef --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/NOTES.txt @@ -0,0 +1,5 @@ + The CSI NFS Driver is getting deployed to your cluster. + +To check CSI NFS Driver pods status, please run: + + kubectl --namespace={{ .Release.Namespace }} get pods --selector="app.kubernetes.io/instance={{ .Release.Name }}" --watch \ No newline at end of file diff --git a/charts/v4.12.0/csi-driver-nfs/templates/_helpers.tpl b/charts/v4.12.0/csi-driver-nfs/templates/_helpers.tpl new file mode 100644 index 000000000..901a53f19 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/_helpers.tpl @@ -0,0 +1,19 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* Expand the name of the chart.*/}} +{{- define "nfs.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* labels for helm resources */}} +{{- define "nfs.labels" -}} +labels: + app.kubernetes.io/instance: "{{ .Release.Name }}" + app.kubernetes.io/managed-by: "{{ .Release.Service }}" + app.kubernetes.io/name: "{{ template "nfs.name" . }}" + app.kubernetes.io/version: "{{ .Chart.AppVersion }}" + helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}" + {{- if .Values.customLabels }} +{{ toYaml .Values.customLabels | indent 2 -}} + {{- end }} +{{- end -}} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/crd-csi-snapshot.yaml b/charts/v4.12.0/csi-driver-nfs/templates/crd-csi-snapshot.yaml new file mode 100644 index 000000000..7682b836a --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/crd-csi-snapshot.yaml @@ -0,0 +1,843 @@ +{{- if and .Values.externalSnapshotter.enabled .Values.externalSnapshotter.customResourceDefinitions.enabled -}} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.8.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/665" + "helm.sh/resource-policy": keep + creationTimestamp: null + name: volumesnapshots.snapshot.storage.k8s.io +spec: + group: snapshot.storage.k8s.io + names: + kind: VolumeSnapshot + listKind: VolumeSnapshotList + plural: volumesnapshots + shortNames: + - vs + singular: volumesnapshot + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: If a new snapshot needs to be created, this contains the name of + the source PVC from which this snapshot was (or will be) created. + jsonPath: .spec.source.persistentVolumeClaimName + name: SourcePVC + type: string + - description: If a snapshot already exists, this contains the name of the existing + VolumeSnapshotContent object representing the existing snapshot. + jsonPath: .spec.source.volumeSnapshotContentName + name: SourceSnapshotContent + type: string + - description: Represents the minimum size of volume required to rehydrate from + this snapshot. + jsonPath: .status.restoreSize + name: RestoreSize + type: string + - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. + jsonPath: .spec.volumeSnapshotClassName + name: SnapshotClass + type: string + - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot + object intends to bind to. Please note that verification of binding actually + requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure + both are pointing at each other. Binding MUST be verified prior to usage of + this object. + jsonPath: .status.boundVolumeSnapshotContentName + name: SnapshotContent + type: string + - description: Timestamp when the point-in-time snapshot was taken by the underlying + storage system. + jsonPath: .status.creationTime + name: CreationTime + type: date + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshot is a user's request for either creating a point-in-time + snapshot of a persistent volume, or binding to a pre-existing snapshot. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: 'spec defines the desired characteristics of a snapshot requested + by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots + Required.' + properties: + source: + description: source specifies where a snapshot will be created from. + This field is immutable after creation. Required. + properties: + persistentVolumeClaimName: + description: persistentVolumeClaimName specifies the name of the + PersistentVolumeClaim object representing the volume from which + a snapshot should be created. This PVC is assumed to be in the + same namespace as the VolumeSnapshot object. This field should + be set if the snapshot does not exists, and needs to be created. + This field is immutable. + type: string + volumeSnapshotContentName: + description: volumeSnapshotContentName specifies the name of a + pre-existing VolumeSnapshotContent object representing an existing + volume snapshot. This field should be set if the snapshot already + exists and only needs a representation in Kubernetes. This field + is immutable. + type: string + type: object + oneOf: + - required: ["persistentVolumeClaimName"] + - required: ["volumeSnapshotContentName"] + volumeSnapshotClassName: + description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass + requested by the VolumeSnapshot. VolumeSnapshotClassName may be + left nil to indicate that the default SnapshotClass should be used. + A given cluster may have multiple default Volume SnapshotClasses: + one default per CSI Driver. If a VolumeSnapshot does not specify + a SnapshotClass, VolumeSnapshotSource will be checked to figure + out what the associated CSI Driver is, and the default VolumeSnapshotClass + associated with that CSI Driver will be used. If more than one VolumeSnapshotClass + exist for a given CSI Driver and more than one have been marked + as default, CreateSnapshot will fail and generate an event. Empty + string is not allowed for this field.' + type: string + required: + - source + type: object + status: + description: status represents the current information of a snapshot. + Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent + objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent + point at each other) before using this object. + properties: + boundVolumeSnapshotContentName: + description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent + object to which this VolumeSnapshot object intends to bind to. If + not specified, it indicates that the VolumeSnapshot object has not + been successfully bound to a VolumeSnapshotContent object yet. NOTE: + To avoid possible security issues, consumers must verify binding + between VolumeSnapshot and VolumeSnapshotContent objects is successful + (by validating that both VolumeSnapshot and VolumeSnapshotContent + point at each other) before using this object.' + type: string + creationTime: + description: creationTime is the timestamp when the point-in-time + snapshot is taken by the underlying storage system. In dynamic snapshot + creation case, this field will be filled in by the snapshot controller + with the "creation_time" value returned from CSI "CreateSnapshot" + gRPC call. For a pre-existing snapshot, this field will be filled + with the "creation_time" value returned from the CSI "ListSnapshots" + gRPC call if the driver supports it. If not specified, it may indicate + that the creation time of the snapshot is unknown. + format: date-time + type: string + error: + description: error is the last observed error during snapshot creation, + if any. This field could be helpful to upper level controllers(i.e., + application controller) to decide whether they should continue on + waiting for the snapshot to be created based on the type of error + reported. The snapshot controller will keep retrying when an error + occurs during the snapshot creation. Upon success, this error field + will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error + during snapshot creation if specified. NOTE: message may be + logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if the snapshot is ready to be used + to restore a volume. In dynamic snapshot creation case, this field + will be filled in by the snapshot controller with the "ready_to_use" + value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "ready_to_use" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it, otherwise, this field will be set to "True". If not specified, + it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + type: string + description: restoreSize represents the minimum size of volume required + to create a volume from this snapshot. In dynamic snapshot creation + case, this field will be filled in by the snapshot controller with + the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. + For a pre-existing snapshot, this field will be filled with the + "size_bytes" value returned from the CSI "ListSnapshots" gRPC call + if the driver supports it. When restoring a volume from this snapshot, + the size of the volume MUST NOT be smaller than the restoreSize + if it is specified, otherwise the restoration will fail. If not + specified, it indicates that the size is unknown. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + required: + - spec + type: object + served: true + storage: true + subresources: + status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: If a new snapshot needs to be created, this contains the name of the source PVC from which this snapshot was (or will be) created. + jsonPath: .spec.source.persistentVolumeClaimName + name: SourcePVC + type: string + - description: If a snapshot already exists, this contains the name of the existing VolumeSnapshotContent object representing the existing snapshot. + jsonPath: .spec.source.volumeSnapshotContentName + name: SourceSnapshotContent + type: string + - description: Represents the minimum size of volume required to rehydrate from this snapshot. + jsonPath: .status.restoreSize + name: RestoreSize + type: string + - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. + jsonPath: .spec.volumeSnapshotClassName + name: SnapshotClass + type: string + - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot object intends to bind to. Please note that verification of binding actually requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure both are pointing at each other. Binding MUST be verified prior to usage of this object. + jsonPath: .status.boundVolumeSnapshotContentName + name: SnapshotContent + type: string + - description: Timestamp when the point-in-time snapshot was taken by the underlying storage system. + jsonPath: .status.creationTime + name: CreationTime + type: date + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshot is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshot" + schema: + openAPIV3Schema: + description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: 'spec defines the desired characteristics of a snapshot requested by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots Required.' + properties: + source: + description: source specifies where a snapshot will be created from. This field is immutable after creation. Required. + properties: + persistentVolumeClaimName: + description: persistentVolumeClaimName specifies the name of the PersistentVolumeClaim object representing the volume from which a snapshot should be created. This PVC is assumed to be in the same namespace as the VolumeSnapshot object. This field should be set if the snapshot does not exists, and needs to be created. This field is immutable. + type: string + volumeSnapshotContentName: + description: volumeSnapshotContentName specifies the name of a pre-existing VolumeSnapshotContent object representing an existing volume snapshot. This field should be set if the snapshot already exists and only needs a representation in Kubernetes. This field is immutable. + type: string + type: object + volumeSnapshotClassName: + description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass requested by the VolumeSnapshot. VolumeSnapshotClassName may be left nil to indicate that the default SnapshotClass should be used. A given cluster may have multiple default Volume SnapshotClasses: one default per CSI Driver. If a VolumeSnapshot does not specify a SnapshotClass, VolumeSnapshotSource will be checked to figure out what the associated CSI Driver is, and the default VolumeSnapshotClass associated with that CSI Driver will be used. If more than one VolumeSnapshotClass exist for a given CSI Driver and more than one have been marked as default, CreateSnapshot will fail and generate an event. Empty string is not allowed for this field.' + type: string + required: + - source + type: object + status: + description: status represents the current information of a snapshot. Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object. + properties: + boundVolumeSnapshotContentName: + description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent object to which this VolumeSnapshot object intends to bind to. If not specified, it indicates that the VolumeSnapshot object has not been successfully bound to a VolumeSnapshotContent object yet. NOTE: To avoid possible security issues, consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object.' + type: string + creationTime: + description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it may indicate that the creation time of the snapshot is unknown. + format: date-time + type: string + error: + description: error is the last observed error during snapshot creation, if any. This field could be helpful to upper level controllers(i.e., application controller) to decide whether they should continue on waiting for the snapshot to be created based on the type of error reported. The snapshot controller will keep retrying when an error occurs during the snapshot creation. Upon success, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if the snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + type: string + description: restoreSize represents the minimum size of volume required to create a volume from this snapshot. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + required: + - spec + type: object + served: false + storage: false + subresources: + status: {} +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.8.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/665" + "helm.sh/resource-policy": keep + creationTimestamp: null + name: volumesnapshotclasses.snapshot.storage.k8s.io +spec: + group: snapshot.storage.k8s.io + names: + kind: VolumeSnapshotClass + listKind: VolumeSnapshotClassList + plural: volumesnapshotclasses + shortNames: + - vsclass + - vsclasses + singular: volumesnapshotclass + scope: Cluster + versions: + - additionalPrinterColumns: + - jsonPath: .driver + name: Driver + type: string + - description: Determines whether a VolumeSnapshotContent created through the + VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .deletionPolicy + name: DeletionPolicy + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshotClass specifies parameters that a underlying storage + system uses when creating a volume snapshot. A specific VolumeSnapshotClass + is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses + are non-namespaced + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + deletionPolicy: + description: deletionPolicy determines whether a VolumeSnapshotContent + created through the VolumeSnapshotClass should be deleted when its bound + VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". + "Retain" means that the VolumeSnapshotContent and its physical snapshot + on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent + and its physical snapshot on underlying storage system are deleted. + Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the storage driver that handles this + VolumeSnapshotClass. Required. + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + parameters: + additionalProperties: + type: string + description: parameters is a key-value map with storage driver specific + parameters for creating snapshots. These values are opaque to Kubernetes. + type: object + required: + - deletionPolicy + - driver + type: object + served: true + storage: true + subresources: {} + - additionalPrinterColumns: + - jsonPath: .driver + name: Driver + type: string + - description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .deletionPolicy + name: DeletionPolicy + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass" + schema: + openAPIV3Schema: + description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + deletionPolicy: + description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required. + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + parameters: + additionalProperties: + type: string + description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes. + type: object + required: + - deletionPolicy + - driver + type: object + served: false + storage: false + subresources: {} +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.8.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/665" + "helm.sh/resource-policy": keep + creationTimestamp: null + name: volumesnapshotcontents.snapshot.storage.k8s.io +spec: + group: snapshot.storage.k8s.io + names: + kind: VolumeSnapshotContent + listKind: VolumeSnapshotContentList + plural: volumesnapshotcontents + shortNames: + - vsc + - vscs + singular: volumesnapshotcontent + scope: Cluster + versions: + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: Represents the complete size of the snapshot in bytes + jsonPath: .status.restoreSize + name: RestoreSize + type: integer + - description: Determines whether this VolumeSnapshotContent and its physical + snapshot on the underlying storage system should be deleted when its bound + VolumeSnapshot is deleted. + jsonPath: .spec.deletionPolicy + name: DeletionPolicy + type: string + - description: Name of the CSI driver used to create the physical snapshot on + the underlying storage system. + jsonPath: .spec.driver + name: Driver + type: string + - description: Name of the VolumeSnapshotClass to which this snapshot belongs. + jsonPath: .spec.volumeSnapshotClassName + name: VolumeSnapshotClass + type: string + - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent + object is bound. + jsonPath: .spec.volumeSnapshotRef.name + name: VolumeSnapshot + type: string + - description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.namespace + name: VolumeSnapshotNamespace + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshotContent represents the actual "on-disk" snapshot + object in the underlying storage system + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: spec defines properties of a VolumeSnapshotContent created + by the underlying storage system. Required. + properties: + deletionPolicy: + description: deletionPolicy determines whether this VolumeSnapshotContent + and its physical snapshot on the underlying storage system should + be deleted when its bound VolumeSnapshot is deleted. Supported values + are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent + and its physical snapshot on underlying storage system are kept. + "Delete" means that the VolumeSnapshotContent and its physical snapshot + on underlying storage system are deleted. For dynamically provisioned + snapshots, this field will automatically be filled in by the CSI + snapshotter sidecar with the "DeletionPolicy" field defined in the + corresponding VolumeSnapshotClass. For pre-existing snapshots, users + MUST specify this field when creating the VolumeSnapshotContent + object. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the CSI driver used to create the + physical snapshot on the underlying storage system. This MUST be + the same as the name returned by the CSI GetPluginName() call for + that driver. Required. + type: string + source: + description: source specifies whether the snapshot is (or should be) + dynamically provisioned or already exists, and just requires a Kubernetes + object representation. This field is immutable after creation. Required. + properties: + snapshotHandle: + description: snapshotHandle specifies the CSI "snapshot_id" of + a pre-existing snapshot on the underlying storage system for + which a Kubernetes object representation was (or should be) + created. This field is immutable. + type: string + volumeHandle: + description: volumeHandle specifies the CSI "volume_id" of the + volume from which a snapshot should be dynamically taken from. + This field is immutable. + type: string + type: object + oneOf: + - required: ["snapshotHandle"] + - required: ["volumeHandle"] + sourceVolumeMode: + description: SourceVolumeMode is the mode of the volume whose snapshot + is taken. Can be either “Filesystem” or “Block”. If not specified, + it indicates the source volume's mode is unknown. This field is + immutable. This field is an alpha field. + type: string + volumeSnapshotClassName: + description: name of the VolumeSnapshotClass from which this snapshot + was (or will be) created. Note that after provisioning, the VolumeSnapshotClass + may be deleted or recreated with different set of values, and as + such, should not be referenced post-snapshot creation. + type: string + volumeSnapshotRef: + description: volumeSnapshotRef specifies the VolumeSnapshot object + to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName + field must reference to this VolumeSnapshotContent's name for the + bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent + object, name and namespace of the VolumeSnapshot object MUST be + provided for binding to happen. This field is immutable after creation. + Required. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an object instead of + an entire object, this string should contain a valid JSON/Go + field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within + a pod, this would take on a value like: "spec.containers{name}" + (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" + (container with index 2 in this pod). This syntax is chosen + only to have some well-defined way of referencing a part of + an object. TODO: this design is not final and this field is + subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to which this reference + is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + required: + - deletionPolicy + - driver + - source + - volumeSnapshotRef + type: object + status: + description: status represents the current information of a snapshot. + properties: + creationTime: + description: creationTime is the timestamp when the point-in-time + snapshot is taken by the underlying storage system. In dynamic snapshot + creation case, this field will be filled in by the CSI snapshotter + sidecar with the "creation_time" value returned from CSI "CreateSnapshot" + gRPC call. For a pre-existing snapshot, this field will be filled + with the "creation_time" value returned from the CSI "ListSnapshots" + gRPC call if the driver supports it. If not specified, it indicates + the creation time is unknown. The format of this field is a Unix + nanoseconds time encoded as an int64. On Unix, the command `date + +%s%N` returns the current time in nanoseconds since 1970-01-01 + 00:00:00 UTC. + format: int64 + type: integer + error: + description: error is the last observed error during snapshot creation, + if any. Upon success after retry, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error + during snapshot creation if specified. NOTE: message may be + logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if a snapshot is ready to be used + to restore a volume. In dynamic snapshot creation case, this field + will be filled in by the CSI snapshotter sidecar with the "ready_to_use" + value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "ready_to_use" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it, otherwise, this field will be set to "True". If not specified, + it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + description: restoreSize represents the complete size of the snapshot + in bytes. In dynamic snapshot creation case, this field will be + filled in by the CSI snapshotter sidecar with the "size_bytes" value + returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "size_bytes" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it. When restoring a volume from this snapshot, the size of the + volume MUST NOT be smaller than the restoreSize if it is specified, + otherwise the restoration will fail. If not specified, it indicates + that the size is unknown. + format: int64 + minimum: 0 + type: integer + snapshotHandle: + description: snapshotHandle is the CSI "snapshot_id" of a snapshot + on the underlying storage system. If not specified, it indicates + that dynamic snapshot creation has either failed or it is still + in progress. + type: string + type: object + required: + - spec + type: object + served: true + storage: true + subresources: + status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: Represents the complete size of the snapshot in bytes + jsonPath: .status.restoreSize + name: RestoreSize + type: integer + - description: Determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .spec.deletionPolicy + name: DeletionPolicy + type: string + - description: Name of the CSI driver used to create the physical snapshot on the underlying storage system. + jsonPath: .spec.driver + name: Driver + type: string + - description: Name of the VolumeSnapshotClass to which this snapshot belongs. + jsonPath: .spec.volumeSnapshotClassName + name: VolumeSnapshotClass + type: string + - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.name + name: VolumeSnapshot + type: string + - description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.namespace + name: VolumeSnapshotNamespace + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotContent is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotContent" + schema: + openAPIV3Schema: + description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: spec defines properties of a VolumeSnapshotContent created by the underlying storage system. Required. + properties: + deletionPolicy: + description: deletionPolicy determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. For dynamically provisioned snapshots, this field will automatically be filled in by the CSI snapshotter sidecar with the "DeletionPolicy" field defined in the corresponding VolumeSnapshotClass. For pre-existing snapshots, users MUST specify this field when creating the VolumeSnapshotContent object. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the CSI driver used to create the physical snapshot on the underlying storage system. This MUST be the same as the name returned by the CSI GetPluginName() call for that driver. Required. + type: string + source: + description: source specifies whether the snapshot is (or should be) dynamically provisioned or already exists, and just requires a Kubernetes object representation. This field is immutable after creation. Required. + properties: + snapshotHandle: + description: snapshotHandle specifies the CSI "snapshot_id" of a pre-existing snapshot on the underlying storage system for which a Kubernetes object representation was (or should be) created. This field is immutable. + type: string + volumeHandle: + description: volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot should be dynamically taken from. This field is immutable. + type: string + type: object + volumeSnapshotClassName: + description: name of the VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation. + type: string + volumeSnapshotRef: + description: volumeSnapshotRef specifies the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName field must reference to this VolumeSnapshotContent's name for the bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent object, name and namespace of the VolumeSnapshot object MUST be provided for binding to happen. This field is immutable after creation. Required. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + required: + - deletionPolicy + - driver + - source + - volumeSnapshotRef + type: object + status: + description: status represents the current information of a snapshot. + properties: + creationTime: + description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it indicates the creation time is unknown. The format of this field is a Unix nanoseconds time encoded as an int64. On Unix, the command `date +%s%N` returns the current time in nanoseconds since 1970-01-01 00:00:00 UTC. + format: int64 + type: integer + error: + description: error is the last observed error during snapshot creation, if any. Upon success after retry, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if a snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + description: restoreSize represents the complete size of the snapshot in bytes. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. + format: int64 + minimum: 0 + type: integer + snapshotHandle: + description: snapshotHandle is the CSI "snapshot_id" of a snapshot on the underlying storage system. If not specified, it indicates that dynamic snapshot creation has either failed or it is still in progress. + type: string + type: object + required: + - spec + type: object + served: false + storage: false + subresources: + status: {} +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] +{{- end -}} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-controller.yaml b/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-controller.yaml new file mode 100644 index 000000000..f4b9dd7c7 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-controller.yaml @@ -0,0 +1,214 @@ +--- +kind: Deployment +apiVersion: apps/v1 +metadata: + name: {{ .Values.controller.name }} + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} +spec: + replicas: {{ .Values.controller.replicas }} + selector: + matchLabels: + app: {{ .Values.controller.name }} + strategy: + type: {{ .Values.controller.strategyType }} + template: + metadata: +{{ include "nfs.labels" . | indent 6 }} + app: {{ .Values.controller.name }} + spec: + {{- if .Values.imagePullSecrets }} + imagePullSecrets: +{{ toYaml .Values.imagePullSecrets | indent 8 }} + {{- end }} + hostNetwork: true # controller also needs to mount nfs to create dir + dnsPolicy: {{ .Values.controller.dnsPolicy }} + serviceAccountName: {{ .Values.serviceAccount.controller }} + # runOnControlPlane=true or runOnMaster=true only takes effect if affinity is not set + {{- if tpl "{{ .Values.controller.affinity }}" . | contains "nodeSelectorTerms" }} + {{- with .Values.controller.affinity }} + affinity: +{{ toYaml . | indent 8 }} + {{- end }} + {{- else if or .Values.controller.runOnControlPlane .Values.controller.runOnMaster}} + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + {{- if .Values.controller.runOnControlPlane}} + - key: node-role.kubernetes.io/control-plane + operator: Exists + {{- end}} + {{- if .Values.controller.runOnMaster}} + - key: node-role.kubernetes.io/master + operator: Exists + {{- end}} + {{- end }} + nodeSelector: + kubernetes.io/os: linux +{{- with .Values.controller.nodeSelector }} +{{ toYaml . | indent 8 }} +{{- end }} + priorityClassName: {{ .Values.controller.priorityClassName }} + securityContext: + seccompProfile: + type: RuntimeDefault +{{- with .Values.controller.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} +{{- end }} + containers: + - name: csi-provisioner +{{- if hasPrefix "/" .Values.image.csiProvisioner.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}" +{{- else }} + image: "{{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}" +{{- end }} + args: + - "-v=2" + - "--csi-address=$(ADDRESS)" + - "--leader-election" + - "--leader-election-namespace={{ .Release.Namespace }}" + - "--extra-create-metadata=true" + - "--feature-gates=HonorPVReclaimPolicy=true" + - "--timeout=1200s" + - "--retry-interval-max=30m" + env: + - name: ADDRESS + value: /csi/csi.sock + imagePullPolicy: {{ .Values.image.csiProvisioner.pullPolicy }} + volumeMounts: + - mountPath: /csi + name: socket-dir + resources: {{- toYaml .Values.controller.resources.csiProvisioner | nindent 12 }} + securityContext: + readOnlyRootFilesystem: true + capabilities: + drop: + - ALL + - name: csi-resizer +{{- if hasPrefix "/" .Values.image.csiResizer.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiResizer.repository }}:{{ .Values.image.csiResizer.tag }}" +{{- else }} + image: "{{ .Values.image.csiResizer.repository }}:{{ .Values.image.csiResizer.tag }}" +{{- end }} + args: + - "-csi-address=$(ADDRESS)" + - "-v=2" + - "-leader-election" + - "--leader-election-namespace={{ .Release.Namespace }}" + - '-handle-volume-inuse-error=false' + env: + - name: ADDRESS + value: /csi/csi.sock + imagePullPolicy: {{ .Values.image.csiResizer.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: {{- toYaml .Values.controller.resources.csiResizer | nindent 12 }} + securityContext: + capabilities: + drop: + - ALL +{{- if .Values.controller.enableSnapshotter }} + - name: csi-snapshotter +{{- if hasPrefix "/" .Values.image.csiSnapshotter.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiSnapshotter.repository }}:{{ .Values.image.csiSnapshotter.tag }}" +{{- else }} + image: "{{ .Values.image.csiSnapshotter.repository }}:{{ .Values.image.csiSnapshotter.tag }}" +{{- end }} + args: + - "--v=2" + - "--csi-address=$(ADDRESS)" + - "--leader-election-namespace={{ .Release.Namespace }}" + - "--leader-election" + - "--timeout=1200s" + - "--retry-interval-max=30m" + env: + - name: ADDRESS + value: /csi/csi.sock + imagePullPolicy: {{ .Values.image.csiSnapshotter.pullPolicy }} + resources: {{- toYaml .Values.controller.resources.csiSnapshotter | nindent 12 }} + volumeMounts: + - name: socket-dir + mountPath: /csi + securityContext: + capabilities: + drop: + - ALL +{{- end }} + - name: liveness-probe +{{- if hasPrefix "/" .Values.image.livenessProbe.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- else }} + image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- end }} + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --http-endpoint=localhost:{{ .Values.controller.livenessProbe.healthPort }} + - --v=2 + imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: {{- toYaml .Values.controller.resources.livenessProbe | nindent 12 }} + securityContext: + readOnlyRootFilesystem: true + capabilities: + drop: + - ALL + - name: nfs +{{- if hasPrefix "/" .Values.image.nfs.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.nfs.repository }}:{{ .Values.image.nfs.tag }}" +{{- else }} + image: "{{ .Values.image.nfs.repository }}:{{ .Values.image.nfs.tag }}" +{{- end }} + securityContext: + privileged: true + capabilities: + add: ["SYS_ADMIN"] + drop: + - ALL + allowPrivilegeEscalation: true + imagePullPolicy: {{ .Values.image.nfs.pullPolicy }} + args: + - "--v={{ .Values.controller.logLevel }}" + - "--nodeid=$(NODE_ID)" + - "--endpoint=$(CSI_ENDPOINT)" + - "--drivername={{ .Values.driver.name }}" + - "--mount-permissions={{ .Values.driver.mountPermissions }}" + - "--working-mount-dir={{ .Values.controller.workingMountDir }}" + - "--default-ondelete-policy={{ .Values.controller.defaultOnDeletePolicy }}" + - "--use-tar-command-in-snapshot={{ .Values.controller.useTarCommandInSnapshot }}" + env: + - name: NODE_ID + valueFrom: + fieldRef: + fieldPath: spec.nodeName + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + livenessProbe: + failureThreshold: 5 + httpGet: + host: localhost + path: /healthz + port: {{ .Values.controller.livenessProbe.healthPort }} + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + volumeMounts: + - name: pods-mount-dir + mountPath: {{ .Values.kubeletDir }}/pods + mountPropagation: "Bidirectional" + - mountPath: /csi + name: socket-dir + resources: {{- toYaml .Values.controller.resources.nfs | nindent 12 }} + volumes: + - name: pods-mount-dir + hostPath: + path: {{ .Values.kubeletDir }}/pods + type: Directory + - name: socket-dir + emptyDir: {} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml b/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml new file mode 100644 index 000000000..a6afd8960 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: CSIDriver +metadata: + name: {{ .Values.driver.name }} +spec: + attachRequired: false + volumeLifecycleModes: + - Persistent + {{- if .Values.feature.enableInlineVolume}} + - Ephemeral + {{- end}} + {{- if .Values.feature.enableFSGroupPolicy}} + fsGroupPolicy: File + {{- end}} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-node.yaml b/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-node.yaml new file mode 100644 index 000000000..1a71c8501 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/csi-nfs-node.yaml @@ -0,0 +1,166 @@ +--- +kind: DaemonSet +apiVersion: apps/v1 +metadata: + name: {{ .Values.node.name }} + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} +spec: + updateStrategy: + rollingUpdate: + maxUnavailable: {{ .Values.node.maxUnavailable }} + type: RollingUpdate + selector: + matchLabels: + app: {{ .Values.node.name }} + template: + metadata: +{{ include "nfs.labels" . | indent 6 }} + app: {{ .Values.node.name }} + spec: + {{- if .Values.imagePullSecrets }} + imagePullSecrets: +{{ toYaml .Values.imagePullSecrets | indent 8 }} + {{- end }} + hostNetwork: true # original nfs connection would be broken without hostNetwork setting + dnsPolicy: {{ .Values.controller.dnsPolicy }} + serviceAccountName: {{ .Values.serviceAccount.node }} + priorityClassName: {{ .Values.node.priorityClassName }} + securityContext: + seccompProfile: + type: RuntimeDefault +{{- with .Values.node.affinity }} + affinity: +{{ toYaml . | indent 8 }} +{{- end }} + nodeSelector: + kubernetes.io/os: linux +{{- with .Values.node.nodeSelector }} +{{ toYaml . | indent 8 }} +{{- end }} +{{- with .Values.node.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} +{{- end }} + containers: + - name: liveness-probe +{{- if hasPrefix "/" .Values.image.livenessProbe.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- else }} + image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- end }} + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }} + - --v=2 + imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }} + securityContext: + readOnlyRootFilesystem: true + capabilities: + drop: + - ALL + - name: node-driver-registrar +{{- if hasPrefix "/" .Values.image.nodeDriverRegistrar.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}" +{{- else }} + image: "{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}" +{{- end }} + args: + - --v=2 + - --csi-address=/csi/csi.sock + - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) + env: + - name: DRIVER_REG_SOCK_PATH + value: {{ .Values.kubeletDir }}/plugins/csi-nfsplugin/csi.sock + - name: KUBE_NODE_NAME + valueFrom: + fieldRef: + fieldPath: spec.nodeName + imagePullPolicy: {{ .Values.image.nodeDriverRegistrar.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + - name: registration-dir + mountPath: /registration + resources: {{- toYaml .Values.node.resources.nodeDriverRegistrar | nindent 12 }} + securityContext: + capabilities: + drop: + - ALL + - name: nfs + securityContext: + privileged: true + capabilities: + add: ["SYS_ADMIN"] + drop: + - ALL + allowPrivilegeEscalation: true +{{- if hasPrefix "/" .Values.image.nfs.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.nfs.repository }}:{{ .Values.image.nfs.tag }}" +{{- else }} + image: "{{ .Values.image.nfs.repository }}:{{ .Values.image.nfs.tag }}" +{{- end }} + args : + - "--v={{ .Values.node.logLevel }}" + - "--nodeid=$(NODE_ID)" + - "--endpoint=$(CSI_ENDPOINT)" + - "--drivername={{ .Values.driver.name }}" + - "--mount-permissions={{ .Values.driver.mountPermissions }}" + env: + - name: NODE_ID + valueFrom: + fieldRef: + fieldPath: spec.nodeName + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + livenessProbe: + failureThreshold: 5 + httpGet: + host: localhost + path: /healthz + port: {{ .Values.node.livenessProbe.healthPort }} + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + imagePullPolicy: {{ .Values.image.nfs.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + - name: pods-mount-dir + mountPath: {{ .Values.kubeletDir }}/pods + mountPropagation: "Bidirectional" + {{- if .Values.feature.propagateHostMountOptions }} + - name: host-nfsmount-conf + mountPath: /etc/nfsmount.conf + - name: host-nfsmount-conf-d + mountPath: /etc/nfsmount.conf.d + {{- end }} + resources: {{- toYaml .Values.node.resources.nfs | nindent 12 }} + volumes: + - name: socket-dir + hostPath: + path: {{ .Values.kubeletDir }}/plugins/csi-nfsplugin + type: DirectoryOrCreate + - name: pods-mount-dir + hostPath: + path: {{ .Values.kubeletDir }}/pods + type: Directory + - hostPath: + path: {{ .Values.kubeletDir }}/plugins_registry + type: Directory + name: registration-dir + {{- if .Values.feature.propagateHostMountOptions }} + - hostPath: + path: /etc/nfsmount.conf + type: FileOrCreate + name: host-nfsmount-conf + - hostPath: + path: /etc/nfsmount.conf.d + type: DirectoryOrCreate + name: host-nfsmount-conf-d + {{- end }} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/csi-snapshot-controller.yaml b/charts/v4.12.0/csi-driver-nfs/templates/csi-snapshot-controller.yaml new file mode 100644 index 000000000..d14f0f7c7 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/csi-snapshot-controller.yaml @@ -0,0 +1,95 @@ +{{- if .Values.externalSnapshotter.enabled -}} +# This YAML file shows how to deploy the snapshot controller + +# The snapshot controller implements the control loop for CSI snapshot functionality. +# It should be installed as part of the base Kubernetes distribution in an appropriate +# namespace for components implementing base system functionality. For installing with +# Vanilla Kubernetes, kube-system makes sense for the namespace. +--- +kind: Deployment +apiVersion: apps/v1 +metadata: + name: {{ .Values.externalSnapshotter.name }} + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} + app: {{ .Values.externalSnapshotter.name }} +{{- with .Values.externalSnapshotter.labels }} +{{ . | toYaml | indent 4 }} +{{- end }} +{{- with .Values.externalSnapshotter.annotations }} + annotations: +{{ . | toYaml | indent 4 }} +{{- end }} +spec: + replicas: {{ .Values.externalSnapshotter.controller.replicas }} + selector: + matchLabels: + app: {{ .Values.externalSnapshotter.name }} + # the snapshot controller won't be marked as ready if the v1 CRDs are unavailable + # in #504 the snapshot-controller will exit after around 7.5 seconds if it + # can't find the v1 CRDs so this value should be greater than that + minReadySeconds: 15 + strategy: + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 + type: RollingUpdate + template: + metadata: + labels: + app: {{ .Values.externalSnapshotter.name }} + spec: + serviceAccountName: {{ .Values.externalSnapshotter.name }} + {{- if .Values.imagePullSecrets }} + imagePullSecrets: +{{ toYaml .Values.imagePullSecrets | indent 8 }} + {{- end }} + nodeSelector: + kubernetes.io/os: linux + # runOnControlPlane=true or runOnMaster=true only takes effect if affinity is not set + {{- if tpl "{{ .Values.controller.affinity }}" . | contains "nodeSelectorTerms" }} + {{- with .Values.controller.affinity }} + affinity: +{{ toYaml . | indent 8 }} + {{- end }} + {{- else if or .Values.controller.runOnControlPlane .Values.controller.runOnMaster}} + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + {{- if .Values.controller.runOnControlPlane}} + - key: node-role.kubernetes.io/control-plane + operator: Exists + {{- end}} + {{- if .Values.controller.runOnMaster}} + - key: node-role.kubernetes.io/master + operator: Exists + {{- end}} + {{- end }} + priorityClassName: {{ .Values.externalSnapshotter.priorityClassName }} + securityContext: + seccompProfile: + type: RuntimeDefault +{{- with .Values.controller.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} +{{- end }} + containers: + - name: {{ .Values.externalSnapshotter.name }} +{{- if hasPrefix "/" .Values.image.externalSnapshotter.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.externalSnapshotter.repository }}:{{ .Values.image.externalSnapshotter.tag }}" +{{- else }} + image: {{ .Values.image.externalSnapshotter.repository }}:{{ .Values.image.externalSnapshotter.tag }} +{{- end }} + args: + - "--v=2" + - "--leader-election=true" + - "--leader-election-namespace={{ .Release.Namespace }}" + resources: {{- toYaml .Values.externalSnapshotter.resources | nindent 12 }} + imagePullPolicy: {{ .Values.image.externalSnapshotter.pullPolicy }} + securityContext: + capabilities: + drop: + - ALL +{{- end -}} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/rbac-csi-nfs.yaml b/charts/v4.12.0/csi-driver-nfs/templates/rbac-csi-nfs.yaml new file mode 100644 index 000000000..9bff94bb7 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/rbac-csi-nfs.yaml @@ -0,0 +1,109 @@ +{{- if .Values.serviceAccount.create -}} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccount.node }} + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} +--- +{{- end }} + +{{ if .Values.rbac.create -}} +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-external-provisioner-role +{{ include "nfs.labels" . | indent 2 }} +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "create", "patch", "delete"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch", "update"] + - apiGroups: ["storage.k8s.io"] + resources: ["storageclasses"] + verbs: ["get", "list", "watch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotclasses", "volumesnapshots"] + verbs: ["get", "list", "watch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents"] + verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents/status"] + verbs: ["get", "update", "patch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: ["storage.k8s.io"] + resources: ["csinodes"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["nodes"] + verbs: ["get", "list", "watch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: [""] + resources: ["secrets"] + verbs: ["get"] +--- +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-external-resizer-role +{{ include "nfs.labels" . | indent 2 }} +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims/status"] + verbs: ["update", "patch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["list", "watch", "create", "update", "patch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-csi-resizer-role +{{ include "nfs.labels" . | indent 2 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: {{ .Values.rbac.name }}-external-resizer-role + apiGroup: rbac.authorization.k8s.io +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-csi-provisioner-binding +{{ include "nfs.labels" . | indent 2 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: {{ .Values.rbac.name }}-external-provisioner-role + apiGroup: rbac.authorization.k8s.io +{{- end -}} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/rbac-snapshot-controller.yaml b/charts/v4.12.0/csi-driver-nfs/templates/rbac-snapshot-controller.yaml new file mode 100644 index 000000000..6a2d4c6a8 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/rbac-snapshot-controller.yaml @@ -0,0 +1,93 @@ +{{- if .Values.externalSnapshotter.enabled -}} +# RBAC file for the snapshot controller. +# +# The snapshot controller implements the control loop for CSI snapshot functionality. +# It should be installed as part of the base Kubernetes distribution in an appropriate +# namespace for components implementing base system functionality. For installing with +# Vanilla Kubernetes, kube-system makes sense for the namespace. +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.externalSnapshotter.name }} + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} + +--- +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.externalSnapshotter.name }}-runner +{{ include "nfs.labels" . | indent 2 }} +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch", "update"] + - apiGroups: [""] + resources: ["events"] + verbs: ["list", "watch", "create", "update", "patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotclasses"] + verbs: ["get", "list", "watch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents"] + verbs: ["create", "get", "list", "watch", "update", "delete", "patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents/status"] + verbs: ["patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshots"] + verbs: ["get", "list", "watch", "update", "patch", "create"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshots/status"] + verbs: ["update", "patch"] +{{- if .Values.externalSnapshotter.enabledDistributedSnapshotting }} + - apiGroups: [""] + resources: ["nodes"] + verbs: ["get", "list", "watch"] +{{- end }} +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.externalSnapshotter.name }}-role +{{ include "nfs.labels" . | indent 2 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.externalSnapshotter.name }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: {{ .Values.externalSnapshotter.name }}-runner + apiGroup: rbac.authorization.k8s.io + +--- +kind: Role +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.externalSnapshotter.name }}-leaderelection + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} +rules: + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "watch", "list", "delete", "update", "create"] + +--- +kind: RoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.externalSnapshotter.name }}-leaderelection + namespace: {{ .Release.Namespace }} +{{ include "nfs.labels" . | indent 2 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.externalSnapshotter.name }} +roleRef: + kind: Role + name: {{ .Values.externalSnapshotter.name }}-leaderelection + apiGroup: rbac.authorization.k8s.io +{{- end -}} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/snapshotclass.yaml b/charts/v4.12.0/csi-driver-nfs/templates/snapshotclass.yaml new file mode 100644 index 000000000..cf2d1bb9a --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/snapshotclass.yaml @@ -0,0 +1,9 @@ +{{- if .Values.volumeSnapshotClass.create }} +--- +apiVersion: snapshot.storage.k8s.io/v1 +kind: VolumeSnapshotClass +metadata: + name: {{ .Values.volumeSnapshotClass.name }} +driver: {{ .Values.driver.name }} +deletionPolicy: {{ .Values.volumeSnapshotClass.deletionPolicy }} +{{- end }} diff --git a/charts/v4.12.0/csi-driver-nfs/templates/storageclass.yaml b/charts/v4.12.0/csi-driver-nfs/templates/storageclass.yaml new file mode 100644 index 000000000..3528502c8 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/templates/storageclass.yaml @@ -0,0 +1,54 @@ +{{- if .Values.storageClass.create }} +--- +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: {{ .Values.storageClass.name }} +{{ include "nfs.labels" . | indent 2 }} + annotations: + {{- with .Values.storageClass.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} +provisioner: {{ .Values.driver.name }} +{{- with .Values.storageClass.parameters }} +parameters: +{{ toYaml . | indent 2 }} +{{- end }} +reclaimPolicy: {{ .Values.storageClass.reclaimPolicy }} +volumeBindingMode: {{ .Values.storageClass.volumeBindingMode }} +allowVolumeExpansion: true +{{- with .Values.storageClass.mountOptions }} +mountOptions: +{{ toYaml . | nindent 2 }} +{{- end }} +{{- end }} +{{- if .Values.storageClasses }} +{{- range .Values.storageClasses }} +--- +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: {{ .name }} +{{ include "nfs.labels" $ | indent 2 }} + {{- with .annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +provisioner: {{ $.Values.driver.name }} +{{- with .parameters }} +parameters: +{{ toYaml . | indent 2 }} +{{- end }} +reclaimPolicy: {{ .reclaimPolicy | default "Delete" }} +volumeBindingMode: {{ .volumeBindingMode | default "Immediate" }} +{{- if hasKey . "allowVolumeExpansion" }} +allowVolumeExpansion: {{ .allowVolumeExpansion }} +{{- else }} +allowVolumeExpansion: true +{{- end }} +{{- with .mountOptions }} +mountOptions: +{{ toYaml . | nindent 2 }} +{{- end }} +{{- end }} +{{- end }} diff --git a/charts/v4.12.0/csi-driver-nfs/values.yaml b/charts/v4.12.0/csi-driver-nfs/values.yaml new file mode 100644 index 000000000..725dacf47 --- /dev/null +++ b/charts/v4.12.0/csi-driver-nfs/values.yaml @@ -0,0 +1,220 @@ +customLabels: {} +image: + baseRepo: registry.k8s.io + nfs: + repository: registry.k8s.io/sig-storage/nfsplugin + tag: v4.12.0 + pullPolicy: IfNotPresent + csiProvisioner: + repository: registry.k8s.io/sig-storage/csi-provisioner + tag: v5.3.0 + pullPolicy: IfNotPresent + csiResizer: + repository: registry.k8s.io/sig-storage/csi-resizer + tag: v1.14.0 + pullPolicy: IfNotPresent + csiSnapshotter: + repository: registry.k8s.io/sig-storage/csi-snapshotter + tag: v8.3.0 + pullPolicy: IfNotPresent + livenessProbe: + repository: registry.k8s.io/sig-storage/livenessprobe + tag: v2.17.0 + pullPolicy: IfNotPresent + nodeDriverRegistrar: + repository: registry.k8s.io/sig-storage/csi-node-driver-registrar + tag: v2.15.0 + pullPolicy: IfNotPresent + externalSnapshotter: + repository: registry.k8s.io/sig-storage/snapshot-controller + tag: v8.3.0 + pullPolicy: IfNotPresent + +serviceAccount: + create: true # When true, service accounts will be created for you. Set to false if you want to use your own. + controller: csi-nfs-controller-sa # Name of Service Account to be created or used + node: csi-nfs-node-sa # Name of Service Account to be created or used + +rbac: + create: true + name: nfs + +driver: + name: nfs.csi.k8s.io + mountPermissions: 0 + +feature: + enableFSGroupPolicy: true + enableInlineVolume: false + propagateHostMountOptions: false + +kubeletDir: /var/lib/kubelet + +controller: + name: csi-nfs-controller + replicas: 1 + strategyType: Recreate + runOnMaster: false + runOnControlPlane: false + enableSnapshotter: true + useTarCommandInSnapshot: false + livenessProbe: + healthPort: 29652 + logLevel: 5 + workingMountDir: /tmp + dnsPolicy: ClusterFirstWithHostNet # available values: Default, ClusterFirstWithHostNet, ClusterFirst + defaultOnDeletePolicy: delete # available values: delete, retain + affinity: {} + nodeSelector: {} + priorityClassName: system-cluster-critical + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/controlplane" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + effect: "NoSchedule" + resources: + csiProvisioner: + limits: + memory: 400Mi + requests: + cpu: 10m + memory: 20Mi + csiResizer: + limits: + memory: 400Mi + requests: + cpu: 10m + memory: 20Mi + csiSnapshotter: + limits: + memory: 200Mi + requests: + cpu: 10m + memory: 20Mi + livenessProbe: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + nfs: + limits: + memory: 200Mi + requests: + cpu: 10m + memory: 20Mi + +node: + name: csi-nfs-node + dnsPolicy: ClusterFirstWithHostNet # available values: Default, ClusterFirstWithHostNet, ClusterFirst + maxUnavailable: 1 + logLevel: 5 + livenessProbe: + healthPort: 29653 + affinity: {} + nodeSelector: {} + priorityClassName: system-cluster-critical + tolerations: + - operator: "Exists" + resources: + livenessProbe: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + nodeDriverRegistrar: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + nfs: + limits: + memory: 300Mi + requests: + cpu: 10m + memory: 20Mi + +externalSnapshotter: + enabled: false + name: snapshot-controller + priorityClassName: system-cluster-critical + deletionPolicy: Delete + controller: + replicas: 1 + resources: + limits: + memory: 300Mi + requests: + cpu: 10m + memory: 20Mi + # Create volume snapshot CRDs. + customResourceDefinitions: + enabled: true #if set true, VolumeSnapshot, VolumeSnapshotContent and VolumeSnapshotClass CRDs will be created. Set it false, If they already exist in cluster. + +## volumeSnapshotClass resource example: +volumeSnapshotClass: + create: false + name: csi-nfs-snapclass + deletionPolicy: Delete + +## Reference to one or more secrets to be used when pulling images +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ +## +imagePullSecrets: [] +# - name: "image-pull-secret" + +## StorageClass resource example: +storageClass: + create: false +# name: nfs-csi +# annotations: +# storageclass.kubernetes.io/is-default-class: "true" +# parameters: +# server: nfs-server.default.svc.cluster.local +# share: / +# subDir: +# mountPermissions: "0755" +# csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume +# csi.storage.k8s.io/provisioner-secret-name: "mount-options" +# csi.storage.k8s.io/provisioner-secret-namespace: "default" +# reclaimPolicy: Delete +# volumeBindingMode: Immediate +# mountOptions: +# - nfsvers=4.1 + +## StorageClass resources for creating multiple storage classes: +## If you want multiple storage classes with different configurations, use this instead of storageClass above +# storageClasses: +# - name: nfs-delete +# annotations: +# storageclass.kubernetes.io/is-default-class: "true" +# parameters: +# server: nfs-server.default.svc.cluster.local +# share: / +# # subDir: +# # mountPermissions: "0" +# # csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume +# # csi.storage.k8s.io/provisioner-secret-name: "mount-options" +# # csi.storage.k8s.io/provisioner-secret-namespace: "default" +# reclaimPolicy: Delete +# volumeBindingMode: Immediate +# mountOptions: +# - nfsvers=4.1 +# - name: nfs-retain +# parameters: +# server: nfs-server.default.svc.cluster.local +# share: / +# reclaimPolicy: Retain +# volumeBindingMode: Immediate +# mountOptions: +# - nfsvers=4.1 diff --git a/deploy/csi-nfs-controller.yaml b/deploy/csi-nfs-controller.yaml index 234970d3c..75a332d6a 100644 --- a/deploy/csi-nfs-controller.yaml +++ b/deploy/csi-nfs-controller.yaml @@ -147,7 +147,7 @@ spec: drop: - ALL - name: nfs - image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary + image: registry.k8s.io/sig-storage/nfsplugin:v4.12.0 securityContext: privileged: true capabilities: diff --git a/deploy/csi-nfs-node.yaml b/deploy/csi-nfs-node.yaml index d20956510..9eb409cec 100644 --- a/deploy/csi-nfs-node.yaml +++ b/deploy/csi-nfs-node.yaml @@ -85,7 +85,7 @@ spec: drop: - ALL allowPrivilegeEscalation: true - image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary + image: registry.k8s.io/sig-storage/nfsplugin:v4.12.0 args: - "-v=5" - "--nodeid=$(NODE_ID)" diff --git a/deploy/v4.12.0/crd-csi-snapshot.yaml b/deploy/v4.12.0/crd-csi-snapshot.yaml new file mode 100644 index 000000000..d4b90b266 --- /dev/null +++ b/deploy/v4.12.0/crd-csi-snapshot.yaml @@ -0,0 +1,838 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.8.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/665" + creationTimestamp: null + name: volumesnapshots.snapshot.storage.k8s.io +spec: + group: snapshot.storage.k8s.io + names: + kind: VolumeSnapshot + listKind: VolumeSnapshotList + plural: volumesnapshots + shortNames: + - vs + singular: volumesnapshot + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: If a new snapshot needs to be created, this contains the name of + the source PVC from which this snapshot was (or will be) created. + jsonPath: .spec.source.persistentVolumeClaimName + name: SourcePVC + type: string + - description: If a snapshot already exists, this contains the name of the existing + VolumeSnapshotContent object representing the existing snapshot. + jsonPath: .spec.source.volumeSnapshotContentName + name: SourceSnapshotContent + type: string + - description: Represents the minimum size of volume required to rehydrate from + this snapshot. + jsonPath: .status.restoreSize + name: RestoreSize + type: string + - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. + jsonPath: .spec.volumeSnapshotClassName + name: SnapshotClass + type: string + - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot + object intends to bind to. Please note that verification of binding actually + requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure + both are pointing at each other. Binding MUST be verified prior to usage of + this object. + jsonPath: .status.boundVolumeSnapshotContentName + name: SnapshotContent + type: string + - description: Timestamp when the point-in-time snapshot was taken by the underlying + storage system. + jsonPath: .status.creationTime + name: CreationTime + type: date + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshot is a user's request for either creating a point-in-time + snapshot of a persistent volume, or binding to a pre-existing snapshot. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: 'spec defines the desired characteristics of a snapshot requested + by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots + Required.' + properties: + source: + description: source specifies where a snapshot will be created from. + This field is immutable after creation. Required. + properties: + persistentVolumeClaimName: + description: persistentVolumeClaimName specifies the name of the + PersistentVolumeClaim object representing the volume from which + a snapshot should be created. This PVC is assumed to be in the + same namespace as the VolumeSnapshot object. This field should + be set if the snapshot does not exists, and needs to be created. + This field is immutable. + type: string + volumeSnapshotContentName: + description: volumeSnapshotContentName specifies the name of a + pre-existing VolumeSnapshotContent object representing an existing + volume snapshot. This field should be set if the snapshot already + exists and only needs a representation in Kubernetes. This field + is immutable. + type: string + type: object + oneOf: + - required: ["persistentVolumeClaimName"] + - required: ["volumeSnapshotContentName"] + volumeSnapshotClassName: + description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass + requested by the VolumeSnapshot. VolumeSnapshotClassName may be + left nil to indicate that the default SnapshotClass should be used. + A given cluster may have multiple default Volume SnapshotClasses: + one default per CSI Driver. If a VolumeSnapshot does not specify + a SnapshotClass, VolumeSnapshotSource will be checked to figure + out what the associated CSI Driver is, and the default VolumeSnapshotClass + associated with that CSI Driver will be used. If more than one VolumeSnapshotClass + exist for a given CSI Driver and more than one have been marked + as default, CreateSnapshot will fail and generate an event. Empty + string is not allowed for this field.' + type: string + required: + - source + type: object + status: + description: status represents the current information of a snapshot. + Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent + objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent + point at each other) before using this object. + properties: + boundVolumeSnapshotContentName: + description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent + object to which this VolumeSnapshot object intends to bind to. If + not specified, it indicates that the VolumeSnapshot object has not + been successfully bound to a VolumeSnapshotContent object yet. NOTE: + To avoid possible security issues, consumers must verify binding + between VolumeSnapshot and VolumeSnapshotContent objects is successful + (by validating that both VolumeSnapshot and VolumeSnapshotContent + point at each other) before using this object.' + type: string + creationTime: + description: creationTime is the timestamp when the point-in-time + snapshot is taken by the underlying storage system. In dynamic snapshot + creation case, this field will be filled in by the snapshot controller + with the "creation_time" value returned from CSI "CreateSnapshot" + gRPC call. For a pre-existing snapshot, this field will be filled + with the "creation_time" value returned from the CSI "ListSnapshots" + gRPC call if the driver supports it. If not specified, it may indicate + that the creation time of the snapshot is unknown. + format: date-time + type: string + error: + description: error is the last observed error during snapshot creation, + if any. This field could be helpful to upper level controllers(i.e., + application controller) to decide whether they should continue on + waiting for the snapshot to be created based on the type of error + reported. The snapshot controller will keep retrying when an error + occurs during the snapshot creation. Upon success, this error field + will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error + during snapshot creation if specified. NOTE: message may be + logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if the snapshot is ready to be used + to restore a volume. In dynamic snapshot creation case, this field + will be filled in by the snapshot controller with the "ready_to_use" + value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "ready_to_use" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it, otherwise, this field will be set to "True". If not specified, + it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + type: string + description: restoreSize represents the minimum size of volume required + to create a volume from this snapshot. In dynamic snapshot creation + case, this field will be filled in by the snapshot controller with + the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. + For a pre-existing snapshot, this field will be filled with the + "size_bytes" value returned from the CSI "ListSnapshots" gRPC call + if the driver supports it. When restoring a volume from this snapshot, + the size of the volume MUST NOT be smaller than the restoreSize + if it is specified, otherwise the restoration will fail. If not + specified, it indicates that the size is unknown. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + required: + - spec + type: object + served: true + storage: true + subresources: + status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: If a new snapshot needs to be created, this contains the name of the source PVC from which this snapshot was (or will be) created. + jsonPath: .spec.source.persistentVolumeClaimName + name: SourcePVC + type: string + - description: If a snapshot already exists, this contains the name of the existing VolumeSnapshotContent object representing the existing snapshot. + jsonPath: .spec.source.volumeSnapshotContentName + name: SourceSnapshotContent + type: string + - description: Represents the minimum size of volume required to rehydrate from this snapshot. + jsonPath: .status.restoreSize + name: RestoreSize + type: string + - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. + jsonPath: .spec.volumeSnapshotClassName + name: SnapshotClass + type: string + - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot object intends to bind to. Please note that verification of binding actually requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure both are pointing at each other. Binding MUST be verified prior to usage of this object. + jsonPath: .status.boundVolumeSnapshotContentName + name: SnapshotContent + type: string + - description: Timestamp when the point-in-time snapshot was taken by the underlying storage system. + jsonPath: .status.creationTime + name: CreationTime + type: date + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshot is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshot" + schema: + openAPIV3Schema: + description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: 'spec defines the desired characteristics of a snapshot requested by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots Required.' + properties: + source: + description: source specifies where a snapshot will be created from. This field is immutable after creation. Required. + properties: + persistentVolumeClaimName: + description: persistentVolumeClaimName specifies the name of the PersistentVolumeClaim object representing the volume from which a snapshot should be created. This PVC is assumed to be in the same namespace as the VolumeSnapshot object. This field should be set if the snapshot does not exists, and needs to be created. This field is immutable. + type: string + volumeSnapshotContentName: + description: volumeSnapshotContentName specifies the name of a pre-existing VolumeSnapshotContent object representing an existing volume snapshot. This field should be set if the snapshot already exists and only needs a representation in Kubernetes. This field is immutable. + type: string + type: object + volumeSnapshotClassName: + description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass requested by the VolumeSnapshot. VolumeSnapshotClassName may be left nil to indicate that the default SnapshotClass should be used. A given cluster may have multiple default Volume SnapshotClasses: one default per CSI Driver. If a VolumeSnapshot does not specify a SnapshotClass, VolumeSnapshotSource will be checked to figure out what the associated CSI Driver is, and the default VolumeSnapshotClass associated with that CSI Driver will be used. If more than one VolumeSnapshotClass exist for a given CSI Driver and more than one have been marked as default, CreateSnapshot will fail and generate an event. Empty string is not allowed for this field.' + type: string + required: + - source + type: object + status: + description: status represents the current information of a snapshot. Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object. + properties: + boundVolumeSnapshotContentName: + description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent object to which this VolumeSnapshot object intends to bind to. If not specified, it indicates that the VolumeSnapshot object has not been successfully bound to a VolumeSnapshotContent object yet. NOTE: To avoid possible security issues, consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object.' + type: string + creationTime: + description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it may indicate that the creation time of the snapshot is unknown. + format: date-time + type: string + error: + description: error is the last observed error during snapshot creation, if any. This field could be helpful to upper level controllers(i.e., application controller) to decide whether they should continue on waiting for the snapshot to be created based on the type of error reported. The snapshot controller will keep retrying when an error occurs during the snapshot creation. Upon success, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if the snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + type: string + description: restoreSize represents the minimum size of volume required to create a volume from this snapshot. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + required: + - spec + type: object + served: false + storage: false + subresources: + status: {} +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.8.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/665" + creationTimestamp: null + name: volumesnapshotclasses.snapshot.storage.k8s.io +spec: + group: snapshot.storage.k8s.io + names: + kind: VolumeSnapshotClass + listKind: VolumeSnapshotClassList + plural: volumesnapshotclasses + shortNames: + - vsclass + - vsclasses + singular: volumesnapshotclass + scope: Cluster + versions: + - additionalPrinterColumns: + - jsonPath: .driver + name: Driver + type: string + - description: Determines whether a VolumeSnapshotContent created through the + VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .deletionPolicy + name: DeletionPolicy + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshotClass specifies parameters that a underlying storage + system uses when creating a volume snapshot. A specific VolumeSnapshotClass + is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses + are non-namespaced + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + deletionPolicy: + description: deletionPolicy determines whether a VolumeSnapshotContent + created through the VolumeSnapshotClass should be deleted when its bound + VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". + "Retain" means that the VolumeSnapshotContent and its physical snapshot + on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent + and its physical snapshot on underlying storage system are deleted. + Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the storage driver that handles this + VolumeSnapshotClass. Required. + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + parameters: + additionalProperties: + type: string + description: parameters is a key-value map with storage driver specific + parameters for creating snapshots. These values are opaque to Kubernetes. + type: object + required: + - deletionPolicy + - driver + type: object + served: true + storage: true + subresources: {} + - additionalPrinterColumns: + - jsonPath: .driver + name: Driver + type: string + - description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .deletionPolicy + name: DeletionPolicy + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass" + schema: + openAPIV3Schema: + description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + deletionPolicy: + description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required. + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + parameters: + additionalProperties: + type: string + description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes. + type: object + required: + - deletionPolicy + - driver + type: object + served: false + storage: false + subresources: {} +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.8.0 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/665" + creationTimestamp: null + name: volumesnapshotcontents.snapshot.storage.k8s.io +spec: + group: snapshot.storage.k8s.io + names: + kind: VolumeSnapshotContent + listKind: VolumeSnapshotContentList + plural: volumesnapshotcontents + shortNames: + - vsc + - vscs + singular: volumesnapshotcontent + scope: Cluster + versions: + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: Represents the complete size of the snapshot in bytes + jsonPath: .status.restoreSize + name: RestoreSize + type: integer + - description: Determines whether this VolumeSnapshotContent and its physical + snapshot on the underlying storage system should be deleted when its bound + VolumeSnapshot is deleted. + jsonPath: .spec.deletionPolicy + name: DeletionPolicy + type: string + - description: Name of the CSI driver used to create the physical snapshot on + the underlying storage system. + jsonPath: .spec.driver + name: Driver + type: string + - description: Name of the VolumeSnapshotClass to which this snapshot belongs. + jsonPath: .spec.volumeSnapshotClassName + name: VolumeSnapshotClass + type: string + - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent + object is bound. + jsonPath: .spec.volumeSnapshotRef.name + name: VolumeSnapshot + type: string + - description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.namespace + name: VolumeSnapshotNamespace + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshotContent represents the actual "on-disk" snapshot + object in the underlying storage system + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: spec defines properties of a VolumeSnapshotContent created + by the underlying storage system. Required. + properties: + deletionPolicy: + description: deletionPolicy determines whether this VolumeSnapshotContent + and its physical snapshot on the underlying storage system should + be deleted when its bound VolumeSnapshot is deleted. Supported values + are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent + and its physical snapshot on underlying storage system are kept. + "Delete" means that the VolumeSnapshotContent and its physical snapshot + on underlying storage system are deleted. For dynamically provisioned + snapshots, this field will automatically be filled in by the CSI + snapshotter sidecar with the "DeletionPolicy" field defined in the + corresponding VolumeSnapshotClass. For pre-existing snapshots, users + MUST specify this field when creating the VolumeSnapshotContent + object. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the CSI driver used to create the + physical snapshot on the underlying storage system. This MUST be + the same as the name returned by the CSI GetPluginName() call for + that driver. Required. + type: string + source: + description: source specifies whether the snapshot is (or should be) + dynamically provisioned or already exists, and just requires a Kubernetes + object representation. This field is immutable after creation. Required. + properties: + snapshotHandle: + description: snapshotHandle specifies the CSI "snapshot_id" of + a pre-existing snapshot on the underlying storage system for + which a Kubernetes object representation was (or should be) + created. This field is immutable. + type: string + volumeHandle: + description: volumeHandle specifies the CSI "volume_id" of the + volume from which a snapshot should be dynamically taken from. + This field is immutable. + type: string + type: object + oneOf: + - required: ["snapshotHandle"] + - required: ["volumeHandle"] + sourceVolumeMode: + description: SourceVolumeMode is the mode of the volume whose snapshot + is taken. Can be either “Filesystem” or “Block”. If not specified, + it indicates the source volume's mode is unknown. This field is + immutable. This field is an alpha field. + type: string + volumeSnapshotClassName: + description: name of the VolumeSnapshotClass from which this snapshot + was (or will be) created. Note that after provisioning, the VolumeSnapshotClass + may be deleted or recreated with different set of values, and as + such, should not be referenced post-snapshot creation. + type: string + volumeSnapshotRef: + description: volumeSnapshotRef specifies the VolumeSnapshot object + to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName + field must reference to this VolumeSnapshotContent's name for the + bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent + object, name and namespace of the VolumeSnapshot object MUST be + provided for binding to happen. This field is immutable after creation. + Required. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an object instead of + an entire object, this string should contain a valid JSON/Go + field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within + a pod, this would take on a value like: "spec.containers{name}" + (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" + (container with index 2 in this pod). This syntax is chosen + only to have some well-defined way of referencing a part of + an object. TODO: this design is not final and this field is + subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to which this reference + is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + required: + - deletionPolicy + - driver + - source + - volumeSnapshotRef + type: object + status: + description: status represents the current information of a snapshot. + properties: + creationTime: + description: creationTime is the timestamp when the point-in-time + snapshot is taken by the underlying storage system. In dynamic snapshot + creation case, this field will be filled in by the CSI snapshotter + sidecar with the "creation_time" value returned from CSI "CreateSnapshot" + gRPC call. For a pre-existing snapshot, this field will be filled + with the "creation_time" value returned from the CSI "ListSnapshots" + gRPC call if the driver supports it. If not specified, it indicates + the creation time is unknown. The format of this field is a Unix + nanoseconds time encoded as an int64. On Unix, the command `date + +%s%N` returns the current time in nanoseconds since 1970-01-01 + 00:00:00 UTC. + format: int64 + type: integer + error: + description: error is the last observed error during snapshot creation, + if any. Upon success after retry, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error + during snapshot creation if specified. NOTE: message may be + logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if a snapshot is ready to be used + to restore a volume. In dynamic snapshot creation case, this field + will be filled in by the CSI snapshotter sidecar with the "ready_to_use" + value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "ready_to_use" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it, otherwise, this field will be set to "True". If not specified, + it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + description: restoreSize represents the complete size of the snapshot + in bytes. In dynamic snapshot creation case, this field will be + filled in by the CSI snapshotter sidecar with the "size_bytes" value + returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "size_bytes" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it. When restoring a volume from this snapshot, the size of the + volume MUST NOT be smaller than the restoreSize if it is specified, + otherwise the restoration will fail. If not specified, it indicates + that the size is unknown. + format: int64 + minimum: 0 + type: integer + snapshotHandle: + description: snapshotHandle is the CSI "snapshot_id" of a snapshot + on the underlying storage system. If not specified, it indicates + that dynamic snapshot creation has either failed or it is still + in progress. + type: string + type: object + required: + - spec + type: object + served: true + storage: true + subresources: + status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: Represents the complete size of the snapshot in bytes + jsonPath: .status.restoreSize + name: RestoreSize + type: integer + - description: Determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .spec.deletionPolicy + name: DeletionPolicy + type: string + - description: Name of the CSI driver used to create the physical snapshot on the underlying storage system. + jsonPath: .spec.driver + name: Driver + type: string + - description: Name of the VolumeSnapshotClass to which this snapshot belongs. + jsonPath: .spec.volumeSnapshotClassName + name: VolumeSnapshotClass + type: string + - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.name + name: VolumeSnapshot + type: string + - description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.namespace + name: VolumeSnapshotNamespace + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotContent is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotContent" + schema: + openAPIV3Schema: + description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: spec defines properties of a VolumeSnapshotContent created by the underlying storage system. Required. + properties: + deletionPolicy: + description: deletionPolicy determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. For dynamically provisioned snapshots, this field will automatically be filled in by the CSI snapshotter sidecar with the "DeletionPolicy" field defined in the corresponding VolumeSnapshotClass. For pre-existing snapshots, users MUST specify this field when creating the VolumeSnapshotContent object. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the CSI driver used to create the physical snapshot on the underlying storage system. This MUST be the same as the name returned by the CSI GetPluginName() call for that driver. Required. + type: string + source: + description: source specifies whether the snapshot is (or should be) dynamically provisioned or already exists, and just requires a Kubernetes object representation. This field is immutable after creation. Required. + properties: + snapshotHandle: + description: snapshotHandle specifies the CSI "snapshot_id" of a pre-existing snapshot on the underlying storage system for which a Kubernetes object representation was (or should be) created. This field is immutable. + type: string + volumeHandle: + description: volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot should be dynamically taken from. This field is immutable. + type: string + type: object + volumeSnapshotClassName: + description: name of the VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation. + type: string + volumeSnapshotRef: + description: volumeSnapshotRef specifies the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName field must reference to this VolumeSnapshotContent's name for the bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent object, name and namespace of the VolumeSnapshot object MUST be provided for binding to happen. This field is immutable after creation. Required. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + required: + - deletionPolicy + - driver + - source + - volumeSnapshotRef + type: object + status: + description: status represents the current information of a snapshot. + properties: + creationTime: + description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it indicates the creation time is unknown. The format of this field is a Unix nanoseconds time encoded as an int64. On Unix, the command `date +%s%N` returns the current time in nanoseconds since 1970-01-01 00:00:00 UTC. + format: int64 + type: integer + error: + description: error is the last observed error during snapshot creation, if any. Upon success after retry, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if a snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + description: restoreSize represents the complete size of the snapshot in bytes. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. + format: int64 + minimum: 0 + type: integer + snapshotHandle: + description: snapshotHandle is the CSI "snapshot_id" of a snapshot on the underlying storage system. If not specified, it indicates that dynamic snapshot creation has either failed or it is still in progress. + type: string + type: object + required: + - spec + type: object + served: false + storage: false + subresources: + status: {} +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/deploy/v4.12.0/csi-nfs-controller.yaml b/deploy/v4.12.0/csi-nfs-controller.yaml new file mode 100644 index 000000000..75a332d6a --- /dev/null +++ b/deploy/v4.12.0/csi-nfs-controller.yaml @@ -0,0 +1,197 @@ +--- +kind: Deployment +apiVersion: apps/v1 +metadata: + name: csi-nfs-controller + namespace: kube-system +spec: + replicas: 1 + selector: + matchLabels: + app: csi-nfs-controller + template: + metadata: + labels: + app: csi-nfs-controller + spec: + hostNetwork: true # controller also needs to mount nfs to create dir + dnsPolicy: ClusterFirstWithHostNet # available values: Default, ClusterFirstWithHostNet, ClusterFirst + serviceAccountName: csi-nfs-controller-sa + nodeSelector: + kubernetes.io/os: linux # add "kubernetes.io/role: master" to run controller on master node + priorityClassName: system-cluster-critical + securityContext: + seccompProfile: + type: RuntimeDefault + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/controlplane" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + effect: "NoSchedule" + containers: + - name: csi-provisioner + image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0 + args: + - "-v=2" + - "--csi-address=$(ADDRESS)" + - "--leader-election" + - "--leader-election-namespace=$(POD_NAMESPACE)" + - "--extra-create-metadata=true" + - "--feature-gates=HonorPVReclaimPolicy=true" + - "--timeout=1200s" + - "--retry-interval-max=30m" + env: + - name: ADDRESS + value: /csi/csi.sock + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + volumeMounts: + - mountPath: /csi + name: socket-dir + resources: + limits: + memory: 400Mi + requests: + cpu: 10m + memory: 20Mi + securityContext: + capabilities: + drop: + - ALL + - name: csi-resizer + image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0 + args: + - "-csi-address=$(ADDRESS)" + - "-v=2" + - "-leader-election" + - "--leader-election-namespace=$(POD_NAMESPACE)" + - '-handle-volume-inuse-error=false' + env: + - name: ADDRESS + value: /csi/csi.sock + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: + limits: + memory: 400Mi + requests: + cpu: 10m + memory: 20Mi + securityContext: + capabilities: + drop: + - ALL + - name: csi-snapshotter + image: registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0 + args: + - "--v=2" + - "--csi-address=$(ADDRESS)" + - "--leader-election-namespace=$(POD_NAMESPACE)" + - "--leader-election" + - "--timeout=1200s" + - "--retry-interval-max=30m" + env: + - name: ADDRESS + value: /csi/csi.sock + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + imagePullPolicy: IfNotPresent + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: + limits: + memory: 200Mi + requests: + cpu: 10m + memory: 20Mi + securityContext: + capabilities: + drop: + - ALL + - name: liveness-probe + image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0 + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --http-endpoint=localhost:29652 + - --v=2 + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + securityContext: + capabilities: + drop: + - ALL + - name: nfs + image: registry.k8s.io/sig-storage/nfsplugin:v4.12.0 + securityContext: + privileged: true + capabilities: + add: ["SYS_ADMIN"] + drop: + - ALL + allowPrivilegeEscalation: true + imagePullPolicy: IfNotPresent + args: + - "-v=5" + - "--nodeid=$(NODE_ID)" + - "--endpoint=$(CSI_ENDPOINT)" + env: + - name: NODE_ID + valueFrom: + fieldRef: + fieldPath: spec.nodeName + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + livenessProbe: + failureThreshold: 5 + httpGet: + host: localhost + path: /healthz + port: 29652 + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + volumeMounts: + - name: pods-mount-dir + mountPath: /var/lib/kubelet/pods + mountPropagation: "Bidirectional" + - mountPath: /csi + name: socket-dir + resources: + limits: + memory: 200Mi + requests: + cpu: 10m + memory: 20Mi + volumes: + - name: pods-mount-dir + hostPath: + path: /var/lib/kubelet/pods + type: Directory + - name: socket-dir + emptyDir: {} diff --git a/deploy/v4.12.0/csi-nfs-driverinfo.yaml b/deploy/v4.12.0/csi-nfs-driverinfo.yaml new file mode 100644 index 000000000..ce1f04ffa --- /dev/null +++ b/deploy/v4.12.0/csi-nfs-driverinfo.yaml @@ -0,0 +1,10 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: CSIDriver +metadata: + name: nfs.csi.k8s.io +spec: + attachRequired: false + volumeLifecycleModes: + - Persistent + fsGroupPolicy: File diff --git a/deploy/v4.12.0/csi-nfs-node.yaml b/deploy/v4.12.0/csi-nfs-node.yaml new file mode 100644 index 000000000..9eb409cec --- /dev/null +++ b/deploy/v4.12.0/csi-nfs-node.yaml @@ -0,0 +1,134 @@ +--- +kind: DaemonSet +apiVersion: apps/v1 +metadata: + name: csi-nfs-node + namespace: kube-system +spec: + updateStrategy: + rollingUpdate: + maxUnavailable: 1 + type: RollingUpdate + selector: + matchLabels: + app: csi-nfs-node + template: + metadata: + labels: + app: csi-nfs-node + spec: + hostNetwork: true # original nfs connection would be broken without hostNetwork setting + dnsPolicy: ClusterFirstWithHostNet # available values: Default, ClusterFirstWithHostNet, ClusterFirst + serviceAccountName: csi-nfs-node-sa + priorityClassName: system-node-critical + securityContext: + seccompProfile: + type: RuntimeDefault + nodeSelector: + kubernetes.io/os: linux + tolerations: + - operator: "Exists" + containers: + - name: liveness-probe + image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0 + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --http-endpoint=localhost:29653 + - --v=2 + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + securityContext: + capabilities: + drop: + - ALL + - name: node-driver-registrar + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0 + args: + - --v=2 + - --csi-address=/csi/csi.sock + - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) + env: + - name: DRIVER_REG_SOCK_PATH + value: /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock + - name: KUBE_NODE_NAME + valueFrom: + fieldRef: + fieldPath: spec.nodeName + volumeMounts: + - name: socket-dir + mountPath: /csi + - name: registration-dir + mountPath: /registration + resources: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + securityContext: + capabilities: + drop: + - ALL + - name: nfs + securityContext: + privileged: true + capabilities: + add: ["SYS_ADMIN"] + drop: + - ALL + allowPrivilegeEscalation: true + image: registry.k8s.io/sig-storage/nfsplugin:v4.12.0 + args: + - "-v=5" + - "--nodeid=$(NODE_ID)" + - "--endpoint=$(CSI_ENDPOINT)" + env: + - name: NODE_ID + valueFrom: + fieldRef: + fieldPath: spec.nodeName + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + livenessProbe: + failureThreshold: 5 + httpGet: + host: localhost + path: /healthz + port: 29653 + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + imagePullPolicy: "IfNotPresent" + volumeMounts: + - name: socket-dir + mountPath: /csi + - name: pods-mount-dir + mountPath: /var/lib/kubelet/pods + mountPropagation: "Bidirectional" + resources: + limits: + memory: 300Mi + requests: + cpu: 10m + memory: 20Mi + volumes: + - name: socket-dir + hostPath: + path: /var/lib/kubelet/plugins/csi-nfsplugin + type: DirectoryOrCreate + - name: pods-mount-dir + hostPath: + path: /var/lib/kubelet/pods + type: Directory + - hostPath: + path: /var/lib/kubelet/plugins_registry + type: Directory + name: registration-dir diff --git a/deploy/v4.12.0/csi-snapshot-controller.yaml b/deploy/v4.12.0/csi-snapshot-controller.yaml new file mode 100644 index 000000000..c82c6601c --- /dev/null +++ b/deploy/v4.12.0/csi-snapshot-controller.yaml @@ -0,0 +1,70 @@ +# This YAML file shows how to deploy the snapshot controller + +# The snapshot controller implements the control loop for CSI snapshot functionality. +# It should be installed as part of the base Kubernetes distribution in an appropriate +# namespace for components implementing base system functionality. For installing with +# Vanilla Kubernetes, kube-system makes sense for the namespace. + +--- +kind: Deployment +apiVersion: apps/v1 +metadata: + name: snapshot-controller + namespace: kube-system +spec: + replicas: 2 + selector: + matchLabels: + app: snapshot-controller + # the snapshot controller won't be marked as ready if the v1 CRDs are unavailable + # in #504 the snapshot-controller will exit after around 7.5 seconds if it + # can't find the v1 CRDs so this value should be greater than that + minReadySeconds: 15 + strategy: + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 + type: RollingUpdate + template: + metadata: + labels: + app: snapshot-controller + spec: + serviceAccountName: snapshot-controller + nodeSelector: + kubernetes.io/os: linux + priorityClassName: system-cluster-critical + securityContext: + seccompProfile: + type: RuntimeDefault + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Equal" + value: "true" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/controlplane" + operator: "Equal" + value: "true" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Equal" + value: "true" + effect: "NoSchedule" + containers: + - name: snapshot-controller + image: registry.k8s.io/sig-storage/snapshot-controller:v8.3.0 + args: + - "--v=2" + - "--leader-election=true" + - "--leader-election-namespace=$(POD_NAMESPACE)" + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + resources: + limits: + memory: 300Mi + requests: + cpu: 10m + memory: 20Mi diff --git a/deploy/v4.12.0/rbac-csi-nfs.yaml b/deploy/v4.12.0/rbac-csi-nfs.yaml new file mode 100644 index 000000000..21e36effe --- /dev/null +++ b/deploy/v4.12.0/rbac-csi-nfs.yaml @@ -0,0 +1,102 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: csi-nfs-controller-sa + namespace: kube-system +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: csi-nfs-node-sa + namespace: kube-system +--- + +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: nfs-external-provisioner-role +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "create", "patch", "delete"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch", "update"] + - apiGroups: ["storage.k8s.io"] + resources: ["storageclasses"] + verbs: ["get", "list", "watch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotclasses", "volumesnapshots"] + verbs: ["get", "list", "watch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents"] + verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents/status"] + verbs: ["get", "update", "patch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: ["storage.k8s.io"] + resources: ["csinodes"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["nodes"] + verbs: ["get", "list", "watch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: [""] + resources: ["secrets"] + verbs: ["get"] +--- + +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: nfs-csi-provisioner-binding +subjects: + - kind: ServiceAccount + name: csi-nfs-controller-sa + namespace: kube-system +roleRef: + kind: ClusterRole + name: nfs-external-provisioner-role + apiGroup: rbac.authorization.k8s.io +--- + +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: nfs-external-resizer-role +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims/status"] + verbs: ["update", "patch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["list", "watch", "create", "update", "patch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] +--- + +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: nfs-csi-resizer-role +subjects: + - kind: ServiceAccount + name: csi-nfs-controller-sa + namespace: kube-system +roleRef: + kind: ClusterRole + name: nfs-external-resizer-role + apiGroup: rbac.authorization.k8s.io diff --git a/deploy/v4.12.0/rbac-snapshot-controller.yaml b/deploy/v4.12.0/rbac-snapshot-controller.yaml new file mode 100644 index 000000000..8239cf213 --- /dev/null +++ b/deploy/v4.12.0/rbac-snapshot-controller.yaml @@ -0,0 +1,82 @@ +# RBAC file for the snapshot controller. +# +# The snapshot controller implements the control loop for CSI snapshot functionality. +# It should be installed as part of the base Kubernetes distribution in an appropriate +# namespace for components implementing base system functionality. For installing with +# Vanilla Kubernetes, kube-system makes sense for the namespace. +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: snapshot-controller + namespace: kube-system + +--- +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: snapshot-controller-runner +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch", "update"] + - apiGroups: [""] + resources: ["events"] + verbs: ["list", "watch", "create", "update", "patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotclasses"] + verbs: ["get", "list", "watch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents"] + verbs: ["create", "get", "list", "watch", "update", "delete", "patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshotcontents/status"] + verbs: ["patch"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshots"] + verbs: ["get", "list", "watch", "update", "patch", "create"] + - apiGroups: ["snapshot.storage.k8s.io"] + resources: ["volumesnapshots/status"] + verbs: ["update", "patch"] + +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: snapshot-controller-role +subjects: + - kind: ServiceAccount + name: snapshot-controller + namespace: kube-system +roleRef: + kind: ClusterRole + name: snapshot-controller-runner + apiGroup: rbac.authorization.k8s.io + +--- +kind: Role +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: snapshot-controller-leaderelection + namespace: kube-system +rules: + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "watch", "list", "delete", "update", "create"] + +--- +kind: RoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: snapshot-controller-leaderelection + namespace: kube-system +subjects: + - kind: ServiceAccount + name: snapshot-controller +roleRef: + kind: Role + name: snapshot-controller-leaderelection + apiGroup: rbac.authorization.k8s.io diff --git a/deploy/v4.12.0/snapshotclass.yaml b/deploy/v4.12.0/snapshotclass.yaml new file mode 100644 index 000000000..d6b8e3332 --- /dev/null +++ b/deploy/v4.12.0/snapshotclass.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: snapshot.storage.k8s.io/v1 +kind: VolumeSnapshotClass +metadata: + name: csi-nfs-snapclass +driver: nfs.csi.k8s.io +deletionPolicy: Delete diff --git a/deploy/v4.12.0/storageclass.yaml b/deploy/v4.12.0/storageclass.yaml new file mode 100644 index 000000000..f7e665612 --- /dev/null +++ b/deploy/v4.12.0/storageclass.yaml @@ -0,0 +1,17 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: nfs-csi +provisioner: nfs.csi.k8s.io +parameters: + server: nfs-server.default.svc.cluster.local + share: / + # csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume + # csi.storage.k8s.io/provisioner-secret-name: "mount-options" + # csi.storage.k8s.io/provisioner-secret-namespace: "default" +reclaimPolicy: Delete +volumeBindingMode: Immediate +allowVolumeExpansion: true +mountOptions: + - nfsvers=4.1 diff --git a/docs/install-csi-driver-v4.12.0.md b/docs/install-csi-driver-v4.12.0.md new file mode 100644 index 000000000..e51bb1053 --- /dev/null +++ b/docs/install-csi-driver-v4.12.0.md @@ -0,0 +1,45 @@ +# Install NFS CSI driver v4.12.0 version on a kubernetes cluster + +If you have already installed Helm, you can also use it to install this driver. Please check [Installation with Helm](../charts/README.md). + +## Install with kubectl + - Option#1. remote install +```console +curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/v4.12.0/deploy/install-driver.sh | bash -s v4.12.0 -- +``` + + - Option#2. local install +```console +git clone https://github.com/kubernetes-csi/csi-driver-nfs.git +cd csi-driver-nfs +./deploy/install-driver.sh v4.12.0 local +``` + +- check pods status: +```console +kubectl -n kube-system get pod -o wide -l app=csi-nfs-controller +kubectl -n kube-system get pod -o wide -l app=csi-nfs-node +``` + +example output: + +```console +NAME READY STATUS RESTARTS AGE IP NODE +csi-nfs-controller-56bfddd689-dh5tk 4/4 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0 +csi-nfs-node-cvgbs 3/3 Running 0 35s 10.240.0.35 k8s-agentpool-22533604-1 +csi-nfs-node-dr4s4 3/3 Running 0 35s 10.240.0.4 k8s-agentpool-22533604-0 +``` + +### clean up NFS CSI driver + - Option#1. remote uninstall +```console +curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/v4.12.0/deploy/uninstall-driver.sh | bash -s v4.12.0 -- +``` + + - Option#2. local uninstall +```console +git clone https://github.com/kubernetes-csi/csi-driver-nfs.git +cd csi-driver-nfs +git checkout v4.12.0 +./deploy/uninstall-driver.sh v4.12.0 local +``` diff --git a/docs/install-nfs-csi-driver.md b/docs/install-nfs-csi-driver.md index 093520fef..ae91e7653 100644 --- a/docs/install-nfs-csi-driver.md +++ b/docs/install-nfs-csi-driver.md @@ -1,6 +1,6 @@ ## Install NFS CSI driver on a Kubernetes cluster - [install CSI driver master version](./install-csi-driver-master.md)(only for testing purpose) + - [install CSI driver v4.12.0 version](./install-csi-driver-v4.12.0.md) - [install CSI driver v4.11.0 version](./install-csi-driver-v4.11.0.md) - [install CSI driver v4.10.0 version](./install-csi-driver-v4.10.0.md) - - [install CSI driver v4.9.0 version](./install-csi-driver-v4.9.0.md) From 7716acab215c909ee51a489d2ecbd073356a9fe9 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 8 Oct 2025 03:44:14 +0000 Subject: [PATCH 2/2] doc: use latest version for master branch --- charts/index.yaml | 52 +++++++++++------------ charts/latest/csi-driver-nfs-4.12.0.tgz | Bin 12069 -> 0 bytes charts/latest/csi-driver-nfs-v0.0.0.tgz | Bin 0 -> 12090 bytes charts/latest/csi-driver-nfs/Chart.yaml | 4 +- charts/latest/csi-driver-nfs/values.yaml | 4 +- deploy/csi-nfs-controller.yaml | 2 +- deploy/csi-nfs-node.yaml | 2 +- 7 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 charts/latest/csi-driver-nfs-4.12.0.tgz create mode 100644 charts/latest/csi-driver-nfs-v0.0.0.tgz diff --git a/charts/index.yaml b/charts/index.yaml index 0ef73f5ec..647569c53 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -3,25 +3,16 @@ entries: csi-driver-nfs: - apiVersion: v1 appVersion: 4.12.0 - created: "2025-10-08T03:42:28.234041605Z" + created: "2025-10-08T03:44:03.818878687Z" description: CSI NFS Driver for Kubernetes digest: 2d02ab3bc3bf6b49537f83e04180fe8e434bb126a4c402b0d54caa2610a475d1 name: csi-driver-nfs urls: - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/v4.12.0/csi-driver-nfs-4.12.0.tgz version: 4.12.0 - - apiVersion: v1 - appVersion: 4.12.0 - created: "2025-10-08T03:42:28.184150475Z" - description: CSI NFS Driver for Kubernetes - digest: cf0bfb13594f94865d69af019402f0675c355d31d956b19835387720cba29fa8 - name: csi-driver-nfs - urls: - - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/latest/csi-driver-nfs-4.12.0.tgz - version: 4.12.0 - apiVersion: v1 appVersion: 4.11.0 - created: "2025-10-08T03:42:28.233158863Z" + created: "2025-10-08T03:44:03.818062339Z" description: CSI NFS Driver for Kubernetes digest: e44bcd7f6934fe6cb07194a1b6e780ca4a428c5d37330a9db2bfa7a9300c8da5 name: csi-driver-nfs @@ -30,7 +21,7 @@ entries: version: 4.11.0 - apiVersion: v1 appVersion: v4.10.0 - created: "2025-10-08T03:42:28.219962954Z" + created: "2025-10-08T03:44:03.817259236Z" description: CSI NFS Driver for Kubernetes digest: f9d1ac2610373fa0d668b26031f3daae583806d135213fb41fca7342365d790a name: csi-driver-nfs @@ -39,7 +30,7 @@ entries: version: v4.10.0 - apiVersion: v1 appVersion: v4.9.0 - created: "2025-10-08T03:42:28.26969726Z" + created: "2025-10-08T03:44:03.824924573Z" description: CSI NFS Driver for Kubernetes digest: 045f8c0995a657d2dcd7aa36fc16fd18315e23e68fc8cc4b328dcdc2e37a0c9a name: csi-driver-nfs @@ -48,7 +39,7 @@ entries: version: v4.9.0 - apiVersion: v1 appVersion: v4.8.0 - created: "2025-10-08T03:42:28.26881028Z" + created: "2025-10-08T03:44:03.824168548Z" description: CSI NFS Driver for Kubernetes digest: 6bcfc35f85ff56c20c464392e914c37818bc67b54f241f7c683bf6a2b5a675f7 name: csi-driver-nfs @@ -57,7 +48,7 @@ entries: version: v4.8.0 - apiVersion: v1 appVersion: v4.7.0 - created: "2025-10-08T03:42:28.262619563Z" + created: "2025-10-08T03:44:03.823205746Z" description: CSI NFS Driver for Kubernetes digest: b629c5fa9543223339952d9f7c478189c2e8f8695846f513b8d2a45ded7a5ac9 name: csi-driver-nfs @@ -66,7 +57,7 @@ entries: version: v4.7.0 - apiVersion: v1 appVersion: v4.6.0 - created: "2025-10-08T03:42:28.261077397Z" + created: "2025-10-08T03:44:03.822143958Z" description: CSI NFS Driver for Kubernetes digest: c641e8ac0f86b631f07109c10e78c6aa893f57281c7bda595a78651e382e8648 name: csi-driver-nfs @@ -75,7 +66,7 @@ entries: version: v4.6.0 - apiVersion: v1 appVersion: v4.5.0 - created: "2025-10-08T03:42:28.255777637Z" + created: "2025-10-08T03:44:03.821433799Z" description: CSI NFS Driver for Kubernetes digest: 3d170cecde5a71fdf02b86c4c375b7818787c39311938e36199fb3e7a2d5162d name: csi-driver-nfs @@ -84,7 +75,7 @@ entries: version: v4.5.0 - apiVersion: v1 appVersion: v4.4.0 - created: "2025-10-08T03:42:28.249477305Z" + created: "2025-10-08T03:44:03.820720203Z" description: CSI NFS Driver for Kubernetes digest: edb60e4ae8b0f94457d1425834567c0bd25ad4d63d30cf9400e71650279edca3 name: csi-driver-nfs @@ -93,7 +84,7 @@ entries: version: v4.4.0 - apiVersion: v1 appVersion: v4.3.0 - created: "2025-10-08T03:42:28.243011373Z" + created: "2025-10-08T03:44:03.819987552Z" description: CSI NFS Driver for Kubernetes digest: 84202da067ec3672e75c41bbfd78e9cc95bc3bb81652ef68b84f71ee8a1b8f52 name: csi-driver-nfs @@ -102,7 +93,7 @@ entries: version: v4.3.0 - apiVersion: v1 appVersion: v4.2.0 - created: "2025-10-08T03:42:28.234800114Z" + created: "2025-10-08T03:44:03.81932944Z" description: CSI NFS Driver for Kubernetes digest: e702f6c9be35f2649f5736ca5fcdc40ab1c6a235f41e7fb2472d208e8a5ebf47 name: csi-driver-nfs @@ -111,7 +102,7 @@ entries: version: v4.2.0 - apiVersion: v1 appVersion: v4.1.0 - created: "2025-10-08T03:42:28.218235581Z" + created: "2025-10-08T03:44:03.816130024Z" description: CSI NFS Driver for Kubernetes digest: b2baa2f129976cf2981c8873290aac509aa3c5937ffc319fbf69fbe3271c23eb name: csi-driver-nfs @@ -120,7 +111,7 @@ entries: version: v4.1.0 - apiVersion: v1 appVersion: v4.0.0 - created: "2025-10-08T03:42:28.213708498Z" + created: "2025-10-08T03:44:03.815476711Z" description: CSI NFS Driver for Kubernetes digest: 3145fd12225a639908b14675c8ae1f272bc0e57ffa2895b6f17411486a24229d name: csi-driver-nfs @@ -129,7 +120,7 @@ entries: version: v4.0.0 - apiVersion: v1 appVersion: v3.1.0 - created: "2025-10-08T03:42:28.20550295Z" + created: "2025-10-08T03:44:03.815036447Z" description: CSI NFS Driver for Kubernetes digest: 7e51bb9188b013195cafc265102fa365de9ec5513780e1dfc5363289f811a4d9 name: csi-driver-nfs @@ -138,7 +129,7 @@ entries: version: v3.1.0 - apiVersion: v1 appVersion: v3.0.0 - created: "2025-10-08T03:42:28.195975978Z" + created: "2025-10-08T03:44:03.814605571Z" description: CSI NFS Driver for Kubernetes digest: 44406231cd5cdada1c62a0541b93b4f5d5a70ccc8c50b33553a8692fe6cfae96 name: csi-driver-nfs @@ -147,11 +138,20 @@ entries: version: v3.0.0 - apiVersion: v1 appVersion: v2.0.0 - created: "2025-10-08T03:42:28.195184116Z" + created: "2025-10-08T03:44:03.814178622Z" description: CSI NFS Driver for Kubernetes digest: 1a32c6fc016526fe19a0c9e0dfbe83d0ddde67ced533bb5f5d24d713f706c613 name: csi-driver-nfs urls: - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/v2.0.0/csi-driver-nfs-v2.0.0.tgz version: v2.0.0 -generated: "2025-10-08T03:42:28.183129233Z" + - apiVersion: v1 + appVersion: latest + created: "2025-10-08T03:44:03.813941328Z" + description: CSI NFS Driver for Kubernetes + digest: 1aa8bd9fb262ea370f5a56b25b7c2a3ee5bbe179aff2c9286df95cb30e5a8ff5 + name: csi-driver-nfs + urls: + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/latest/csi-driver-nfs-v0.0.0.tgz + version: v0.0.0 +generated: "2025-10-08T03:44:03.81291661Z" diff --git a/charts/latest/csi-driver-nfs-4.12.0.tgz b/charts/latest/csi-driver-nfs-4.12.0.tgz deleted file mode 100644 index fdf929256ab9c0d981c734a8b845ddb179c9bf37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12069 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 P009606SoRH0Du7ic?r8P diff --git a/charts/latest/csi-driver-nfs-v0.0.0.tgz b/charts/latest/csi-driver-nfs-v0.0.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..aa645bcf86abc1a88d161ded86e3b53d1eb7679d GIT binary patch literal 12090 zcmV-AFU8OwiwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PKDJavV33r~mG!z%{)g$-`7^JL;39nC! zuFCGlunMRFP))XFUCe{*zT7;?1wQHk@=>HUl35X3FfOh@gKYX!& zT-E=B7YAGYzmLaHgk;grcnF~wppTzAB*J4DbPz&lhy`3i%m#?Vm=Kx3cx2-~~9R*zfHhEy2MR#j%($DOcq}<#ybdDoHY=o{X2bNt$u24PW zig?g5qn}gLL%0H+4j*E_+9is*c5jqV(=mcEDE`><1I6c0oA;p#`uk~keATaS5nMngj3Jqr_6f$q`{LNRAC9%BiAVM4x9mAuuinMjLt zu9G2zAWsP&puH*Pdm$O_*&jQdLa%4c*L%OCMKUBl76Y{3K}bozgz@a%EQSHP1k*FB zSVG^@H&`ff&Y09co)~HuA*KcXP1}k}khVGz@DB467Dbo_XEZI6f9kL>6TqRITre&N z=-}Ue+LU z2<;#|#UxY=BjXqi&?$^?63X4CugWh}MdpLI^i&N1q?HExFLxd0-7exFv7RRJXhbNH zGd)2YDZhdce95@|DdvQ6B4;Nd7UEows+b80k>?wBJf9Oud>nQVk}L#{jnwFF^w2fT z2B@nQhO-cQ*O^nVOi-l9w`h9}XBBV%Pz-R=%9H8zwyYeRxBq4McqHhH+ zR-$s}wRjt<=EQdBs~})hyrto6Rhk?GOSlhqG~C`zNFpK&9#;gBo-U61{WqkOP9y(F zKom>)aWX*r{iycYLHbqQg}K9;9Ft#DZ3k=C=JZFJD%)SPvVt#s7wzfjd97xz)vxzy z$|8LG3(e@5iJ@$57ckL>_hQeSDp=98`<0Mpzw|Q-<>5L)+2GNd89vD8Z6ma9*LA6J z*7G7^G?jKUqn2ICj%iBKcc~3~u`lX9QSFCHFI2jD2c2kF2u-!4mNgTdT%HQ;=IRCZ zrRCuiwB+Zan)Q};yAj$UBP5g;tvzq!{iPjT{ablhKqbO7sJ>C%sadG{>c&SW(u~e7 zIvXK5ff>Rf2OP{0C~ZN6BHRDHPG@JwHm*!P?N$W0IEq6UbR4CMUUXR=QX{51%vVL* z23YZM2_xV@eNbLIqoCaNh;cwdd81NTXI^>m=teDG)Z&NGG13tYp-6BT4bVi&SPb^| z%FaQ+e6c67xE9J!7?E+p!HZd-#T63@d{5EyG%+vcWQrxE3&Yu7XJ^MmPA-x#yfO?8 z(67IBc93Tq+_j%7Du(5*?%OM~wrlECQFvYN%^g%&fq1?k`WH+olc_=6(PC@K=$@|l zMMQYkN%i#W0qQF0>*_CK%y9$~cuonpTKeb;&A)s0^PZUcy;N>Orj*uxGQk`MXfORU z87f!Y{#9Qob^9-lkGuA@T2)!*(-mc0sC31xf&-!ZJyTwh=3% zG0W8A*@4vbJZ1Apr+!O}gN;$Hl_tB;zT4riwCl21=Z4y~O8mdP z|05xa^}gTU`P+A|uX^%UuD{1HZ~yo3=tX7!=lJ;WaJ&C=9}jvrf$FX<5oioj&jhNV3$8pt~Qz0>R5JI0mb&==YVChdjcQ-%Sr&0euOdyPb zi=K?v-3p$g|N94rRs6^Eqy6Vw{lAarE=_@ht{+D_z|UASnR}J<98XrM%QNg_Em=C zv7f14>50jn9;{MP+ZZqZCH?Xb9Y|5uxcjFr>VD{2TBy#WgaGNzMw0yvN1?mK zABfOEEe;NJ_ZxC*G%Ex9xi#bKcpB}$&jYUr4p;*d)N23tkDfn2?3eBTf${*i_WwQ} ztINu+r`qa>>-KDzvb9WOq%-?kskP^Mog(NE$3zjMdhwgC7^nN4YeItoI%%NUi9q52 zORVj7as97jF*%H23{;!TVM4+Hc*$N)`@KI~ump~Yhhw!+g`jL+2dJAy497%Hl3~wh zQ6YG!lw>dMjv|ys#|!tKKR-6Rf8Epqr&E&`>y==4fUW`JG_pq+eMce?5=Zd>(IgDB zh^bj5rZtFOrkUmCc1OgZ(FIj+Z|ZVG6`y!f{yR zu47ifjLY-977tDB3qr?9h8J^l4N z_KQgIN@kcYt3OMPnHVw_0;WzLM+hSdH#u(JQddSN*PNVU(zk1yVz zpb=*gx|tAvV!qAD-(Z2BGM?@YJj*r*9Bqxk?-`mswHzQq0+mJi)S!iIkbUn+0Lz@OC0w)lCjBkdh9by08V zfJ&(aJL58C(X=%pltf8{1o>UJ*={m%_(wu`DzB4Sz?HM8hPxmNg#mAqVJ+=fV3z)QoYlQZx>|wyqVpy;7FFKQMF{&;kKwUNYv^s zQHv$kLl-6pLYV|4Cs-gXrAD08UzipI1~{kqFOW<9nO@BcC{cYiZXjk|gncu;`V)xoAcrH-R~KjR53fo; zqjL9EWQquc)ttzmWNNEd*Fcn*KJ zEQIo;#A{6r&7&R2mJv`sq!B9fscA)hO1^x3^)BB9SA$XQ{mNV}@*z+iM(7B*8AR>= z=xLq?T1ZW_DkQm0$z(MdMnqn@!r4J{!)gg>ZI+16|=W>O(BWUW#Tn zh9Fxri5=G(B7ZKe*V8NahTAUa4$(qX{k769R?<}GsCiDP*+aYk`E*f5yK@%xYD5uw zr-hC{s0E!wQ6e?o4v%DJF&XXU?WoacZi;@}uWk! z<8uF?K5$J#WS5o=bj`TwVat#dYPu@B0!rZW1Fyx(8_2FXnC7MFsoG0M;q9nCre3x_ z9H3vjjhf&6ZO)gCqEP#?VSzTs@;-4a5w)a|`a<7P)X|yq)|W0ax<=(W3|(d?^e7{#9K{}b9mUc$a@NNtW`uDVvKxyElbOM) zxKXIh6lG?i^s8r`Cx>%dvsh-i+~S^^0tLU`cisl?YQsE#P85ZFC^p!!PqJb^F%~7;I-l^DZq$*obhuXwJ~u*~mdNw`v4}T|{JN zxE$mB}tnz-^904yDO{H1Ri6^?uZXtTs5MZnZ z7SS0+!HnXF_()V^%JsG&9}CzmSn+ID8<8-CK>4S(&WstyS@Ha_GbNyITEz#|xNa7o zkqM`E(W|GrZh4OCI%tkBFHVq;!?1^b&=aLIve(jzb@`MQ)7br)2$^y!T3Jn33kC~; zL=wl0E1i(qRj8X36KpbO#X&f;Gug=L7&NPILMHT@+9UDh$IN&p#_N{27U2iZ8J{Ed zx=bqWAr{IKXmoR6Uj+#-j#$=~T}Oj8h+tM)j`^t{Jb^G)Go@rGiIsC2!W6=SV2Y=t z2R#>A9P6W8M)tGv&lITud=h}tP92ig$C&actRyr6R14l}S;9n1qVb0cqft%=FvJ4X zV$fKFS*%A-cZ_rCq2$E`E1bG#MEn{cR>I1)EzpKVd2MWe}OU$x~ z$?B9Dy{2Vp=CFr=R|rEzAViiTruvlK23xcg_YFW|5@tKFR3~Bpp2}RqGP+3;mDpu^ zX=mA#!{$|;dO|iHD^*sL70IGb)Q%Y@6bYb$NHT?@_vx5|(ENyubWTCF4wLQEj~Uh* zEQ;Oc4l2yI9do&E2|eV>)APg4!7K!2`Ll%bfAg=k5)}^ z`IGCoky^x@J`bR-YT1Y3OoCY4hb-uUgY0TPWTpoWigTHqs|9WcsL6rUxs;4lm_75x zfpm$y9tA5eg*_Dw&^UjqK^h{$dSGi$bLu>M~68 zmfN}kZF(7FDS^`g`oB;A^G|3Ne?0pm{o_y1o;`i~ z>rZcfe0TBsH}dR{UuhCuo4@{e`YXKtZ9yW>p8dzSHCArD0=!eL_!#$$-e<{*3Zvti zChPGsPj^wL@hjtZ7wFq{V)2(`SV?7&h1E>bj4d?MjS~DSA(3A_6mkoJyeA0cMxl?J zgFJ2$>i8u=93L&TaR?F{eB+LZG8NqnNDHK(zU*|OK0%U0%7{RLvMhdX-FMKdi?bs3 z%M5o)h=UJgs;0dg%&Fd2GktF|0VvWjqry&yIq|~OZ5d|vfTJkwZl+W-7gV|Y8l@&s zgtZE!Z7cFwu8uJJS3_rjx(!D@_EIu+tY^;k|JF%5nkiI1Hp}172RQwLV5XY^mTsY> z%}~+}fk(G+(M8~*_W%%mSdh>!4FI|>)N@Tx=bG@%wSk(C7m~RF@a6h2%e4WOcL<&Q zEO^Cr(TSVDBCd}-TpMS&E~;>Y7{WV146ch0TptbiHDUiYjP|=LeBT$0=vyDZw*j=? zMzDEnBk>-qxIH9H-KG$98^X)2kB(a(3%3#E+lFv%UpT65BN(>z5o_z?(>8!c+XVLP zVI$4f!IW*$V-FcUwgIfzMv!5jXO@`H!Wxsrx`?hX9KW>*wARLCaZM!F`jWUd%4$QH zs&x@m>*A%h=%`JhqtYux3h=1HPwn`qJPLt*A7Tl?c{TrC*X(AdDed&1KBIxXum%14 zTgTK4!TU5No%(T`({M964ec!wcb?fWN60j#H`FEOxz`-p=ooO zhrP9jNMWNlE|h{U=zy%0Zw@NA*Y(QL?uVO<%l22c*^}Q;VP+8Qh>jG)uR2bmJY!+H zxPYaoZS%ZJ>+$Cth*z_fFnbv`vah4gQkbA2q4lkRbg#}q7>cAZ2Sgdo?+6GU06L>G z4{noyIeh8L{awvtQ7))f>I+&KS2(h4b5^o76|&8i2VEH-G#ddetX*@NOIMFr*W6gs ztvYd8p>+M@3~d+hbW`lblbIks4x0`KGuj*))x2FpEPEMK3sqjJqLG#Pl~)XQ`nUlQ zK$EDt$&}pySN!oZy%%@BKxWr8Hwj{P<4FxPZd+qZ=pLJ38id+x)Y8&9q^=3*vCW|O zP$5yptDlO+iw;*)z_KyCP=?{;Q@0+ zK8s>C^OiQvbG9kcoBAzmEq9_`b>Y~WoB3;T*Yw-qon!{A=%uuxNf(b4FSBCTNBB3e zY;Qcee{yw}&Mm1FSs03j*gBlG+_o=!I9#`7%@9jV+5zorm*M0Y+d~K$9gB66Bs6bo ztD1w>qTU0XZZk%@Nwd;pP(>gK|BUv#^*^8lBDb56UL4!h^dWN@jiaidCS%|EW< z4iYpY;oCxBwRX%8gDo&O93(dsc5_f(JP`K- z<0%YTr(RMERbp(ugKid+sDpoTB3Xo`CF4RWpIn`_kd(lYAOZNeh+i&y#a&yWQPQCK z<|m(Vv*!~yPQRNtoocuf*DQ8*!U~soX|Qm5hPl`QrTvU$q$-^xo6|wmW1^@jE{d9B zqo^JF?uwD3#p9%{3lB$|mp3H#G?vZL#1eYHuE&mVRA1(MWnStQ01A%6Psqedb`eL5&gPwe*3?mi#>tGS9Sz3z5V| zIjy*Tcc1MfZU0|%*nNTXPvs9P$uaafgS5m45_F3f*p{D$GY|8pJhv>VC(VbF_p`fK zvow^ggN<_J+g)TSS-8WC#a-QP-rLS@FbH|Ib2G;jW!#(%Zn}vPZS+FD_3vOSOXh+X zuQe1lHp9#@Z&)zT#9UR1r$#(d|1KYgxtXv6tiaJv>6vWp{i_kNx!L~p&;R~`gkZGb zU;q3cWp)1b&;R~DWd8NP{`o%(C-yEQMyzo(%sml?uhE3KnZjd^O(d6r|-Sm10LAauOjRJEf9d%`vK(e-KKbdOv+X8{?F zKxgIV_0z?xkIN-ERI(+f(j|;4_RAR# zb2$nt1jwp+f39Nid-KwU79S(Xk(tA7FJ`zXC!r@69b-?FyH;f+ARK(Nt5HmtI0Tc8 z!g(HWIahbrFrgD}Ef#-l_WHDR2R5-yf!zs?V_4ifaZp~>Uug=qrB6xzUR|73p>TF6 zovX#UGq-N3j)Kmw`^nkJRL1k1m;}sFWU)I$sE~kz7B`6^pptONM%UOb6TvE^HNYB^ zrG*InpR2d$dq1)Ul4iWHPA8y`?m+}p?rQsCG9&2>gjecKFT#|JK**l01GxD0;I}4s zKnXA0;wTPbH{FQKT(DG!h%nueQPc*{v7oX&fMS*=AHUJfRnw#L6S0lph2$CrsH+3u zIh!Aq^nY?)9HO45Cfi_F73v!1vhZkeBFULF!2?dlV{qRgf$TC#=ZSizOgd3Ba)AW3 zNq@2_y2kXc2fsCPT<$M5kHalGFiUhIR4+ZV8YyN};#*adue^<>p4AECv^GzbBcPlU z2tzMj``_T1>V3w|9*$m4ht{j5LJ5 z%h}k`Pz7F+I|0e$J{J(71mG#f?OiQ&2qTKQQe}B>U`ukpg-$Ak8AL#!>zq~tX&N8QY zZ7^>|*jfI3wu@7Xxzy}3Ri|cqYzi>h%lJ7{*yC2`*z zOO?Ym<{-opn_k7B1BK?u#&%Zdd z`Sup?FB3t2r+0WSi4Nc1g>^x*pm>&8U?kdUeJ;7@>?%@GaQAh)Y0$v`_GS# z^nd&Pe&xRh{ez?9Z}yM-FZK_QU-bKj-}Ddq$NT+nP=E8ytv`v7n19n>yRK^E9?9c* zp1l<16ylK0BA~KzlS(Z1ru(I9f@9uhY*S`>Y+b$=$cA&pvt9CD-Ll;d@P!3Pv0931cczrbU77a z=}&&v6{LEN<9L2MgydMl*n*~vQE`8hmV7sh?YF5uSq`#3T%g_04TU8bEhEyDH6f$y z3liZmTqI$51wIEUa_ZGLnmftx|7m=Y&%GmHjYbLY{-XVf@+vb`jbsT%&_< zC>Wvuf!-*I)N%&Vktl#z0+LRW0TmXz*3b`GfxLcY?}-nue7#aSuS#wCb%9n&VF&Sq zzNIJT#YKoIywuHL+`M^%g#>PYqjn=-AQ+AG=GX|~k-l4KmTrLvFf)-I92tkG>uyf= z<)=?ZEbNk0pe|(rTv^e62Rstp@)&53ubpHn|Mr*CkS{W}`p-~kSB!C|CRTf{v5@IR z2T!T+tMMPIj`XwW&_QM$5{yF8>05o5PPgXcP!mm3>+)thF)ucl9M~2furU*d{+i! zVU8m#+zCLIWVL2Tii4GpLb-A#1}G#nx$U&6K#`K2e;UNT#zf2s<3!GKuuOv?sue66 zBtOxw7?p4<^R@`^)q3@Uvk@t~{${?pOsFIgoSI_|txc3H1heuf*!aSaZMt4-biTV> z^s>$TuRO#YGRHesswP-ma2SzW)ZOcrCy<^m$VL8znyr~2lJOZTNt-S_C|O4H{SXVd zgqWdEpK9;gXb_^3dK&RC{ zw&$fxA66k#EsfOw_XP8=t5TwTB!{2k6o5D@TORwV&DNYyS(5?nB$>lsiiZk^ zhI_>qNH6!DP+><}yUt$Kzbm=WwqS)_^arBWR_q^?8E!Od$Oekv(r|Xkn9S2e7Y=Zx zkB?(KBq4DgU*IgR&(N=a{@H1jI0*9l!WQY$l-{^Ca?*8Lg|y`AR%p$-7PCH!+8L*n zx)0m)#4~sFdPajhLK6X=-ZFWq13XVYukxpTzl!3wsJ42V?ZRq`Z&_Vc=~vU`X1^3D z9)?+1T;@wOR8jq6Cc4Gczd&^3CZLhFQ#FgFS2qP4s&g@uuwjp6HGgBiX?c{cLUCxC zEXHceUDTsy1-}z(bVpXBBCaWeA(;XNA=El$2#Xkm^otAi!Dj723+cLQmJ6?F4K`Kd zBDSEc^i6_qO6t+bl=4v23QVMoz4YAh%aHjvoG>8=?ge+5^9kTkPA(Xis1m|Zl&3Eb zmeRvA?T0>bm$-c-4m%x*MHG{c#Aem8MzF3Ds>q6}w+i*DnzfEn%*m95FfQf7SY%{y zpf4G^`rFlqSEp~z&TBUe%^x~VCJfolMasl$;o}fn1XG!t`8uXLqDiwF-HrxRz{Wqr z6hgP7Kv@7Jc=_$q^S7t3Kb)PqJd(`neEam|>g>bo^V5sBXXo!+Ma{mclHwva_N=Sj zmT`QhHQtMXN5lk{9bX%(kQZ@NN>R*)VnBF9uh??hKAjToCT3Hnc#N83bzW?uFAcjb zru18CjzVWc=OC=sU=nlB;x9cyGcUb?cp~5(<|n578O_demB}}{WOj62F4+&9ISzDd z+>G;xUh&M7-d)oX{KUjaeXa1!a^pzu!-`GV;VCu&O<0bpc>|mVg?qPgZtKQjih+;WAC0t`}J~v3>3x4L}f6Pll zN9>O9KmGo3zhA}w96dkU;(zYr@jR~t_o*c#v*@6ct23MDuoVbYc78J04we%8lgsRm z%M@*AOw!L}1pdqq^#zq#%FqkNlCT%bRU(6S)5wMe&uB=fz2nkaI}g2%ClCS0VW+&k z+)C+(s~V%6&dQo^o_77;KYV^v(f|Dy2giq7 z{lAZ=fd9h~F?t0n!2h(2+%53WWQ4maLGhIDL+JPy{VMfQB7FM`#Zyc|rO4)V)ENw)+EL?EZijq_1*kK)3vn z?+LH~Qn!@Dmm-B4J+Fhwh+jbF50ItjrcW=Fg^P zm|B1O<@?tkbcFf*)tlG%7Gqvu7sWBq_iB~$k4wYcPNGD?FF@#){NzHQ~C0{mrm(eZRgVE z4YqA%zU3xe$HUoCU8mh2tS>fOs4g_m*IP&I+Z!@RxDCf@m0BAgG+&jLt-7KD^CYC1 zgM#K2^yseR|E>E!DNJY0BoK4dnt+L_$Df!fphbup1;93UmsIa-yYNbUONL=PN{_IMgYhMV2F(vk--h#X3`W zF}o5PCDcx|M9zAh9duUAt52wqSZ6-MB1=!K(~x5U#cK!xWw*#MG1=lM!W7|HnI}$^ z#_kkSiz^m<7R8Ke7Bg-M9UHRgg$E_hbjBvjjw*RWsDk{AI;lna8cFwPZjqa z3O@`Mt*JFtiL2Jlr7vk8)SV{9L^q5+(N`cum|q*kG5PpxzOU&%I=MVGS1Kj>=BcJh zDB3yhAC+i(McO0`5!{mWf(Oj?O-?U*$0*IMsndCBVm?-kj0g=%^@{Y?K-J8Gs*m;D znk5OtibzDLzU?(%$Q;*lxHN4XUnP7DdDgD#Rp(xEKj-pq-pyFTA&gne!W^_aNp zlZ7JicU$=e&MH?<4>x5SS?{EBdl1asCH9M!t*rThSEoWY1Y+;-XzqPxwA?<+JdN=m zKE%FfBcXSS|Ls3N-hWZU{~jG|<3IQDRQ!)>N<@=|QK@hBpg?vq;HvaVd(>f0#>GvB z9qxkP92dH2P7BkR{w^O8rH93Fu*WgNL^*huEQC@kb!nW)3FG8OuvXDGw~{o1uKg~ELJYd6kLde}`KTWAV=s0)lic6U)X zBtrl9My&?aKTNl%f5quf=Ip8_utLo`>)6888%(;ZuJS1wSIxGBubkoq8|@4Q zg|=($2Wh>#sPf`7uwrg@T(;M!P_9L7y=m5L&cRt~#_`y_-&Rs-=lyx$66^5P82Z^J^2?JwVgDV*jpTaM!A#L7_LQ z$?Hkuz3YQhn!h(U;@*W&7ZNirC(rhJP%F|-Ck~w(Z2rQ3;<-_`oG_=-v6=xVtfC`{X9$KKQ6z2bz-0& zDK^2equlH4Y{4Fz0(-0-#kfDL$DO*!EzR(FLQM+#hvFiC<^aTfd97;)ARbDzA#e5k z6_1TEeU1pk<||xz#g~i9M%h_-rMCFYb(-3K2(q`zL~HZ6;W$Sjkb4gve5*;kk2Tgj zw9#ES?+eTWi#hIv5xS>o%4{O1d&nD}e48ei^O6ZT#(ib@A_kPB>Is-SkT z2bEx$1&HMlsw1BZ`vPs&r=5iua~y#Lt~tp6YQP^KRLl`C-iX)Slci$nJ7f2(2mXcy zEu&B?s=n9xL5vxHeH&vc%DF+B+Z$Dm_7?xHwwX3Gy7JEkIR%jx;Fyk~rOXD!c%I09 zTNBy5yV{SL%@@uV(foF+nu#~{5zIEMsb%IrQr-Qs=rh$p%^#{358y# zcY5_fS!L+#pc58FjH34^S12G{bb4bV_w@f7_B*}d?|e`HZ~DVzyr=#r{ZmZoUQTF; z{p%#wdzzy2T~FM^o$q=>eBJr3C!@IY-T%|uc$~0AptIB0qSK2x`#bou(<1@kJyVXe kzju05;j;ktzLv$q_Srt$=TSfZKL7y#|KcU&tpI=l00TX=%m4rY literal 0 HcmV?d00001 diff --git a/charts/latest/csi-driver-nfs/Chart.yaml b/charts/latest/csi-driver-nfs/Chart.yaml index 026d065f4..c73b9f8ef 100755 --- a/charts/latest/csi-driver-nfs/Chart.yaml +++ b/charts/latest/csi-driver-nfs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 4.12.0 +appVersion: latest description: CSI NFS Driver for Kubernetes name: csi-driver-nfs -version: 4.12.0 +version: v0.0.0 diff --git a/charts/latest/csi-driver-nfs/values.yaml b/charts/latest/csi-driver-nfs/values.yaml index 725dacf47..cd0a0be1d 100755 --- a/charts/latest/csi-driver-nfs/values.yaml +++ b/charts/latest/csi-driver-nfs/values.yaml @@ -2,8 +2,8 @@ customLabels: {} image: baseRepo: registry.k8s.io nfs: - repository: registry.k8s.io/sig-storage/nfsplugin - tag: v4.12.0 + repository: gcr.io/k8s-staging-sig-storage/nfsplugin + tag: canary pullPolicy: IfNotPresent csiProvisioner: repository: registry.k8s.io/sig-storage/csi-provisioner diff --git a/deploy/csi-nfs-controller.yaml b/deploy/csi-nfs-controller.yaml index 75a332d6a..234970d3c 100644 --- a/deploy/csi-nfs-controller.yaml +++ b/deploy/csi-nfs-controller.yaml @@ -147,7 +147,7 @@ spec: drop: - ALL - name: nfs - image: registry.k8s.io/sig-storage/nfsplugin:v4.12.0 + image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary securityContext: privileged: true capabilities: diff --git a/deploy/csi-nfs-node.yaml b/deploy/csi-nfs-node.yaml index 9eb409cec..d20956510 100644 --- a/deploy/csi-nfs-node.yaml +++ b/deploy/csi-nfs-node.yaml @@ -85,7 +85,7 @@ spec: drop: - ALL allowPrivilegeEscalation: true - image: registry.k8s.io/sig-storage/nfsplugin:v4.12.0 + image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary args: - "-v=5" - "--nodeid=$(NODE_ID)"