Fixed manual sidecar command (#1986)

This commit is contained in:
Brian Avery 2018-07-26 11:46:00 -04:00 committed by Shriram Rajagopalan
parent 59e10c2495
commit 75ab0f02e6
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ $ istioctl kube-inject \
--injectConfigFile inject-config.yaml \
--meshConfigFile mesh-config.yaml \
--filename @samples/sleep/sleep.yaml@ \
--output sleep-injected.yaml | kubectl apply -f -
--output sleep-injected.yaml
$ kubectl apply -f sleep-injected.yaml
{{< /text >}}
Verify that the sidecar has been injected into the deployment.