Skip to content

Commit

Permalink
Fix broken link in SCS-0211-v1
Browse files Browse the repository at this point in the history
Fix #397

Signed-off-by: Joshua Mühlfort <[email protected]>
  • Loading branch information
joshmue committed Dec 7, 2023
1 parent ec222a8 commit 0908bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Standards/scs-0211-v1-kaas-default-storage-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |

## Introduction

Cluster consumers can request persistent storage via [`PersistentVolumeClaims`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#persistentvolumeclaim-v1-core) which is provisioned automatically by cloud-provided automation.
Cluster consumers can request persistent storage via [`PersistentVolumeClaims`](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) which is provisioned automatically by cloud-provided automation.
Storage requirements may vary across use cases, so there is the concept of `StorageClasses`. `StorageClasses` define some set of storage properties. So, consumers can choose one of these depending on the use case.

[Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
Expand Down

0 comments on commit 0908bb6

Please sign in to comment.