Envoy not listening dualstack, IPv6? #7117
matejvasek
started this conversation in
General
Replies: 2 comments 1 reply
-
@rgarrigue I think you had similar problem. How did you solve it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also why it would not listen on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, for mostly experimental purposes I am trying to run knative in IPv6-only KinD cluster.
It looks like most components works all right, however I have an issue with contour installation.
I am installing contour like so.
In cluster events I see failed health probes to envoy pod. This is almost certainly caused by the fact that envoy does listen on
0.0.0.0
and NOT on::
.Is that intentional? Can I fix it somehow?
Beta Was this translation helpful? Give feedback.
All reactions