mirror of https://github.com/istio/istio.io.git
Remove unnecessary restart from gateway upgrade. (#9711)
This commit is contained in:
parent
a3c099e5f8
commit
33cbecda0c
|
@ -208,12 +208,6 @@ revision from `1-8-0` to `1-8-1` and re-apply the file:
|
|||
$ kubectl apply -n istio-system -f gateways.yaml
|
||||
{{< /text >}}
|
||||
|
||||
1. Perform a rolling restart of the gateway deployment:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl rollout restart deployment -n istio-system istio-ingressgateway
|
||||
{{< /text >}}
|
||||
|
||||
1. Verify that the gateway is running at version 1.8.1.
|
||||
|
||||
{{< text bash >}}
|
||||
|
|
Loading…
Reference in New Issue