Update install-cni-plugin.md

This commit is contained in:
Anne Henmi 2018-10-24 22:20:04 -06:00 committed by GitHub
parent 32ba381a60
commit 4e855b1518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ docker container run --rm -it --name ucp \
--unmanaged-cni <true|false> \ --unmanaged-cni <true|false> \
--interactive --interactive
``` ```
***NOTE:*** The `true` value installs UCP without a managed CNI plugin. UCP and the Kubernetes components will be running ***NOTE:*** Setting `--unmanaged-cni` to `true` value installs UCP without a managed CNI plugin. UCP and the
but pod to pod networking will not function until a CNI plugin is manually installed. This will impact some Kubernetes components will be running but pod-to-pod networking will not function until a CNI plugin is manually
functionality of UCP until a CNI plugin is running. 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 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. of the default files work on Docker EE with no modification.