Skip to content

Commit c5b4e20

Browse files
authored
Merge pull request #40925 from darshan-nagaraj/BZ2036296
BZ2036296: Removed storage class annotations for Azure and GCP
2 parents b984c9f + be63248 commit c5b4e20

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)