From 4e855b1518090ac36329a9315973523053144f03 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Wed, 24 Oct 2018 22:20:04 -0600 Subject: [PATCH] Update install-cni-plugin.md --- ee/ucp/kubernetes/install-cni-plugin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/kubernetes/install-cni-plugin.md b/ee/ucp/kubernetes/install-cni-plugin.md index 1b32936199..a2b803fe79 100644 --- a/ee/ucp/kubernetes/install-cni-plugin.md +++ b/ee/ucp/kubernetes/install-cni-plugin.md @@ -31,9 +31,9 @@ docker container run --rm -it --name ucp \ --unmanaged-cni \ --interactive ``` -***NOTE:*** The `true` value installs UCP without a managed CNI plugin. UCP and the Kubernetes components will be running -but pod to pod networking will not function until a CNI plugin is manually installed. This will impact some -functionality of UCP until a CNI plugin is running. +***NOTE:*** Setting `--unmanaged-cni` to `true` value installs UCP without a managed CNI plugin. UCP and the +Kubernetes components will be running but pod-to-pod networking will not function until a CNI plugin is manually +installed. This will impact some functionality of UCP until a CNI plugin is running. You must provide a correct YAML installation file for the CNI plugin, but most of the default files work on Docker EE with no modification.