Skip to content

Commit

Permalink
Update 12-Storage-Class.md typo fix (kodekloudhub#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohlatif227 authored Dec 18, 2023
1 parent b2260d6 commit a301146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/08-Storage/12-Storage-Class.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this section, we will take a look at **Storage Class**

![class-19](../../images/class19.PNG)

- No we have a Storage Class, So we no longer to define Persistent Volume. It will create automatically when a Storage Class is created. It's called **Dynamic Provisioning**.
- Now we have a Storage Class, So we no longer to define Persistent Volume. It will create automatically when a Storage Class is created. It's called **Dynamic Provisioning**.

```
sc-definition.yaml
Expand Down Expand Up @@ -96,4 +96,4 @@ $ kubectl create -f pod-definition.yaml

- https://kubernetes.io/docs/concepts/storage/storage-classes/
- https://cloud.google.com/kubernetes-engine/docs/concepts/persistent-volumes#storageclasses
- https://docs.aws.amazon.com/eks/latest/userguide/storage-classes.html
- https://docs.aws.amazon.com/eks/latest/userguide/storage-classes.html

0 comments on commit a301146

Please sign in to comment.