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/istio-deploy-addon.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,26 +44,6 @@ Run the following command to update to the latest version of the extension relea
44
44
az extension update --name aks-preview
45
45
```
46
46
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
-
67
47
## Install Istio add-on at the time of cluster creation
68
48
69
49
To install the Istio add-on when creating the cluster, use the `--enable-azure-service-mesh` or`--enable-asm` parameter.
Copy file name to clipboardExpand all lines: articles/aks/istio-plugin-ca.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,26 +38,6 @@ Run the following command to update to the latest version of the extension relea
38
38
az extension update --name aks-preview
39
39
```
40
40
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
-
61
41
### Set up Azure Key Vault
62
42
63
43
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