From 51cc295a940bb8e7349e0d6607356b85f0f6bbd7 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 10 Sep 2018 09:01:49 -0700 Subject: [PATCH] Kubernetes version updated --- ee/ucp/ucp-architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/ucp-architecture.md b/ee/ucp/ucp-architecture.md index c2f1d32e42..2a0bec559c 100644 --- a/ee/ucp/ucp-architecture.md +++ b/ee/ucp/ucp-architecture.md @@ -5,8 +5,8 @@ keywords: ucp, architecture --- Universal Control Plane is a containerized application that runs on -[Docker Enterprise Edition](/ee/index.md) and extends its functionality -to make it easier to deploy, configure, and monitor your applications at scale. +[Docker Enterprise Edition](/ee/index.md), extending its functionality +to simplify the deployment, configuration, and monitoring of your applications at scale. UCP also secures Docker with role-based access control so that only authorized users can make changes and deploy applications to your Docker cluster. @@ -69,7 +69,7 @@ on a node depend on whether the node is a manager or a worker. Internally, UCP uses the following components: * Calico 3.0.1 -* Kubernetes 1.8.11 +* Kubernetes 1.11 ### UCP components in manager nodes