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-sdn-to-ovn.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,8 @@ OpenShift SDN remains supported on Azure Red Hat OpenShift through version 4.16.
24
24
25
25
1. To determine which network plugin your cluster currently uses, run the following command:
26
26
27
-
```
28
-
oc get network.operator.openshift.io cluster -o
29
-
jsonpath='{.spec.defaultNetwork.type}'
30
-
```
27
+
oc get network.operator.openshift.io cluster -o jsonpath='{.spec.defaultNetwork.type}'
28
+
31
29
32
30
1. See [Limited live migration to the OVN-Kubernetes network plugin overview](https://docs.openshift.com/container-platform/4.16/networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.html#nw-ovn-kubernetes-live-migration-about_migrate-from-openshift-sdn) for steps to perform the migration.
0 commit comments