Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Loadblancer feature #23

Open
rgroux opened this issue Jun 14, 2019 · 2 comments
Open

Add Loadblancer feature #23

rgroux opened this issue Jun 14, 2019 · 2 comments

Comments

@rgroux
Copy link
Contributor

rgroux commented Jun 14, 2019

Metallb can be nice to add the awesome LB services to the kubernetes cluster when it s a metal on, not an aws/google/azure.

i test and use it since a week, it work like a charm, i will make a ne PR for this after check how to enable it into the post_install service if you think it can be nice.

it will be a very short and simple PR, there are only 1 input parameter, the External IP range.

Metallb tutorial for Layer 2

@valentin2105
Copy link
Owner

Hi @rgroux,
It's really a great idea, and why not make it enableable from the pillar.
I looking forward for the PR ;)

@rgroux
Copy link
Contributor Author

rgroux commented Jun 26, 2019

hi @valentin2105

yes indeed, 2 new params liste this

kubernetes:
   loadbalancer:
     enable: true
     type: metallb
     version: v0.7.3
     ranges: ["10.0.0.0/24"]

i wait for the PR, because i wish to try with traefik too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants