Skip to content

Commit 8fe8fa6

Browse files
committed
updates to ovn article
1 parent 98d1a66 commit 8fe8fa6

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

articles/openshift/howto-configure-ovn-kubernetes.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ keywords: azure, openshift, aro, red hat, azure CLI, azure portal, ovn, ovn-kube
1111
Customer intent: I need to configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters.
1212
---
1313

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)
1515

1616
This article explains how to Configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters.
1717

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
1919

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.
2121

2222
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.
2323

@@ -90,12 +90,11 @@ The process to create an Azure Red Hat OpenShift cluster with OVN is exactly the
9090

9191
The following high-level procedure outlines the steps to create an Azure Red Hat OpenShift cluster with OVN as the network provider:
9292

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.
9998

10099
## Verify your permissions
101100

@@ -122,7 +121,7 @@ az aro create --resource-group $RESOURCEGROUP \
122121
--master-subnet master-subnet \
123122
--worker-subnet worker-subnet \
124123
--sdn-type OVNKubernetes \
125-
--pull-secret @pull-secret.txt \
124+
--pull-secret @pull-secret.txt
126125
```
127126

128127
## 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"}'
134133
```
135134

136135
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

Comments
 (0)