Skip to content

Commit aee10d8

Browse files
committed
more clarifications
1 parent d70617c commit aee10d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ istiod-asm-1-18-74f7f7c46c-xfdtl 1/1 Running 0 2m
102102

103103
## Enable sidecar injection
104104

105-
To automatically install sidecar to any new pods, annotate your namespaces with the revision label corresponding to the control plane revision currently installed. If you're unsure which revision is installed, use:
105+
To automatically install sidecar to any new pods, you will need to annotate your namespaces with the revision label corresponding to the control plane revision currently installed.
106+
107+
If you're unsure which revision is installed, use:
106108
```bash
107109
az aks show --resource-group ${RESOURCE_GROUP} --name ${CLUSTER} --query 'serviceMeshProfile.istio.revisions'
108110
```
@@ -185,10 +187,8 @@ reviews ClusterIP 10.0.73.95 <none> 9080/TCP 86s
185187
kubectl get pods
186188
```
187189

188-
Confirm that all the pods have status of `Running` with a second READY container.
189-
190190
```
191-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
191+
NAME READY STATUS RESTARTS AGE
192192
details-v1-558b8b4b76-2llld 2/2 Running 0 2m41s
193193
productpage-v1-6987489c74-lpkgl 2/2 Running 0 2m40s
194194
ratings-v1-7dc98c7588-vzftc 2/2 Running 0 2m41s
@@ -197,8 +197,8 @@ reviews-v2-7d79d5bd5d-8zzqd 2/2 Running 0 2m41s
197197
reviews-v3-7dbcdcbc56-m8dph 2/2 Running 0 2m41s
198198
```
199199

200-
> [!NOTE]
201-
> Each pod has two containers, one of which is the Envoy sidecar injected by Istio and the other is the application container.
200+
201+
Confirm that all the pods have status of `Running` with 2 containers in the `READY` column. The second container (`istio-proxy`) added to each pod is the Envoy sidecar injected by Istio, and the other is the application container.
202202

203203
To test this sample application against ingress, check out [next-steps](#next-steps).
204204

0 commit comments

Comments
 (0)