mirror of https://github.com/istio/istio.io.git
Add warning for kubectl rollout restart (#5238)
* Add warning for kubectl rollout restart * spelling
This commit is contained in:
parent
962c9ac0aa
commit
a0833c9e8b
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue