Remove unnecessary restart from gateway upgrade. (#9711)

This commit is contained in:
Mitch Connors 2021-05-12 10:20:39 -07:00 committed by GitHub
parent a3c099e5f8
commit 33cbecda0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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 >}}