Skip to content

Commit 7e081a1

Browse files
Merge pull request #265120 from joharder/outboud-migration-update
Update egress-outboundtype.md
2 parents 698a91a + 40eec7c commit 7e081a1

File tree

1 file changed

+4
-34
lines changed

1 file changed

+4
-34
lines changed

articles/aks/egress-outboundtype.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: aks-networking
66
ms.custom: devx-track-azurecli
77
ms.author: allensu
88
ms.topic: how-to
9-
ms.date: 11/06/2023
9+
ms.date: 02/02/2024
1010
#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.
1111
---
1212

@@ -99,41 +99,11 @@ Migration is only supported between `loadBalancer`, `managedNATGateway` (if usin
9999
100100
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
101101

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-
135102
### Update cluster to use a new outbound type
136103

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+
137107
* Update the outbound configuration of your cluster using the [`az aks update`][az-aks-update] command.
138108

139109
### Update cluster from loadbalancer to managedNATGateway

0 commit comments

Comments
 (0)