Skip to content

Commit 2ea4db6

Browse files
committed
update troubleshooting guide
1 parent e3c1b57 commit 2ea4db6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

site/content/how-to/monitoring/troubleshooting.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,18 @@ If you `describe` your HTTPRoute and see the following error:
426426
Controller Name: gateway.nginx.org/nginx-gateway-controller
427427
```
428428
429-
The Service associated with your HTTPRoute is configured with a IP Family different than the one specified in NginxProxy configuration.
430-
To **resolve** this, you can do the following:
429+
The Service associated with your HTTPRoute is configured with a IP Family different than the one specified in the NginxProxy configuration.
430+
To **resolve** this, you can do one of the following:
431431
432-
- Change the IPFamily by modifying the field `nginx.config.ipFamily` in the `values.yaml` or add the `--set nginx.config.ipFamily=` flag to the `helm install` command. The supported IPFamilies are `ipv4`, `ipv6` and `dual` (default).
432+
- Update the NginxProxy configuration with the proper [`ipFamily`](({{< relref "reference/api.md" >}})) field. You can edit the NginxProxy configuration using `kubectl edit`. For example:
433433
434-
- Adjust the IPFamily of your Service to match that of NginxProxy.
434+
```shell
435+
kubectl edit -n nginx-gateway nginxproxies.gateway.nginx.org ngf-proxy-config
436+
```
437+
438+
- When installing NGINX Gateway Fabric, change the IPFamily by modifying the field `nginx.config.ipFamily` in the `values.yaml` or add the `--set nginx.config.ipFamily=` flag to the `helm install` command. The supported IPFamilies are `ipv4`, `ipv6` and `dual` (default).
439+
440+
- Adjust the IPFamily of your Service to match that of the NginxProxy configuration.
435441
436442
### Further reading
437443

0 commit comments

Comments
 (0)