I'm running k8s 1.9.3 created with Kops on AWS. All my containers get ipv6 address (in addition to ipv4). The ipv6 localhost in the /etc/hosts seems to break my application's framework.
I'm looking for a reliable way to disable ipv6 inside the containers.
So far tried:
--ipv6: false
flag (using the asg launch configuration) - from some reason it didn't take and the dockerd
starts without this flag.If anyone has any experience with this issue any advise will be appreciated.
Best,