Skip to content

Commit 4c5d74f

Browse files
authored
Merge pull request #104880 from laurenhughes/service-token-fix
AKS: Revert service token info
2 parents 54f70d9 + 9e9a70e commit 4c5d74f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/aks/servicemesh-istio-install.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: paulbouwer
55

66
ms.service: container-service
77
ms.topic: article
8-
ms.date: 11/15/2019
8+
ms.date: 02/19/2020
99
ms.author: pabouwer
1010
zone_pivot_groups: client-operating-system
1111
---
@@ -94,10 +94,7 @@ The [Helm][helm] installation approach for Istio will be deprecated in the futur
9494
> Istio currently must be scheduled to run on Linux nodes. If you have Windows Server nodes in your cluster, you must ensure that the Istio pods are only scheduled to run on Linux nodes. We'll use [node selectors][kubernetes-node-selectors] to make sure pods are scheduled to the correct nodes.
9595
9696
> [!CAUTION]
97-
> The [SDS (secret discovery service)][istio-feature-sds] and [Istio CNI][istio-feature-cni] Istio features are currently in [Alpha][istio-feature-stages], so thought should be given before enabling these.
98-
>
99-
> Note that the [Service Account Token Volume Projection][kubernetes-feature-sa-projected-volume] Kubernetes feature (a requirement for SDS) is now **enabled** for all Kubernetes 1.13 and higher versions on AKS.
100-
97+
> The [SDS (secret discovery service)][istio-feature-sds] and [Istio CNI][istio-feature-cni] Istio features are currently in [Alpha][istio-feature-stages], so thought should be given before enabling these. In addition, the [Service Account Token Volume Projection][kubernetes-feature-sa-projected-volume] Kubernetes feature (a requirement for SDS) is not enabled in current AKS versions.
10198
Create a file called `istio.aks.yaml` with the following content. This file will hold the [Istio control plane spec][istio-control-plane] details for configuring Istio.
10299

103100
```yaml

0 commit comments

Comments
 (0)