Skip to content

Commit d9e6283

Browse files
Merge pull request #338 from LalatenduMohanty/rearrange_Readme
Rearranging the sections in README
2 parents 94429fe + 23d6d9b commit d9e6283

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ oc adm release new -n origin \
2323
--to-image docker.io/abhinavdahiya/origin-release:latest
2424
```
2525

26+
## Installing CVO and operators in cluster.
27+
28+
1. Use CVO `render` to render all the manifests from release-payload to a directory. Refer the [Using CVO to render the release-image locally](#using-cvo-to-render-the-release-payload-locally) section for more information.
29+
30+
2. Create the operators from the manifests by using `oc create -f <directory when CVO rendered manifests>`.
31+
2632
## Using CVO to render the release-image locally
2733

2834
1. Run the following command to get render the release-payload contents to `/tmp/cvo`
@@ -38,12 +44,6 @@ podman run --rm -ti \
3844

3945
`<release image>` can be personal release image generated using [this](#building-release-image-using-local-cvo) or Origin's release image like `registry.svc.ci.openshift.org/openshift/origin-release:v4.0`.
4046

41-
## Installing CVO and operators in cluster.
42-
43-
1. Use CVO `render` to render all the manifests from release-payload to a directory. [here](#using-cvo-to-render-the-release-payload-locally)
44-
45-
2. Create the operators from the manifests by using `oc create -f <directory when CVO rendered manifests>`.
46-
4747
## Running CVO tests
4848

4949
```sh

0 commit comments

Comments
 (0)