Skip to content

kube-eip_v1.0.1

Compare
Choose a tag to compare
@lucheng0127 lucheng0127 released this 04 Dec 07:59
· 25 commits to main since this release

Implement kube-eip

  • Run eip_agent as daemonset
  • Use makefile to deploy and undeploy eipbinding operator and eip_agent

One eipbinding record represent an eip binding to a vmi,
and the eipbinding operator will watch the change of vmi
ip and eipbinding. If changed, will call eip agent to sync
eip rules on hyper.

The stable images of eipbinding and eip agent

  • quay.io/shawnlu0127/eipbinding_operator:20231130
  • quay.io/shawnlu0127/eip_agent:20231204