Skip to content

Commit 927942a

Browse files
Merge pull request #236106 from SanyaKochhar/istiod-pods-ready
asm-addon: fix typo in number of containers ready
2 parents 5fdcfb3 + d11e9e1 commit 927942a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Confirm the `istiod` pod has a status of `Running`. For example:
116116

117117
```
118118
NAME READY STATUS RESTARTS AGE
119-
istiod-asm-1-17-74f7f7c46c-xfdtl 2/2 Running 0 2m
119+
istiod-asm-1-17-74f7f7c46c-xfdtl 1/1 Running 0 2m
120120
```
121121

122122
## Enable sidecar injection

0 commit comments

Comments
 (0)