1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/ipi-install-troubleshooting-troubleshooting-the-cluster-network-operator.adoc

36 lines
1.1 KiB
Plaintext

// This module is included in the following assemblies:
//
// installing/installing_bare_metal/ipi/ipi-install-troubleshooting.adoc
:_mod-docs-content-type: PROCEDURE
[id="troubleshooting-the-cluster-network-operator_{context}"]
= Troubleshooting the Cluster Network Operator
The Cluster Network Operator is responsible for deploying the networking components. It runs early in the installation process, after the control plane nodes have come up but before the installation program removes the bootstrap control plane. Issues with this Operator might indicate installation program issues.
.Procedure
. Ensure the network configuration exists by running the following command:
+
[source,terminal]
----
$ oc get network -o yaml cluster
----
+
If it does not exist, the installation program did not create it. To find out why, run the following command:
+
[source,terminal]
----
$ openshift-install create manifests
----
+
Review the manifests to determine why the installation program did not create the network configuration.
. Ensure the network is running by entering the following command:
+
[source,terminal]
----
$ oc get po -n openshift-network-operator
----