-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: customize envoyproxy dualstack #4639
Conversation
60fbcae
to
68d95ef
Compare
@@ -1003,6 +1003,48 @@ spec: | |||
{{% /tab %}} | |||
{{< /tabpane >}} | |||
|
|||
## Customize EnvoyProxy IP Family | |||
|
|||
You can customize the IP family configuration for EnvoyProxy via the EnvoyProxy Config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can customize the IP family configuration for EnvoyProxy via the EnvoyProxy Config. | |
You can customize the IP family configuration for EnvoyProxy via the EnvoyProxy Config. | |
This allows the Envoy Proxy fleet to serve external client over IPv4 as well as IPv6. | |
The below configuration sets the `ipFamily` to `DualStack` to allow ingressing IPv4 as well as IPv6 traffic. | |
**Note**: Envoy Gateway relies on the [Service](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services) spec of the BackendRef resource (linked to xRoutes) to decide which type of IP addresses to use to route to them. |
thanks @juwon8891, added a comment |
68d95ef
to
f816921
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4639 +/- ##
==========================================
- Coverage 65.68% 65.67% -0.01%
==========================================
Files 211 211
Lines 32064 32064
==========================================
- Hits 21060 21057 -3
- Misses 9761 9763 +2
- Partials 1243 1244 +1 ☔ View full report in Codecov by Sentry. |
@juwon8891 can you address the CI failures |
Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
2eff351
to
836da55
Compare
Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
836da55
to
d9349be
Compare
I resolved problem! |
docs: customize envoyproxy dualstack
What's Changed