Skip to content

Commit 19e7465

Browse files
authored
Merge pull request #28243 from codyhoag/hybrid-networking-clarifications
Hybrid networking clarfications
2 parents dadaff2 + 161fbdf commit 19e7465

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/configuring-hybrid-ovnkubernetes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You must configure hybrid networking with OVN-Kubernetes during the installation
1616

1717
.Prerequisites
1818

19-
* You defined `OVNKubernetes` for the `networking.networkType` parameter in the `install-config.yaml` file.
19+
* You defined `OVNKubernetes` for the `networking.networkType` parameter in the `install-config.yaml` file. See the installation documentation for configuring {product-title} network customizations on your chosen cloud provider for more information.
2020

2121
.Procedure
2222

@@ -40,7 +40,7 @@ After creating the file, several network configuration files are in the `manifes
4040
+
4141
[source,terminal]
4242
----
43-
$ ls <installation_directory>/manifests/cluster-network-*
43+
$ ls -1 <installation_directory>/manifests/cluster-network-*
4444
----
4545
+
4646
.Example output

networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ As a cluster administrator, you can configure the OVN-Kubernetes Container Netwo
99

1010
include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
1111

12+
Complete any further installation configurations, and then create your cluster. Hybrid networking is enabled when the installation process is finished.
13+
1214
[id="configuring-hybrid-networking-additional-resources"]
1315
== Additional resources
1416

1517
* xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads]
1618
* xref:../../windows_containers/enabling-windows-container-workloads.adoc#enabling-windows-container-workloads[Enabling Windows container workloads]
19+
* xref:../../installing/installing_aws/installing-aws-network-customizations.adoc#installing-aws-network-customizations[Installing a cluster on AWS with network customizations]
20+
* xref:../../installing/installing_azure/installing-azure-network-customizations.adoc#installing-azure-network-customizations[Installing a cluster on Azure with network customizations]

0 commit comments

Comments
 (0)