Remove trailing space.

(cherry picked from commit e022dbc)
This commit is contained in:
mtail 2018-06-02 07:57:36 -07:00
parent d8619cb42f
commit fccf3688df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ aliases:
> This post was updated on May 16, 2018 to use the latest version of the traffic management model.
One of the benefits of the [Istio](/) project is that it provides the control needed to deploy canary services. The idea behind
One of the benefits of the [Istio](/) project is that it provides the control needed to deploy canary services. The idea behind
canary deployment (or rollout) is to introduce a new version of a service by first testing it using a small percentage of user
traffic, and then if all goes well, increase, possibly gradually in increments, the percentage while simultaneously phasing out
the old version. If anything goes wrong along the way, we abort and rollback to the previous version. In its simplest form,