From 68d95ef94c28edc77b7ae81c3c10fa4559be70a9 Mon Sep 17 00:00:00 2001 From: "Juwon Hwang (Kevin)" Date: Wed, 6 Nov 2024 11:36:43 +0900 Subject: [PATCH] docs: customize envoyproxy dualstack Signed-off-by: Juwon Hwang (Kevin) --- .../tasks/operations/customize-envoyproxy.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/site/content/en/docs/tasks/operations/customize-envoyproxy.md b/site/content/en/docs/tasks/operations/customize-envoyproxy.md index 892c3496ff0..e2ae9cedf8a 100644 --- a/site/content/en/docs/tasks/operations/customize-envoyproxy.md +++ b/site/content/en/docs/tasks/operations/customize-envoyproxy.md @@ -1003,6 +1003,48 @@ spec: {{% /tab %}} {{< /tabpane >}} +## Customize EnvoyProxy IP Family + +You can customize the IP family configuration for EnvoyProxy via the EnvoyProxy Config. + +{{< tabpane text=true >}} +{{% tab header="Apply from stdin" %}} + +```shell +cat <}} + +After applying the config, the EnvoyProxy deployment will be configured to use the specified IP family. When set to `DualStack`, both IPv4 and IPv6 networking will be enabled. + +**Note**: Your cluster must support the selected IP family configuration. For DualStack support, ensure your Kubernetes cluster is properly configured for dual-stack networking. + [Gateway API documentation]: https://gateway-api.sigs.k8s.io/ [EnvoyProxy]: ../../../api/extension_types#envoyproxy [egctl translate]: ../egctl/#validating-gateway-api-configuration