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
Copy file name to clipboardExpand all lines: modules/olm-installing-po-after.adoc
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,25 @@ As a cluster administrator, you can install platform Operators after cluster cre
12
12
13
13
. Choose a platform Operator from the supported set of OLM-based Operators. For the list of this set and details on current limitations, see "Technology Preview restrictions for platform Operators".
14
14
15
-
. Create a `PlatformOperator` object YAML file for your chosen platform Operator, for example a `cert-manager.yaml` file for the {cert-manager-operator}:
15
+
. Create a `PlatformOperator` object YAML file for your chosen platform Operator, for example a `service-mesh-po.yaml` file for the {SMProductName} Operator:
16
16
+
17
-
.Example `cert-manager.yaml` file
17
+
.Example `sevice-mesh-po.yaml` file
18
18
[source,yaml]
19
19
----
20
20
apiVersion: platform.openshift.io/v1alpha1
21
21
kind: PlatformOperator
22
22
metadata:
23
-
name: cert-manager
23
+
name: service-mesh-po
24
24
spec:
25
25
package:
26
-
name: openshift-cert-manager-operator
26
+
name: servicemeshoperator
27
27
----
28
28
29
29
. Create the `PlatformOperator` object by running the following command:
30
30
+
31
31
[source,terminal]
32
32
----
33
-
$ oc apply -f cert-manager.yaml
33
+
$ oc apply -f service-mesh-po.yaml
34
34
----
35
35
+
36
36
[NOTE]
@@ -39,18 +39,18 @@ If your cluster does not have the `TechPreviewNoUpgrades` feature set enabled, t
39
39
40
40
[source,terminal]
41
41
----
42
-
error: resource mapping not found for name: "cert-manager" namespace: "" from "cert-manager.yaml": no matches for kind "PlatformOperator" in version "platform.openshift.io/v1alpha1"
42
+
error: resource mapping not found for name: "service-mesh-po" namespace: "" from "service-mesh-po.yaml": no matches for kind "PlatformOperator" in version "platform.openshift.io/v1alpha1"
43
43
ensure CRDs are installed first
44
44
----
45
45
====
46
46
47
47
.Verification
48
48
49
-
. Check the status of the `cert-manager` platform Operator by running the following command:
49
+
. Check the status of the `service-mesh-po` platform Operator by running the following command:
Copy file name to clipboardExpand all lines: modules/olm-installing-po-during.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,18 @@ spec:
40
40
----
41
41
<1> Enable the `TechPreviewNoUpgrade` feature set.
42
42
43
-
. Create a `PlatformOperator` object YAML file for your chosen platform Operator in the `<installation_directory>/manifests/` directory, for example a `cert-manager.yaml` file for the {cert-manager-operator}:
43
+
. Create a `PlatformOperator` object YAML file for your chosen platform Operator in the `<installation_directory>/manifests/` directory, for example a `service-mesh-po.yaml` file for the {SMProductName} Operator:
44
44
+
45
-
.Example `cert-manager.yaml` file
45
+
.Example `service-mesh-po.yaml` file
46
46
[source,yaml]
47
47
----
48
48
apiVersion: platform.openshift.io/v1alpha1
49
49
kind: PlatformOperator
50
50
metadata:
51
-
name: cert-manager
51
+
name: service-mesh-po
52
52
spec:
53
53
package:
54
-
name: openshift-cert-manager-operator
54
+
name: servicemeshoperator
55
55
----
56
56
57
57
. When you are ready to complete the cluster install, refer to your chosen installation method and continue through running the `openshift-install create cluster` command.
@@ -65,11 +65,11 @@ Failure of the platform Operator to successfully install will block the cluster
65
65
66
66
.Verification
67
67
68
-
. Check the status of the `cert-manager` platform Operator by running the following command:
68
+
. Check the status of the `service-mesh-po` platform Operator by running the following command:
0 commit comments