Skip to content

Commit 8254f27

Browse files
authored
Merge pull request #716 from openstack-k8s-operators/jlarriba-patch-1
Update README.md
2 parents 6053161 + 2f7a9e0 commit 8254f27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ This operator deploys a multiple telemetry agents, both in the control plane and
6666
7. Scale down telemetry-operator and openstack-operator
6767

6868
```bash
69-
oc patch csv openstack-operator.v0.3.0 --type='json' -p='[{"op": "replace", "path": "/spec/install/spec/deployments/0/spec/replicas", "value":0}]' -n openstack-operators
69+
oc scale deployments/openstack-operator-controller-operator --replicas 0 -n openstack-operators
70+
71+
oc scale deployments/openstack-operator-controller-manager --replicas 0 -n openstack-operators
7072
7173
oc scale deployments/telemetry-operator-controller-manager --replicas 0 -n openstack-operators
7274
```

0 commit comments

Comments
 (0)