Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 committed Nov 30, 2023
1 parent 0ce6bea commit a5333e8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions site/content/installation/running-on-kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ make create-kind-cluster

Follow the [installation](./how-to/installation/installation.md) instructions to deploy NGINX Gateway Fabric on your Kind cluster.

> **Note**
>
> For `kind` clusters, NodePort services require [extra configuration](https://kind.sigs.k8s.io/docs/user/configuration/#nodeport-with-port-mappings)
> and LoadBalancer services need [a third-party controller](https://kind.sigs.k8s.io/docs/user/loadbalancer/)
> like MetalLB for external IP assignment.
> However, the Helm chart creates a LoadBalancer service by default. Therefore, the `--wait`
> flag will hang until timeout. To avoid this, you can disable service creation by adding `--set service.create=false`
> to your Helm command and use the port-forwarding command below instead to try out the examples.
{{<note>}}For `kind` clusters, NodePort services require [extra configuration](https://kind.sigs.k8s.io/docs/user/configuration/#nodeport-with-port-mappings) and LoadBalancer services need [a third-party controller](https://kind.sigs.k8s.io/docs/user/loadbalancer/) like MetalLB for external IP assignment. However, the Helm chart creates a LoadBalancer service by default. Therefore, the `--wait` flag will hang until timeout. To avoid this, you can disable service creation by adding `--set service.create=false` to your Helm command and use the port-forwarding command below instead to try out the examples.{{</note>}}

## Access NGINX Gateway Fabric

Expand All @@ -42,8 +35,8 @@ Forward local ports 8080 and 8443 to ports 80 and 443 of the nginx-gateway Pod:
kubectl -n nginx-gateway port-forward <pod-name> 8080:80 8443:443
```

> Note: 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.
{{<note>}}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.{{</note>}}


## Use NGINX Gateway Fabric

Expand Down

0 comments on commit a5333e8

Please sign in to comment.