From 07d7386e77ffd11a68c70ef105671f700714a90c Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 22 Oct 2020 08:41:02 -0700 Subject: [PATCH] Switch to public blog slides (#8336) --- content/en/blog/2020/multiple-control-planes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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