EKS AWX install

Hi doing a eks install of the latest awx.

Does anyone else get constant install errors. normally like below, it seems to dip and out. i can run it again and it will pass this section fine then fail at another. Im not having anything else drop out like this. i can do helm installs and normal kubectl commands with no issues. this is the first ime im seeing it and its very regular with this install.

Is there something i can do to stop this. or is it just the install is rather flakey?

TASK [kubernetes : Record deployment size] **********************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “kubectl get deployment awx -n awx -o=jsonpath=‘{.status.replicas}’\n”, “delta”: “0:00:11.263612”, “end”: “2020-06-03 16:29:25.262192”, “msg”: “non-zer
o return code”, “rc”: 1, “start”: “2020-06-03 16:29:13.998580”, “stderr”: “Unable to connect to the server: dial tcp: lookup 4.sk1.eu-west-2.eks.amazonaws.com on [fec0:0:0:ffff::
2]:53: dial udp [fec0:0:0:ffff::2]:53: connect: invalid argument”, “stderr_lines”: [“Unable to connect to the server: dial tcp: lookup 4.sk1.eu-west-2.eks.amazonaws.com on [fec0:
0:0:ffff::2]:53: dial udp [fec0:0:0:ffff::2]:53: connect: invalid argument”], “stdout”: “”, “stdout_lines”: }

[fec0:0:0:ffff::2]:53 is stateless DNS discovery over IPv6. This probably means you have IPv6 enabled but not working, or flakily working with some unreliability in its ability to discover DNSv6 servers.