Skip to content

Commit

Permalink
doc: replace sts for deploy in chart README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih committed Mar 19, 2024
1 parent d7d4c71 commit 1c21eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Please do not provision/deprovision any volumes during the upgrade, if we can not control it, then we can scale down the openebs-lvm-controller stateful set to zero replica which will pause all the provisioning/deprovisioning request. And once upgrade is done, we can scale up the controller pod and then volume provisioning/deprovisioning will resume on the upgraded system.

```
$ kubectl edit sts openebs-lvm-controller -n kube-system
$ kubectl edit deploy openebs-lvm-controller -n kube-system
```
And set replicas to zero :
Expand Down

0 comments on commit 1c21eba

Please sign in to comment.