Skip to content

Commit be63248

Browse files
BZ2036296: Removed is-default-class annotations of storage class for azure and GCP
1 parent b984c9f commit be63248

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

modules/dynamic-provisioning-annotations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828

2929
This enables any persistent volume claim (PVC) that does not specify a
3030
specific storage class to automatically be provisioned through the
31-
default storage class.
31+
default storage class. However, your cluster can have more than one storage class, but only one of them can be the default storage class.
3232

3333
[NOTE]
3434
====

modules/dynamic-provisioning-azure-disk-definition.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ apiVersion: storage.k8s.io/v1
1313
kind: StorageClass
1414
metadata:
1515
name: managed-premium
16-
annotations:
17-
storageclass.kubernetes.io/is-default-class: "true"
1816
provisioner: kubernetes.io/azure-disk
1917
volumeBindingMode: WaitForFirstConsumer <1>
2018
allowVolumeExpansion: true

modules/dynamic-provisioning-gce-definition.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ apiVersion: storage.k8s.io/v1
1313
kind: StorageClass
1414
metadata:
1515
name: standard
16-
annotations:
17-
storageclass.kubernetes.io/is-default-class: "true"
1816
provisioner: kubernetes.io/gce-pd
1917
parameters:
2018
type: pd-standard <1>

0 commit comments

Comments
 (0)