Skip to content

Commit 38430f1

Browse files
committed
Formatted code to single line
1 parent 2da83bd commit 38430f1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/openshift/howto-sdn-to-ovn.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ OpenShift SDN remains supported on Azure Red Hat OpenShift through version 4.16.
2424

2525
1. To determine which network plugin your cluster currently uses, run the following command:
2626

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+
3129

3230
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.
3331

0 commit comments

Comments
 (0)