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

Make the http-port option passed to keepalive configurable #354

Open
EmielBruijntjes opened this issue Sep 1, 2023 · 0 comments
Open

Make the http-port option passed to keepalive configurable #354

EmielBruijntjes opened this issue Sep 1, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@EmielBruijntjes
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The keepalived pods open port 8080 on the nodes. However, this can conflict with other applications that also want to use this port.

Describe the solution you'd like
A command line argument that can be passed to the openelb-manager to specify a different port. For example "--keepalived-port=8888". The keepalived docker image already supports the "--http-port" flag, so the flag can directly be forwarded to the keepalived image.

@EmielBruijntjes EmielBruijntjes added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant