networkservicemesh / integration-k8s-gke

Apache License 2.0
1 stars 5 forks source link

Loopback interface on GKE cluster does not have IPv6 configuration #431

Open VitalyGushin opened 6 months ago

VitalyGushin commented 6 months ago

Loopback interface on GKE cluster does not have IPv6 configuration. This causes that in examples using IPv6, client cannot ping itself via IPv6. At the same time there are no problems with inter-service pings. And the problem only reproducible on the GKE cluster.

@edwarnicke Should we try to fix this (via cluster configuration or hacks in SDK), or should we just ignore the self-ping scenario?