From b133cdac5f274f00cdff8cb239e666ffe2a50949 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Mon, 22 Oct 2018 13:48:42 -0600 Subject: [PATCH] Update install-cni-plugin.md Made fixes based on @mark-church's comments in the issue. --- ee/ucp/kubernetes/install-cni-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/kubernetes/install-cni-plugin.md b/ee/ucp/kubernetes/install-cni-plugin.md index 80ab2eb9aa..988f0e16be 100644 --- a/ee/ucp/kubernetes/install-cni-plugin.md +++ b/ee/ucp/kubernetes/install-cni-plugin.md @@ -15,7 +15,7 @@ UCP supports third-party Container Networking Interface (CNI) plugins. By defaul installs the built-in [Calico](https://github.com/projectcalico/cni-plugin) plugin, but you can override the default and install a Docker certified plugin. -***NOTE:*** The `--cni-installer-url` option is deprecated as of the EE 2.1 release. +***NOTE:*** The `--cni-installer-url` option is deprecated as of the EE 2.1 release. It is replaced by the `--unmanaged-cni` option. # Install UCP with a custom CNI plugin @@ -28,7 +28,7 @@ docker container run --rm -it --name ucp \ -v /var/run/docker.sock:/var/run/docker.sock \ {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} install \ --host-address \ - --cni-installer-url \ + --unmanaged-cni \ --interactive ```