You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
26
32
## Using CVO to render the release-image locally
27
33
28
34
1. Run the following command to get render the release-payload contents to `/tmp/cvo`
@@ -38,12 +44,6 @@ podman run --rm -ti \
38
44
39
45
`<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`.
40
46
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>`.
0 commit comments