mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
simple typo
This commit is contained in:
parent
53ec66caf4
commit
8bb4a4b439
@ -32,7 +32,7 @@ Kubernetes makes no guarantees at runtime that the underlying storage exists or
|
|||||||
|
|
||||||
#### Describe available storage
|
#### Describe available storage
|
||||||
|
|
||||||
Cluster adminstrators use the API to manage *PersistentVolumes*. The singleton PersistentVolumeManager watches the Kubernetes API for new volumes and adds them to its internal cache of volumes in the system. All persistent volumes are managed and made available by the volume manager. The manager also watches for new claims for storage and binds them to an available volume by matching the volume's characteristics (AccessModes and storage size) to the user's request.
|
Cluster administrators use the API to manage *PersistentVolumes*. The singleton PersistentVolumeManager watches the Kubernetes API for new volumes and adds them to its internal cache of volumes in the system. All persistent volumes are managed and made available by the volume manager. The manager also watches for new claims for storage and binds them to an available volume by matching the volume's characteristics (AccessModes and storage size) to the user's request.
|
||||||
|
|
||||||
Many means of dynamic provisioning will be eventually be implemented for various storage types.
|
Many means of dynamic provisioning will be eventually be implemented for various storage types.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user