Skip to content

qinqon/bridge-marker

 
 

Repository files navigation

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
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 66.6%
  • Go 29.6%
  • Dockerfile 2.0%
  • Makefile 1.8%