Skip to content

Commit 8de2872

Browse files
authored
Merge pull request #59722 from xenolinux/cert-manager-operator-post-install-steps
OSDOCS#6019: Add post-installation steps for the cert-manager Operator
2 parents 4c6bec9 + 4da37f5 commit 8de2872

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

modules/cert-manager-install-console.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,20 @@ If the `cert-manager-operator` namespace does not exist, it is created for you.
4141

4242
. Navigate to *Operators* -> *Installed Operators*.
4343
. Verify that *{cert-manager-operator}* is listed with a *Status* of *Succeeded* in the `cert-manager-operator` namespace.
44+
. Verify that cert-manager pods are up and running by entering the following command:
45+
+
46+
[source,terminal]
47+
----
48+
$ oc get pods -n cert-manager
49+
----
50+
+
51+
.Example output
52+
[source,terminal]
53+
----
54+
NAME READY STATUS RESTARTS AGE
55+
cert-manager-bd7fbb9fc-wvbbt 1/1 Running 0 3m39s
56+
cert-manager-cainjector-56cc5f9868-7g9z7 1/1 Running 0 4m5s
57+
cert-manager-webhook-d4f79d7f7-9dg9w 1/1 Running 0 4m9s
58+
----
59+
+
60+
You can use the {cert-manager-operator} only after cert-manager pods are up and running.

0 commit comments

Comments
 (0)