mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
networking/bgp: fix AsciiDoc syntax in BGP routing enable/disable modules
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
4b0df2e215
commit
0554d387d8
@@ -25,9 +25,7 @@ As a cluster administrator, you can disable BGP routing support for your cluster
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ oc patch network.operator cluster -p '{
|
||||
"spec": {
|
||||
"additionalRoutingCapabilities": null
|
||||
}
|
||||
$ oc patch Network.operator.openshift.io/cluster --type=merge -p '{
|
||||
"spec": { "additionalRoutingCapabilities": null }
|
||||
}'
|
||||
----
|
||||
|
||||
@@ -27,9 +27,11 @@ As a cluster administrator, you can enable BGP routing support for your cluster.
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ oc patch network.operator cluster -p '{
|
||||
$ oc patch Network.operator.openshift.io/cluster --type=merge -p '{
|
||||
"spec": {
|
||||
"additionalRoutingCapabilities": ["FRR"]
|
||||
"additionalRoutingCapabilities": {
|
||||
"providers": ["FRR"]
|
||||
}
|
||||
}
|
||||
}'
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user