k8ssandra / k8ssandra-operator

The Kubernetes operator for K8ssandra
https://k8ssandra.io/
Apache License 2.0
160 stars 75 forks source link

Support EKS/K8S Only IPv6 #967

Open nuvme-devops opened 1 year ago

nuvme-devops commented 1 year ago

Hello,

I'm getting some errors when deploying K8Ssandra via HELM on an IPv6 only EKS.

I noticed in the logs that cassadra uses 0.0.0.0, but I didn't find it in the ConfigMap where I can change it.

I found something related to these parameters:

JAVA_OPTS="value: -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses=true"
listen_interface_prefer_ipv6

Is there support for K8S IPv6?

┆Issue is synchronized with this Jira Story by Unito

Miles-Garnsey commented 1 year ago

Hi @nuvme-devops, can you let us know what version you are trying to deploy and give us a copy of the manifests you're using?