You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/nat-gateway.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,8 +181,8 @@ Windows enables OutboundNAT by default. You can now manually disable OutboundNAT
181
181
az provider register --namespace Microsoft.ContainerService
182
182
```
183
183
184
-
* Your clusters must have a managed NAT gateway (which may increase the overall cost).
185
184
* 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.
186
186
* 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.
0 commit comments