You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/howto-configure-ovn-kubernetes.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ keywords: azure, openshift, aro, red hat, azure CLI, azure portal, ovn, ovn-kube
11
11
Customer intent: I need to configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters.
12
12
---
13
13
14
-
# Configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters
14
+
# Configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters (preview)
15
15
16
16
This article explains how to Configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters.
17
17
18
-
## About the OVN-Kubernetes default Container Network Interface (CNI) network provider (preview)
18
+
## About the OVN-Kubernetes default Container Network Interface (CNI) network provider
19
19
20
-
OVN-Kubernetes Container Network Interface (CNI) for Azure Red Hat OpenShift (ARO) cluster is now available for preview.
20
+
OVN-Kubernetes Container Network Interface (CNI) for Azure Red Hat OpenShift cluster is now available for preview.
21
21
22
22
The OpenShift Container Platform cluster uses a virtualized network for pod and service networks. The OVN-Kubernetes Container Network Interface (CNI) plug-in is a network provider for the default cluster network. OVN-Kubernetes, which is based on the Open Virtual Network (OVN), provides an overlay-based networking implementation.
23
23
@@ -90,12 +90,11 @@ The process to create an Azure Red Hat OpenShift cluster with OVN is exactly the
90
90
91
91
The following high-level procedure outlines the steps to create an Azure Red Hat OpenShift cluster with OVN as the network provider:
92
92
93
-
1. Install the preview Azure CLI extension.
94
-
2. Verify your permissions.
95
-
3. Register the resource providers.
96
-
4. Create a virtual network containing two empty subnets.
97
-
5. Create an Azure Red Hat OpenShift cluster by using OVN CNI network provider.
98
-
6. Verify the Azure Red Hat OpenShift cluster is using OVN CNI network provider.
93
+
1. Verify your permissions.
94
+
2. Register the resource providers.
95
+
3. Create a virtual network containing two empty subnets.
96
+
4. Create an Azure Red Hat OpenShift cluster by using OVN CNI network provider.
97
+
5. Verify the Azure Red Hat OpenShift cluster is using OVN CNI network provider.
99
98
100
99
## Verify your permissions
101
100
@@ -122,7 +121,7 @@ az aro create --resource-group $RESOURCEGROUP \
122
121
--master-subnet master-subnet \
123
122
--worker-subnet worker-subnet \
124
123
--sdn-type OVNKubernetes \
125
-
--pull-secret @pull-secret.txt \
124
+
--pull-secret @pull-secret.txt
126
125
```
127
126
128
127
## Verify an Azure Red Hat OpenShift cluster is using the OVN CNI network provider
@@ -134,3 +133,7 @@ oc get network.config/cluster -o jsonpath='{.status.networkType}{"\n"}'
134
133
```
135
134
136
135
The value of `status.networkType` must be `OVNKubernetes`.
136
+
137
+
## Recommended content
138
+
139
+
[Tutorial: Create an Azure Red Hat OpenShift 4 cluster](tutorial-create-cluster.md)
0 commit comments