-
Notifications
You must be signed in to change notification settings - Fork 101
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
core dns load balancer does not get the correct targetPort #423
Comments
@raffaelespazzoli atm we maintain CoreDNS service ourselves so coredns chart service settings have no effect |
@k0da that is exactly my point. I'm asking to make some changes to the chart to guarantee consistency. |
@raffaelespazzoli I think k8gb currently doesn't support running CoreDNS on non standard port. Unfortunately coredns doesn't support setting containerPorts separately. So we can't really support configuration you mentioned. |
as of now this prevents deploying k8gb on OpenShift. Maybe we should ask coredns to support this feature in their chart? |
Sure, once CoreDNS supports it we can adapt |
the loadbalancer service deployed by setting the option:
is configured with the target port statically set to 53.
In some systems this requires privileges permissions, so user will change this to a different port via the following config:
the load balancer service template be changed to pick this setting.
The text was updated successfully, but these errors were encountered: