Skip to content

Commit 91ea572

Browse files
Merge pull request #250388 from allyford/outboundNAT
Disable Outbound NAT - remove nat gateway limitation
2 parents 9079f00 + 782768c commit 91ea572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/nat-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ Windows enables OutboundNAT by default. You can now manually disable OutboundNAT
181181
az provider register --namespace Microsoft.ContainerService
182182
```
183183
184-
* Your clusters must have a managed NAT gateway (which may increase the overall cost).
185184
* If you're using Kubernetes version 1.25 or older, you need to [update your deployment configuration][upgrade-kubernetes].
185+
* Cluster outbound type can't be set to load balancer.
186186
* If you need to switch from a load balancer to NAT gateway, you can either add a NAT gateway into the VNet or run [`az aks upgrade`][aks-upgrade] to update the outbound type.
187187
188188
### Manually disable OutboundNAT for Windows

0 commit comments

Comments
 (0)