idnt-devops / bridge-marker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Shell 57.8%Language:Go 38.4%Language:Makefile 3.4%Language:Dockerfile 0.3%