From a9db1cab2bf7673b98f3228a2c54ab85f2c77c0c Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Thu, 14 May 2026 16:30:14 -0500 Subject: [PATCH] change gp2 to gp3 --- .../kubernetes/7.22/recommendations/persistent-volumes.md | 6 +++--- .../kubernetes/7.4.6/recommendations/persistent-volumes.md | 6 +++--- .../kubernetes/7.8.4/recommendations/persistent-volumes.md | 6 +++--- .../kubernetes/7.8.6/recommendations/persistent-volumes.md | 6 +++--- .../kubernetes/recommendations/persistent-volumes.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/operate/kubernetes/7.22/recommendations/persistent-volumes.md b/content/operate/kubernetes/7.22/recommendations/persistent-volumes.md index a1b5f35fad..582ef0c858 100644 --- a/content/operate/kubernetes/7.22/recommendations/persistent-volumes.md +++ b/content/operate/kubernetes/7.22/recommendations/persistent-volumes.md @@ -71,18 +71,18 @@ deployment, use the following command: kubectl get StorageClass -Typically, AWS provides "gp2" as the Storage Class name while GKE uses "standard." +Typically, AWS provides "gp3" as the Storage Class name while GKE uses "standard." Azure provides two Storage Classes: "default" using HDDs, and "managed-premium" using SSDs. Below is an example of a response to the command. | | | | ----------------------- | ------------------------------------------------------- | -| *Name:* | *gp2* | +| *Name:* | *gp3* | | *IsDefaultClass:* | *Yes* | | *Annotations:* | *storageclass.beta.kubernetes.io/is-default-class=true* | | *Provisioner:* | *kubernetes.io/aws-ebs* | -| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp2* | +| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp3* | | *AllowVolumeExpansion:* | *\* | | *MountOptions:* | *\* | | *ReclaimPolicy:* | *Delete* | diff --git a/content/operate/kubernetes/7.4.6/recommendations/persistent-volumes.md b/content/operate/kubernetes/7.4.6/recommendations/persistent-volumes.md index a102bc4bc7..627f736794 100644 --- a/content/operate/kubernetes/7.4.6/recommendations/persistent-volumes.md +++ b/content/operate/kubernetes/7.4.6/recommendations/persistent-volumes.md @@ -71,18 +71,18 @@ deployment, use the following command: kubectl get StorageClass -Typically, AWS provides "gp2" as the Storage Class name while GKE uses "standard." +Typically, AWS provides "gp3" as the Storage Class name while GKE uses "standard." Azure provides two Storage Classes: "default" using HDDs, and "managed-premium" using SSDs. Below is an example of a response to the command. | | | | ----------------------- | ------------------------------------------------------- | -| *Name:* | *gp2* | +| *Name:* | *gp3* | | *IsDefaultClass:* | *Yes* | | *Annotations:* | *storageclass.beta.kubernetes.io/is-default-class=true* | | *Provisioner:* | *kubernetes.io/aws-ebs* | -| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp2* | +| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp3* | | *AllowVolumeExpansion:* | *\* | | *MountOptions:* | *\* | | *ReclaimPolicy:* | *Delete* | diff --git a/content/operate/kubernetes/7.8.4/recommendations/persistent-volumes.md b/content/operate/kubernetes/7.8.4/recommendations/persistent-volumes.md index d3427ab27e..9afb2485c9 100644 --- a/content/operate/kubernetes/7.8.4/recommendations/persistent-volumes.md +++ b/content/operate/kubernetes/7.8.4/recommendations/persistent-volumes.md @@ -71,18 +71,18 @@ deployment, use the following command: kubectl get StorageClass -Typically, AWS provides "gp2" as the Storage Class name while GKE uses "standard." +Typically, AWS provides "gp3" as the Storage Class name while GKE uses "standard." Azure provides two Storage Classes: "default" using HDDs, and "managed-premium" using SSDs. Below is an example of a response to the command. | | | | ----------------------- | ------------------------------------------------------- | -| *Name:* | *gp2* | +| *Name:* | *gp3* | | *IsDefaultClass:* | *Yes* | | *Annotations:* | *storageclass.beta.kubernetes.io/is-default-class=true* | | *Provisioner:* | *kubernetes.io/aws-ebs* | -| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp2* | +| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp3* | | *AllowVolumeExpansion:* | *\* | | *MountOptions:* | *\* | | *ReclaimPolicy:* | *Delete* | diff --git a/content/operate/kubernetes/7.8.6/recommendations/persistent-volumes.md b/content/operate/kubernetes/7.8.6/recommendations/persistent-volumes.md index 74645a3034..28a026ae05 100644 --- a/content/operate/kubernetes/7.8.6/recommendations/persistent-volumes.md +++ b/content/operate/kubernetes/7.8.6/recommendations/persistent-volumes.md @@ -71,18 +71,18 @@ deployment, use the following command: kubectl get StorageClass -Typically, AWS provides "gp2" as the Storage Class name while GKE uses "standard." +Typically, AWS provides "gp3" as the Storage Class name while GKE uses "standard." Azure provides two Storage Classes: "default" using HDDs, and "managed-premium" using SSDs. Below is an example of a response to the command. | | | | ----------------------- | ------------------------------------------------------- | -| *Name:* | *gp2* | +| *Name:* | *gp3* | | *IsDefaultClass:* | *Yes* | | *Annotations:* | *storageclass.beta.kubernetes.io/is-default-class=true* | | *Provisioner:* | *kubernetes.io/aws-ebs* | -| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp2* | +| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp3* | | *AllowVolumeExpansion:* | *\* | | *MountOptions:* | *\* | | *ReclaimPolicy:* | *Delete* | diff --git a/content/operate/kubernetes/recommendations/persistent-volumes.md b/content/operate/kubernetes/recommendations/persistent-volumes.md index d621c7c0ef..dc50251ed8 100644 --- a/content/operate/kubernetes/recommendations/persistent-volumes.md +++ b/content/operate/kubernetes/recommendations/persistent-volumes.md @@ -70,18 +70,18 @@ deployment, use the following command: kubectl get StorageClass -Typically, AWS provides "gp2" as the Storage Class name while GKE uses "standard." +Typically, AWS provides "gp3" as the Storage Class name while GKE uses "standard." Azure provides two Storage Classes: "default" using HDDs, and "managed-premium" using SSDs. Below is an example of a response to the command. | | | | ----------------------- | ------------------------------------------------------- | -| *Name:* | *gp2* | +| *Name:* | *gp3* | | *IsDefaultClass:* | *Yes* | | *Annotations:* | *storageclass.beta.kubernetes.io/is-default-class=true* | | *Provisioner:* | *kubernetes.io/aws-ebs* | -| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp2* | +| *Parameters:* | *encrypted=false,kmsKeyId=,type=gp3* | | *AllowVolumeExpansion:* | *\* | | *MountOptions:* | *\* | | *ReclaimPolicy:* | *Delete* |