Merge pull request #8586 from cdunkelb/patch-7

--unmanaged-cni is not a valid option for upgrade
This commit is contained in:
Maria Bermudez 2019-04-04 18:35:26 -04:00 committed by GitHub
commit 1f91b7c86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -45,4 +45,3 @@ healthy and that all nodes have been upgraded successfully.
| `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IP. The default IP pool is `192.168.0.0/16`. |
| `--nodeport-range` | Allowed port range for Kubernetes services of type `NodePort`. The default port range is `32768-35535`. |
| `--cloud-provider` | The cloud provider for the cluster |
| `--unmanaged-cni` | Flag to indicate if CNI provider is Calico and managed by UCP. Calico is the default CNI provider. The default value is `true` when using the default Calico CNI. |