diff --git a/content/en/blog/2020/multiple-control-planes/index.md b/content/en/blog/2020/multiple-control-planes/index.md index 64d05f2923..6cc6dcd833 100644 --- a/content/en/blog/2020/multiple-control-planes/index.md +++ b/content/en/blog/2020/multiple-control-planes/index.md @@ -15,7 +15,7 @@ Istio 1.6 will support a new upgrade model to safely canary-deploy new versions Upgrading Istio is a complicated process. During the transition period between two versions, which might take a long time for large clusters, there are version differences between proxies and the control plane. In the old model the old and new control planes use the same Service, traffic is randomly distributed between the two, offering no control to the user. However, in the new model, there is not cross-version communication. Look at how the upgrade changes: - + ## Configuring