The OVS bridge mappings may be viewed in the NodeNetworkState for a node
$ oc get nns hub-4k77l-cnv-jxdwv -o json | jq '.status.currentState.ovn."bridge-mappings"'
[
{
"bridge": "br-ex",
"localnet": "physnet"The OVS bridge mappings may be viewed in the NodeNetworkState for a node
$ oc get nns hub-4k77l-cnv-jxdwv -o json | jq '.status.currentState.ovn."bridge-mappings"'
[
{
"bridge": "br-ex",
"localnet": "physnet"Install kcli
https://kcli.readthedocs.io/en/latest/index.html#deploying-kubernetes-openshift-clusters-and-applications-on-top
Get a pull secret, save as openshift-pull-secret.json
https://console.redhat.com/openshift/create/local
Create a secondary network
kcli create network -c 192.168.20.0/24 secondary
Create this yaml, save as parameters.yml