0

Are there any know issues with running the org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder a purely IPv6 environment? I looked here and it mentions there may be issues with clusters becoming detached but does not offer any specifics. Any information would be appreciated, thanks.

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
RichardFeynman
  • 478
  • 1
  • 6
  • 16

1 Answers1

1

I'm not aware of any IPv6 problems per se, so if your network is configured correctly I would expect it to work.

The problem we typically see when IPv6 is enabled is that it's possible to route to the IPv4 address but not the IPv6 address -- which is why setting preferIPv4Stack works.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152