Fixed the rest of the table.

This commit is contained in:
Anne Henmi 2018-11-07 10:29:07 -08:00
parent 04798ea6e0
commit a277b0d20c
1 changed files with 27 additions and 27 deletions

View File

@ -54,32 +54,32 @@ command.
| `--controller-port` | Port for the web UI and API |
| `--kube-apiserver-port` | Port for the Kubernetes API server (default: 6443) |
| `--swarm-port` | Port for the Docker Swarm manager. Used for backwards compatibility |
| `--swarm-grpc-port` | Port for communication between nodes |
| `--swarm-grpc-port` | Port for communication between nodes
| `--cni-installer-url` | Deprecated feature. 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.
|
| `--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.
|
| `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IPs 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 |
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists. |
| `--existing-config` | Use the latest existing UCP config during this installation. The install fails if a config is not found. |
| `--force-minimums` | Force the install/upgrade even if the system doesn't meet the minimum requirements. |
| `--pull` | Pull UCP images: `always`, when `missing`, or `never` |
| `--registry-username` | Username to use when pulling images |
| `--registry-password` | Password to use when pulling images |
| `--kv-timeout` | Timeout in milliseconds for the key-value store |
| `--kv-snapshot-count` | Number of changes between key-value store snapshots |
| `--swarm-experimental` | Enable Docker Swarm experimental features. Used for backwards compatibility |
| `--disable-tracking` | Disable anonymous tracking and analytics |
| `--disable-usage` | Disable anonymous usage reporting |
| `--external-server-cert` | Use the certificates in the `ucp-controller-server-certs` volume instead of generating self-signed certs during installation |
| `--preserve-certs` | Don't generate certificates if they already exist |
| `--binpack` | Set the Docker Swarm scheduler to binpack mode. Used for backwards compatibility |
| `--random` | Set the Docker Swarm scheduler to random mode. Used for backwards compatibility |
| `--external-service-lb` | Set the external service load balancer reported in the UI |
| `--enable-profiling` | Enable performance profiling |
| `--license` | Add a license: e.g. --license "$(cat license.lic)" |
| `--force-insecure-tcp` | Force install to continue even with unauthenticated Docker Engine ports |
| `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IPs 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
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists.
| `--existing-config` | Use the latest existing UCP config during this installation. The install fails if a config is not found.
| `--force-minimums` | Force the install/upgrade even if the system doesn't meet the minimum requirements.
| `--pull` | Pull UCP images: `always`, when `missing`, or `never`
| `--registry-username` | Username to use when pulling images
| `--registry-password` | Password to use when pulling images
| `--kv-timeout` | Timeout in milliseconds for the key-value store
| `--kv-snapshot-count` | Number of changes between key-value store snapshots
| `--swarm-experimental` | Enable Docker Swarm experimental features. Used for backwards compatibility
| `--disable-tracking` | Disable anonymous tracking and analytics
| `--disable-usage` | Disable anonymous usage reporting
| `--external-server-cert` | Use the certificates in the `ucp-controller-server-certs` volume instead of generating self-signed certs during installation
| `--preserve-certs` | Don't generate certificates if they already exist
| `--binpack` | Set the Docker Swarm scheduler to binpack mode. Used for backwards compatibility
| `--random` | Set the Docker Swarm scheduler to random mode. Used for backwards compatibility
| `--external-service-lb` | Set the external service load balancer reported in the UI
| `--enable-profiling` | Enable performance profiling
| `--license` | Add a license: e.g. --license "$(cat license.lic)"
| `--force-insecure-tcp` | Force install to continue even with unauthenticated Docker Engine ports