File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,14 @@ You can gain access to NGINX Gateway Fabric by creating a `NodePort` Service or
67
67
This Service must live in the same Namespace as the controller. The name of this Service is provided in
68
68
the ` --service ` argument to the controller.
69
69
70
- > Important
71
- >
70
+ > ** Important**
72
71
> The Service manifests expose NGINX Gateway Fabric on ports 80 and 443, which exposes any
73
72
> Gateway [ Listener] ( https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.Listener )
74
73
> configured for those ports. If you'd like to use different ports in your listeners,
75
74
> update the manifests accordingly.
75
+ >
76
+ > Additionally, NGINX Gateway Fabric will not listen on any ports until you configure a
77
+ [ Gateway] ( https://gateway-api.sigs.k8s.io/api-types/gateway/#gateway ) resource with a valid listener.
76
78
77
79
NGINX Gateway Fabric will use this Service to set the Addresses field in the Gateway Status resource. A LoadBalancer
78
80
Service sets the status field to the IP address and/or Hostname. If no Service exists, the Pod IP address is used.
You can’t perform that action at this time.
0 commit comments