mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * ingress/configure-ingress-operator.adoc
|
|
|
|
[id="nw-ingress-controller-status_{context}"]
|
|
= View Ingress Controller status
|
|
|
|
Your can view the status of a particular Ingress Controller.
|
|
|
|
.Procedure
|
|
|
|
* View the status of an Ingress Controller:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc describe --namespace=openshift-ingress-operator ingresscontroller/<name>
|
|
----
|