markdgray / metallb-operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetalLB Operator

This is a WIP implementaton of a MetalLB operator, implementing the operator pattern for deploying MetalLB on a kubernetes cluster, as described in the related design proposal.

Note that this is still work in progress and not ready for production by any means

Prerequisites

Need to install the following packages

  • operator-sdk 1.8.0+
  • controller-gen v0.3.0+
     go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.3.0

About

License:Apache License 2.0


Languages

Language:Go 83.8%Language:Makefile 8.7%Language:Shell 4.9%Language:Dockerfile 2.5%