-
Notifications
You must be signed in to change notification settings - Fork 729
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 ECK IPv6 compatible #3649
Comments
Also:
and: cloud-on-k8s/pkg/controller/elasticsearch/settings/merged_config.go Lines 56 to 57 in bf6201f
network publish host is going to be tricky as we are using the downward API to inject the IP address into the configuration. I wonder if we could do something like |
We can sidestep the issue with the embedded PodIP environment variable by switching to domain names for |
For Kibana The same problem does not seem to exist for Elasticsearch where the magic value We discussed a few options offline:
My gut feeling is that we should
|
IPv6 addresses need to be bracketed when used in resource identifiers. I believe this affects mostly ECK's rendering of configuration files where we use IP addresses for seed hosts and are currently not using brackets for IPv6.
Originally posted by @pebrc in #3408 (comment)
The text was updated successfully, but these errors were encountered: