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/egress-outboundtype.md
+4-34Lines changed: 4 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.subservice: aks-networking
6
6
ms.custom: devx-track-azurecli
7
7
ms.author: allensu
8
8
ms.topic: how-to
9
-
ms.date: 11/06/2023
9
+
ms.date: 02/02/2024
10
10
#Customer intent: As a cluster operator, I want to define my own egress paths with user-defined routes. Since I define this up front I do not want AKS provided load balancer configurations.
11
11
---
12
12
@@ -99,41 +99,11 @@ Migration is only supported between `loadBalancer`, `managedNATGateway` (if usin
99
99
100
100
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
101
101
102
-
### Install the `aks-preview` Azure CLI extension
103
-
104
-
`aks-preview` version 0.5.113 is required.
105
-
106
-
* Install and update the `aks-preview` extension.
107
-
108
-
```azurecli
109
-
# Install aks-preview extension
110
-
az extension add --name aks-preview
111
-
# Update aks-preview extension
112
-
az extension update --name aks-preview
113
-
```
114
-
115
-
### Register the `AKS-OutBoundTypeMigrationPreview` feature flag
116
-
117
-
1. Register the `AKS-OutBoundTypeMigrationPreview` feature flag using the [`az feature register`][az-feature-register] command. It takes a few minutes for the status to show *Registered*.
118
-
119
-
```azurecli-interactive
120
-
az feature register --namespace "Microsoft.ContainerService" --name "AKS-OutBoundTypeMigrationPreview"
121
-
```
122
-
123
-
2. Verify the registration status using the [`az feature show`][az-feature-show] command.
124
-
125
-
```azurecli-interactive
126
-
az feature show --namespace "Microsoft.ContainerService" --name "AKS-OutBoundTypeMigrationPreview"
127
-
```
128
-
129
-
3. When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider using the [`az provider register`][az-provider-register] command.
130
-
131
-
```azurecli-interactive
132
-
az provider register --namespace Microsoft.ContainerService
133
-
```
134
-
135
102
### Update cluster to use a new outbound type
136
103
104
+
> [!NOTE]
105
+
> You must use a version >= 2.56 of Azure CLI to migrate outbound type. Use `az upgrade` to update to the latest version of Azure CLI.
106
+
137
107
* Update the outbound configuration of your cluster using the [`az aks update`][az-aks-update] command.
138
108
139
109
### Update cluster from loadbalancer to managedNATGateway
0 commit comments