Where is configured the "slow" storage class in a Kubernetes Cluster?

489 Views Asked by At

A PersistentVolumeClaim is successfully bound to PersistentVolume using the "slow" storage class but I can't see it inside any namespace. Is this something like a built-in or provisioner related configuration?

enter image description here

1

There are 1 best solutions below

0
On

but I can't see it inside any namespace

Because StorageClass resources aren’t namespaced.

Is this something like a built-in or provisioner-related configuration?

Yes, https://stackoverflow.com/a/56441400/3098330