File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ status:
54
54
message: Successfully applied the cert-manager BundleDeployment resource
55
55
reason: InstallSuccessful
56
56
status: "True" <1>
57
- type: Installed
57
+ type: Installed
58
58
----
59
59
<1> Wait until the `Installed` status condition reports `True` .
60
60
61
61
. Verify that the `platform-operators-aggregated` cluster Operator is reporting an `Available=True` status:
62
62
+
63
63
[source,terminal]
64
64
----
65
- $ oc get clusteroperator platform-operators-aggregate -o yaml
65
+ $ oc get clusteroperator platform-operators-aggregated -o yaml
66
66
----
67
67
+
68
68
.Example output
Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ status:
84
84
message: Successfully applied the cert-manager BundleDeployment resource
85
85
reason: InstallSuccessful
86
86
status: "True" <1>
87
- type: Installed
87
+ type: Installed
88
88
----
89
89
<1> Wait until the `Installed` status condition reports `True` .
90
90
91
91
. Verify that the `platform-operators-aggregated` cluster Operator is reporting an `Available=True` status:
92
92
+
93
93
[source,terminal]
94
94
----
95
- $ oc get clusteroperator platform-operators-aggregate -o yaml
95
+ $ oc get clusteroperator platform-operators-aggregated -o yaml
96
96
----
97
97
+
98
98
.Example output
You can’t perform that action at this time.
0 commit comments