mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
717 B
Plaintext
19 lines
717 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * hosted_control_planes/hcp-troubleshooting.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="hcp-ts-ovnkubernetes_{context}"]
|
|
= Configuring the ovnKubernetesConfig object fails with an error
|
|
|
|
When you try to configure the `ovnKubernetesConfig` object on a hosted cluster by using a different network type, such as `OpenShiftSDN`, an error occurs because {hcp} works only with the `OVNKubernetes` network type.
|
|
|
|
.Procedure
|
|
|
|
* Verify the network type of your hosted cluster by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc get hostedcluster <hosted_cluster_name> -n <hosted_control_plane_namespace> \
|
|
-o jsonpath='{.spec.networking.networkType}'
|
|
---- |