This package provides metallb functionality using metallb.
- metallb
The following configuration values can be set to customize the metallb installation.
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) |
This walkthrough guides you through using metallb...
- Update your config.json with the package info
- Add overlays and values
- Test your bundle:
ytt --data-values-file src/example-values/minikube.yaml -f src/bundle/config
providing a sample values file from example-values - Build your bundle
./hack/build.sh
- 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.