Skip to content

Commit ade09ad

Browse files
committed
NGF: Update gateway addresses compatibility document with IP family comment (nginx#1126)
Add a small comment on IP families to gateway addresses compatibility document.
1 parent 45862b5 commit ade09ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ngf/overview/gateway-api-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ See the [controller]({{< ref "/ngf/reference/cli-help.md#controller">}}) command
101101
- `certificateRefs` - The TLS certificate and key must be stored in a Secret resource of type `kubernetes.io/tls`. Only a single reference is supported.
102102
- `options`: Not supported.
103103
- `allowedRoutes`: Supported.
104-
- `addresses`: Valid IPAddresses will be added to the `externalIP` field in the related Services fronting NGINX.
104+
- `addresses`: Valid IPAddresses will be added to the `externalIP` field in the related Services fronting NGINX. Users should ensure that the IP Family of the address matches the IP Family set in the NginxProxy resource (default is dual, meaning both IPv4 and IPv6), otherwise there may be networking issues.
105105
- `type`: Partially supported. Allowed value: `IPAddress`.
106106
- `value`: Partially supported. Dynamic address allocation when value is unspecified is not supported.
107107
- `backendTLS`: Not supported.

0 commit comments

Comments
 (0)