Skip to content

Commit

Permalink
[docs] update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Dec 30, 2023
1 parent 2fc6f3b commit 27a5b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ From the **VNG CLOUD portal**, users can verify the status of the `PersistentVol


## Resize the Volume
Execute the following command to expand the `PersistentVolumeClaim` `my-expansion-pvc` from $\text{20Gi}$ to $\text{30Gi}$.
Execute the following command to expand the `PersistentVolumeClaim` `my-expansion-pvc` from \\( \text{20Gi} \\) to \\( \text{30Gi} \\).

```bash=
kubectl patch pvc my-expansion-pvc -p '{"spec":{"resources":{"requests":{"storage":"30Gi"}}}}'
Expand Down

0 comments on commit 27a5b67

Please sign in to comment.