Skip to content

Commit

Permalink
Annotation to set the default SC is not beta anymore (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
coulof authored Apr 25, 2022
1 parent 03f4156 commit ba747fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ metadata:
annotations:
meta.helm.sh/release-name: vxflexos
meta.helm.sh/release-namespace: vxflexos
storageclass.beta.kubernetes.io/is-default-class: "true"
storageclass.kubernetes.io/is-default-class: "true"
creationTimestamp: "2020-05-27T13:24:55Z"
labels:
app.kubernetes.io/managed-by: Helm
Expand Down
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ kind: StorageClass
metadata:
name: powermax-expand-sc
annotations:
storageclass.beta.kubernetes.io/is-default-class: false
storageclass.kubernetes.io/is-default-class: false
provisioner: csi-powermax.dellemc.com
reclaimPolicy: Delete
allowVolumeExpansion: true #Set this attribute to true if you plan to expand any PVCs
Expand Down
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powerscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ kind: StorageClass
metadata:
name: isilon-expand-sc
annotations:
storageclass.beta.kubernetes.io/is-default-class: "false"
storageclass.kubernetes.io/is-default-class: "false"
provisioner: "csi-isilon.dellemc.com"
reclaimPolicy: Delete
parameters:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/csidriver/features/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ kind: StorageClass
metadata:
name: powerstore-expand-sc
annotations:
storageclass.beta.kubernetes.io/is-default-class: false
storageclass.kubernetes.io/is-default-class: false
provisioner: csi-powerstore.dellemc.com
reclaimPolicy: Delete
allowVolumeExpansion: true # Set this attribute to true if you plan to expand any PVCs created using this storage class
Expand Down
4 changes: 2 additions & 2 deletions content/docs/csidriver/features/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ kind: StorageClass
metadata:
name: unity-expand-sc
annotations:
storageclass.beta.kubernetes.io/is-default-class: false
storageclass.kubernetes.io/is-default-class: false
provisioner: csi-unity.dellemc.com
reclaimPolicy: Delete
allowVolumeExpansion: true # Set this attribute to true if you plan to expand any PVCs created using this storage class
Expand Down Expand Up @@ -542,7 +542,7 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
annotations:
storageclass.beta.kubernetes.io/is-default-class: "false"
storageclass.kubernetes.io/is-default-class: "false"
name: unity-nfs
parameters:
arrayId: "APM0***XXXXXX"
Expand Down

0 comments on commit ba747fe

Please sign in to comment.