Skip to content

Update installation.md to include a clarification on the instructions #977

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ You can gain access to NGINX Kubernetes Gateway by creating a `NodePort` Service
> configured for those ports. If you'd like to use different ports in your listeners,
> update the manifests accordingly.

> Important
>
> NGINX Kubernetes Gateway will not listen on any ports until you configure a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> NGINX Kubernetes Gateway will not listen on any ports until you configure a
> NGINX will not listen on any ports until you configure a

> [Gateway](https://gateway-api.sigs.k8s.io/api-types/gateway/#gateway) resource with a valid listener.

### Create a NodePort Service

Create a Service with type `NodePort`:
Expand Down