mirror of https://github.com/istio/istio.io.git
Fixed manual sidecar command (#1986)
This commit is contained in:
parent
59e10c2495
commit
75ab0f02e6
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue