Skip to content

Commit 45862b5

Browse files
committed
NGF: Update gateway addresses compatibility document (nginx#1109)
Update gateway addresses compatibility document.
1 parent e98c0e0 commit 45862b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ 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`: Not supported.
104+
- `addresses`: Valid IPAddresses will be added to the `externalIP` field in the related Services fronting NGINX.
105+
- `type`: Partially supported. Allowed value: `IPAddress`.
106+
- `value`: Partially supported. Dynamic address allocation when value is unspecified is not supported.
105107
- `backendTLS`: Not supported.
106108
- `allowedListeners`: Not supported.
107109
- `status`

0 commit comments

Comments
 (0)