Skip to content

Instantly share code, notes, and snippets.

View ormergi's full-sized avatar

Or Mergi ormergi

  • Red Hat
View GitHub Profile
@dlbewley
dlbewley / View OVS Bridge Mappings.md
Last active October 30, 2025 16:21
List the OVS bridge mappings associating 'localnet' networks to bridges on OpenShift Virtualization

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"
@oshoval
oshoval / kcli.md
Last active July 16, 2025 10:47
Kcli 101