From e0e0dcaaae11693fb7e3c5a8497e48b6d7e08d72 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 19 Mar 2018 14:29:05 -0700 Subject: [PATCH] Remove comment about blue/green deployments --- ee/ucp/interlock/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ee/ucp/interlock/index.md b/ee/ucp/interlock/index.md index 944a84cc64..d0014c7050 100644 --- a/ee/ucp/interlock/index.md +++ b/ee/ucp/interlock/index.md @@ -54,8 +54,6 @@ context or path. * **Host mode networking**: By default layer 7 routing leverages the Docker Swarm routing mesh, but you don't have to. You can use host mode networking for maximum performance. -* **Blue-green and canary deployments**: You can deploy a new version of your application -while traffic is still being routed to the old one. * **Security**: The layer 7 routing components that are exposed to the outside world run on worker nodes. Even if they get compromised, your cluster won't.