cherry pick from 1.2 #4535 (#4542)

remove this tip as this is not needed #4535
This commit is contained in:
Lin Sun 2019-06-24 11:48:32 -04:00 committed by mergify[bot]
parent 737fcf318b
commit 9403159941
1 changed files with 0 additions and 8 deletions

View File

@ -40,14 +40,6 @@ $ istioctl kube-inject -f @samples/sleep/sleep.yaml@ | kubectl apply -f -
Alternatively, inject using local copies of the configuration.
{{< tip >}}
The `istioctl kube-inject` operation may not be repeated on the output
from a previous `kube-inject`. The `kube-inject` operation is not idempotent.
For upgrade purposes, if using manual injection, it is recommended to keep
the original non-injected `yaml` file so that the data plane sidecars may be
updated.
{{< /tip >}}
{{< text bash >}}
$ kubectl -n istio-system get configmap istio-sidecar-injector -o=jsonpath='{.data.config}' > inject-config.yaml
$ kubectl -n istio-system get configmap istio -o=jsonpath='{.data.mesh}' > mesh-config.yaml