Skip to content

Commit 6aaf539

Browse files
Istio addon - manual injection parameters
1 parent bee1460 commit 6aaf539

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
@@ -131,7 +131,7 @@ kubectl label namespace default istio.io/rev=asm-1-17
131131
> The default `istio-injection=enabled` labeling doesn't work. Explicit versioning (`istio.io/rev=asm-1-17`) is required.
132132
133133

134-
For manual injection of sidecar using `istioctl kube-inject`, you'll need to specify additional parameters for `istioNamespace` (`-i`) and `revision` (`-r`). Example:
134+
For manual injection of sidecar using `istioctl kube-inject`, you need to specify extra parameters for `istioNamespace` (`-i`) and `revision` (`-r`). Example:
135135

136136
```bash
137137
kubectl apply -f <(istioctl kube-inject -f sample.yaml -i aks-istio-system -r asm-1-17) -n foo

0 commit comments

Comments
 (0)