Add '--pod-cidr' and '--cloud-provider' in ucp install options

To match with the output of  "ucp install --help". The "--pod-cidr" is important to let the user choose CIDR when the default pod IP range 192.168.0.0/16 has conflicts to the nodes' network.
This commit is contained in:
Xinfeng Liu 2018-05-01 12:26:35 +08:00 committed by Joao Fernandes
parent 67a012058e
commit 5fd9b8c08f
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ command.
| `--controller-port` | Port for the web UI and API |
| `--swarm-grpc-port` | Port for communication between nodes |
| `--cni-installer-url` | A URL pointing to a Kubernetes YAML file to be used as an installer for the CNI plugin of the cluster. If specified, the default CNI plugin is not installed. If the URL uses the HTTPS scheme, no certificate verification is performed. |
| `--pod-cidr`       | Kubernetes cluster IP pool for the pods to allocated IP from (Default: 192.168.0.0/16) |
| `--cloud-provider` | The cloud provider for the cluster |
| `--dns` | Set custom DNS servers for the UCP containers |
| `--dns-opt` | Set DNS options for the UCP containers |
| `--dns-search` | Set custom DNS search domains for the UCP containers |