Skip to content

Commit

Permalink
Add warning for dual stack ingress (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz authored Jan 28, 2025
1 parent 75163f2 commit afa585a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/snap/howto/networking/default-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ For more information on the command, execute:
sudo k8s help enable
```

```{warning}
The Kubernetes Service created for the ingress controller is set to single
stack networking(IPv4 or IPv6) by default. The Service can be manually
patched with `ipFamilyPolicy: PreferDualStack` to enable dual stack networking.
```

## Configure Ingress

Discover your configuration options by running:
Expand Down

0 comments on commit afa585a

Please sign in to comment.