Skip to content

Commit 2f7a9e0

Browse files
authored
Update README.md
Scale directly the openstack-operator replicas in the deployments instead of using the csv, as the deployments do not change versions every now and then and the csv does.
1 parent 9d18f92 commit 2f7a9e0

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)