Skip to content

Commit edd79ce

Browse files
authored
Update resize-persistent-volume-claim.md
1 parent adafe73 commit edd79ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/data/resize-persistent-volume-claim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ During the patching of `PersistentVolumeClaim`, the status of the persistent vol
3333
3434
## 1. Scale the `StatefulSets` replicas to 0
3535

36-
There is one `StatefulSet` deployed for each Arc SQL MI. The number of replicas in the `StatefulSet` is equal to the number of replicas in the Arc SQL MI. For General Purpose service tier, this is 1. For Business Critical service tier it could be 1, 2 or 3 depending on how many replicas were specified. Run the below command to get the number of statefulset replicas if you have a Business Critical instance.
36+
There is one `StatefulSet` deployed for each Arc SQL MI. The number of replicas in the `StatefulSet` is equal to the number of replicas in the Arc SQL MI. For General Purpose service tier, this is 1. For Business Critical service tier it could be 1, 2 or 3 depending on how many replicas were specified. Run the below command to get the number of `StatefulSet` replicas if you have a Business Critical instance.
3737

3838
```console
3939
kubectl get sts --namespace <namespace>
@@ -74,7 +74,7 @@ kubectl get pvc --namespace arc
7474
```
7575

7676

77-
Once the stateful `StatefulSets` replicas has completed scaling down to 0, patch the `StatefulSets`. Run the following command:
77+
Once the stateful `StatefulSet` replicas have completed scaling down to 0, patch the `StatefulSets`. Run the following command:
7878

7979
```console
8080
$newsize='{\"spec\":{\"resources\":{\"requests\":{\"storage\":\"<newsize>Gi\"}}}}'

0 commit comments

Comments
 (0)