Skip to content

Commit bee1460

Browse files
Istio addon docs - manual injection parameters
1 parent bfabdc6 commit bee1460

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ kubectl label namespace default istio.io/rev=asm-1-17
130130
> [!IMPORTANT]
131131
> The default `istio-injection=enabled` labeling doesn't work. Explicit versioning (`istio.io/rev=asm-1-17`) is required.
132132
133+
134+
For manual injection of sidecar using `istioctl kube-inject`, you'll need to specify additional parameters for `istioNamespace` (`-i`) and `revision` (`-r`). Example:
135+
136+
```bash
137+
kubectl apply -f <(istioctl kube-inject -f sample.yaml -i aks-istio-system -r asm-1-17) -n foo
138+
```
139+
133140
## Deploy sample application
134141

135142
Use `kubectl apply` to deploy the sample application on the cluster:

0 commit comments

Comments
 (0)