Skip to content

Provides MetalLB in your cluster to have LoadBalancer services in non cloud providers

Notifications You must be signed in to change notification settings

failk8s-packages/metallb-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metallb-package

This package provides metallb functionality using metallb.

Components

  • metallb

Configuration

The following configuration values can be set to customize the metallb installation.

Global

Value Required/Optional Description
namespace Optional The namespace in which to deploy metallb.
ip_range Required IP range to use for the LoadBalancers. (e.g.: 192.168.65.100-192.168.65.100)

Usage Example

This walkthrough guides you through using metallb...

Develop checklist

  1. Update your config.json with the package info
  2. Add overlays and values
  3. Test your bundle: ytt --data-values-file src/example-values/minikube.yaml -f src/bundle/config providing a sample values file from example-values
  4. Build your bundle ./hack/build.sh
  5. Add it to the failk8s-repo and publish the new repo and test the package from there, or test with local files

NOTE: develop versions will not be image locked and will have a version of 0.0.0+develop to comply with semver.

About

Provides MetalLB in your cluster to have LoadBalancer services in non cloud providers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages