Skip to content

Commit 89ab1e9

Browse files
Remove AzureServiceMeshPreview feature flag
1 parent f7a1bfc commit 89ab1e9

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,6 @@ Run the following command to update to the latest version of the extension relea
4444
az extension update --name aks-preview
4545
```
4646

47-
### Register the _AzureServiceMeshPreview_ feature flag
48-
49-
Register the `AzureServiceMeshPreview` feature flag by using the [az feature register][az-feature-register] command:
50-
51-
```azurecli-interactive
52-
az feature register --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
53-
```
54-
55-
It takes a few minutes for the feature to register. Verify the registration status by using the [az feature show][az-feature-show] command:
56-
57-
```azurecli-interactive
58-
az feature show --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
59-
```
60-
61-
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
62-
63-
```azurecli-interactive
64-
az provider register --namespace Microsoft.ContainerService
65-
```
66-
6747
## Install Istio add-on at the time of cluster creation
6848

6949
To install the Istio add-on when creating the cluster, use the `--enable-azure-service-mesh` or`--enable-asm` parameter.

articles/aks/istio-plugin-ca.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,6 @@ Run the following command to update to the latest version of the extension relea
3838
az extension update --name aks-preview
3939
```
4040

41-
### Register the _AzureServiceMeshPreview_ feature flag
42-
43-
Register the `AzureServiceMeshPreview` feature flag by using the [az feature register][az-feature-register] command:
44-
45-
```azurecli-interactive
46-
az feature register --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
47-
```
48-
49-
It takes a few minutes for the feature to register. Verify the registration status by using the [az feature show][az-feature-show] command:
50-
51-
```azurecli-interactive
52-
az feature show --namespace "Microsoft.ContainerService" --name "AzureServiceMeshPreview"
53-
```
54-
55-
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
56-
57-
```azurecli-interactive
58-
az provider register --namespace Microsoft.ContainerService
59-
```
60-
6141
### Set up Azure Key Vault
6242

6343
1. You need an [Azure Key Vault resource][akv-quickstart] to supply the certificate and key inputs to the Istio add-on.

0 commit comments

Comments
 (0)