Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 421 Bytes

Bridge marker

Bridge marker is a daemon which marks network bridges available on nodes as node resources.

When a bridge named testBridge is created by:

ip link add testBridge type bridge

the marker will mark the node with the following resources:

...
status:
  allocatable:
    bridge.network.kubevirt.io/testBridge: 1k
    ...
  capacity:
    bridge.network.kubevirt.io/testBridge: 1k
    ...