$ oc patch network.operator cluster -p '{
"spec": {
"additionalRoutingCapabilities": null
}
}'
As a cluster administrator, you can enable OVN-Kubernetes Border Gateway Protocol (BGP) routing support for your cluster.
As a cluster administrator, you can disable Border Gateway Protocol (BGP) routing support for your cluster on bare-metal infrastructure.
As a cluster administrator, you can disable BGP routing support for your cluster.
You have installed the OpenShift CLI (oc
).
You are logged in to the cluster as a user with the cluster-admin
role.
The cluster is installed on compatible infrastructure.
To disable dynamic routing, enter the following command:
$ oc patch network.operator cluster -p '{
"spec": {
"additionalRoutingCapabilities": null
}
}'