Skip to content

Commit 3a08389

Browse files
Merge pull request #64802 from michaelryanpeter/ocpbugs-13336-olm-po-remove-cert-manager
OCPBUGS#13336: Platform Operator change cert-manager to service-mesh
2 parents c6140ba + f26b80c commit 3a08389

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

modules/olm-installing-po-after.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ As a cluster administrator, you can install platform Operators after cluster cre
1212

1313
. 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".
1414

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:
1616
+
17-
.Example `cert-manager.yaml` file
17+
.Example `sevice-mesh-po.yaml` file
1818
[source,yaml]
1919
----
2020
apiVersion: platform.openshift.io/v1alpha1
2121
kind: PlatformOperator
2222
metadata:
23-
name: cert-manager
23+
name: service-mesh-po
2424
spec:
2525
package:
26-
name: openshift-cert-manager-operator
26+
name: servicemeshoperator
2727
----
2828

2929
. Create the `PlatformOperator` object by running the following command:
3030
+
3131
[source,terminal]
3232
----
33-
$ oc apply -f cert-manager.yaml
33+
$ oc apply -f service-mesh-po.yaml
3434
----
3535
+
3636
[NOTE]
@@ -39,18 +39,18 @@ If your cluster does not have the `TechPreviewNoUpgrades` feature set enabled, t
3939
4040
[source,terminal]
4141
----
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"
4343
ensure CRDs are installed first
4444
----
4545
====
4646

4747
.Verification
4848

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:
5050
+
5151
[source,terminal]
5252
----
53-
$ oc get platformoperator cert-manager -o yaml
53+
$ oc get platformoperator service-mesh-po -o yaml
5454
----
5555
+
5656
.Example output
@@ -59,10 +59,10 @@ $ oc get platformoperator cert-manager -o yaml
5959
...
6060
status:
6161
activeBundleDeployment:
62-
name: cert-manager
62+
name: service-mesh-po
6363
conditions:
6464
- lastTransitionTime: "2022-10-24T17:24:40Z"
65-
message: Successfully applied the cert-manager BundleDeployment resource
65+
message: Successfully applied the service-mesh-po BundleDeployment resource
6666
reason: InstallSuccessful
6767
status: "True" <1>
6868
type: Installed
@@ -95,4 +95,4 @@ status:
9595
reason: AsExpected
9696
status: "True"
9797
type: Available
98-
----
98+
----

modules/olm-installing-po-during.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ spec:
4040
----
4141
<1> Enable the `TechPreviewNoUpgrade` feature set.
4242

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:
4444
+
45-
.Example `cert-manager.yaml` file
45+
.Example `service-mesh-po.yaml` file
4646
[source,yaml]
4747
----
4848
apiVersion: platform.openshift.io/v1alpha1
4949
kind: PlatformOperator
5050
metadata:
51-
name: cert-manager
51+
name: service-mesh-po
5252
spec:
5353
package:
54-
name: openshift-cert-manager-operator
54+
name: servicemeshoperator
5555
----
5656

5757
. 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
6565

6666
.Verification
6767

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:
6969
+
7070
[source,terminal]
7171
----
72-
$ oc get platformoperator cert-manager -o yaml
72+
$ oc get platformoperator service-mesh-po -o yaml
7373
----
7474
+
7575
.Example output
@@ -78,10 +78,10 @@ $ oc get platformoperator cert-manager -o yaml
7878
...
7979
status:
8080
activeBundleDeployment:
81-
name: cert-manager
81+
name: service-mesh-po
8282
conditions:
8383
- lastTransitionTime: "2022-10-24T17:24:40Z"
84-
message: Successfully applied the cert-manager BundleDeployment resource
84+
message: Successfully applied the service-mesh-po BundleDeployment resource
8585
reason: InstallSuccessful
8686
status: "True" <1>
8787
type: Installed
@@ -114,4 +114,4 @@ status:
114114
reason: AsExpected
115115
status: "True"
116116
type: Available
117-
----
117+
----

modules/olm-po-techpreview.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ After considering these restrictions, the following Operators can be successfull
4343
|odf-csi-addons-operator
4444
|odr-hub-operator
4545

46-
|openshift-cert-manager-operator
4746
|openshift-custom-metrics-autoscaler-operator
48-
4947
|openshift-gitops-operator
50-
|openshift-pipelines-operator-rh
5148

49+
|openshift-pipelines-operator-rh
5250
|quay-operator
53-
|red-hat-camel-k
5451

52+
|red-hat-camel-k
5553
|rhpam-kogito-operator
56-
|service-registry-operator
5754

55+
|service-registry-operator
5856
|servicemeshoperator
57+
5958
|skupper-operator
59+
|
6060
|===
6161

6262
[NOTE]
@@ -65,4 +65,4 @@ The following features are not available during this Technology Preview release:
6565
6666
* Automatically upgrading platform Operator packages after cluster rollout
6767
* Extending the platform Operator mechanism to support any optional, CVO-based components
68-
====
68+
====

0 commit comments

Comments
 (0)