Fix typo in persistent-volumes.md (#9550)
This commit is contained in:
@@ -215,7 +215,7 @@ You can only resize volumes containing a file system if the file system is XFS,
|
|||||||
|
|
||||||
When a volume contains a file system, the file system is only resized when a new Pod is started using
|
When a volume contains a file system, the file system is only resized when a new Pod is started using
|
||||||
the `PersistentVolumeClaim` in ReadWrite mode. Therefore, if a pod or deployment is using a volume and
|
the `PersistentVolumeClaim` in ReadWrite mode. Therefore, if a pod or deployment is using a volume and
|
||||||
you want to expand it, you need to delete or recreate the pod after the volume has been exxpanded by the cloud provider in the controller-manager. You can check the status of resize operation by running the `kubectl describe pvc` command:
|
you want to expand it, you need to delete or recreate the pod after the volume has been expanded by the cloud provider in the controller-manager. You can check the status of resize operation by running the `kubectl describe pvc` command:
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl describe pvc <pvc_name>
|
kubectl describe pvc <pvc_name>
|
||||||
|
|||||||
Reference in New Issue
Block a user