Add warning for kubectl rollout restart (#5238)

* Add warning for kubectl rollout restart

* spelling
This commit is contained in:
Frank Budinsky 2019-10-23 13:46:42 -04:00 committed by Istio Automation
parent 962c9ac0aa
commit a0833c9e8b
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ If you're using automatic sidecar injection, you can upgrade the sidecar
by doing a rolling update for all the pods, so that the new version of the
sidecar will be automatically re-injected.
{{< warning >}}
Your `kubectl` version must be >= 1.15 to run the following command. Upgrade if necessary.
{{< /warning >}}
{{< text bash >}}
$ kubectl rollout restart deployment --namespace default
{{< /text >}}