Skip to content

Commit 6c01b9c

Browse files
Merge pull request #245256 from MartinForReal/shafan/outboundmatrics
removed managedNATGateway outbound type in BYO vnet scenario
2 parents 50be778 + c87de58 commit 6c01b9c

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/aks/egress-outboundtype.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,27 @@ The following tables show the supported migration paths between outbound types f
7272

7373
### Supported Migration Paths for Managed VNet
7474

75-
| | loadBalancer | managedNATGateway | userAssignedNATGateway | userDefinedRouting |
76-
|------------------------|--------------|-------------------|------------------------|--------------------|
77-
| loadBalancer | N/A | Supported | Not Supported | Not Supported |
78-
| managedNATGateway | Supported | N/A | Not Supported | Supported |
79-
| userAssignedNATGateway | Supported | Not Supported | N/A | Not Supported |
80-
| userDefinedRouting | Supported | Supported | Supported | N/A |
75+
| Managed VNet |loadBalancer | managedNATGateway | userAssignedNATGateway | userDefinedRouting |
76+
|------------------------|---------------|-------------------|------------------------|--------------------|
77+
| loadBalancer | N/A | Supported | Not Supported | Supported |
78+
| managedNATGateway | Supported | N/A | Not Supported | Supported |
79+
| userAssignedNATGateway | Not Supported | Not Supported | N/A | Not Supported |
80+
| userDefinedRouting | Supported | Supported | Not Supported | N/A |
8181

8282
### Supported Migration Paths for BYO VNet
8383

84-
| | loadBalancer | managedNATGateway | userAssignedNATGateway | userDefinedRouting |
84+
| BYO VNet | loadBalancer | managedNATGateway | userAssignedNATGateway | userDefinedRouting |
8585
|------------------------|---------------|-------------------|------------------------|--------------------|
86-
| loadBalancer | N/A | Supported | Supported | Supported |
87-
| managedNATGateway | Supported | N/A | Not Supported | Not Supported |
86+
| loadBalancer | N/A | Not Supported | Supported | Supported |
87+
| managedNATGateway | Not Supported | N/A | Not Supported | Not Supported |
8888
| userAssignedNATGateway | Supported | Not Supported | N/A | Supported |
89-
| userDefinedRouting | Not Supported | Not Supported | Not Supported | N/A |
89+
| userDefinedRouting | Supported | Not Supported | Supported | N/A |
90+
91+
Migration is only supported between `loadBalancer`, `managedNATGateway` (if using a managed virtual network), `userAssignedNATGateway` and `userDefinedRouting` (if using a custom virtual network).
9092

91-
Migration is only supported between `loadBalancer`, `managedNATGateway` (if using a managed virtual network), and `userDefinedNATGateway` (if using a custom virtual network).
93+
> [!WARNING]
94+
> Migrating the outbound type to user managed types (`userAssignedNATGateway` and `userDefinedRouting`) will change the outbound public IP addresses of the cluster.
95+
> if [Authorized IP ranges](./api-server-authorized-ip-ranges.md) is enabled, please make sure new outbound ip range is appended to authorized ip range.
9296
9397
> [!WARNING]
9498
> Changing the outbound type on a cluster is disruptive to network connectivity and will result in a change of the cluster's egress IP address. If any firewall rules have been configured to restrict traffic from the cluster, you need to update them to match the new egress IP address.

0 commit comments

Comments
 (0)