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
. Create a YAML file that contains the following manifest:
21
24
//Note that there are two versions of the following YAML file; the first one is for openshift-enterprise and the second is for openshift-origin (aka OKD).
22
25
+
@@ -52,9 +55,11 @@ spec:
52
55
----
53
56
<1> Using the `stable` channel ensures that you install the version of
54
57
{VirtProductName} that is compatible with your {product-title} version.
. Create a YAML file that contains the following manifest:
59
64
+
60
65
[source,yaml,subs="attributes+"]
@@ -85,12 +90,84 @@ spec:
85
90
----
86
91
<1> Using the `stable` channel ensures that you install the version of
87
92
{VirtProductName} that is compatible with your {product-title} version.
93
+
88
94
endif::openshift-origin[]
89
95
90
96
. Create the required `Namespace`, `OperatorGroup`, and `Subscription` objects
91
97
for {VirtProductName} by running the following command:
92
98
+
93
99
[source,terminal]
94
100
----
95
-
$ oc apply -f <filename>.yaml
101
+
$ oc apply -f <filename>.yaml
102
+
----
103
+
104
+
.Verification
105
+
106
+
You must verify that the subscription creation was successful before you can proceed with installing {VirtProductName}.
107
+
108
+
. Check that the `ClusterServiceVersion` (CSV) object was created successfully. Run the following command and verify the output:
109
+
+
110
+
[source,terminal,subs="attributes+"]
111
+
----
112
+
$ oc get csv -n {CNVNamespace}
113
+
----
114
+
+
115
+
If the CSV was created successfully, the output shows an entry that contains a `NAME` value of `kubevirt-hyperconverged-operator-*`, a `DISPLAY` value of `{VirtProductName}`, and a `PHASE` value of `Succeeded`, as shown in the following example output:
0 commit comments