From 1c21ebafdcfe7bd8bdf98a597ca6047aeccebe43 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Tue, 19 Mar 2024 20:03:50 +0530 Subject: [PATCH] doc: replace sts for deploy in chart README.md Signed-off-by: Niladri Halder --- upgrade/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/README.md b/upgrade/README.md index fbc70883..d060aa23 100644 --- a/upgrade/README.md +++ b/upgrade/README.md @@ -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 :