You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/ucp/3.0/cli/install.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,13 @@ command.
59
59
|`--swarm-port`| Port for the Docker Swarm manager. Used for backwards compatibility |
60
60
|`--controller-port`| Port for the web UI and API |
61
61
|`--swarm-grpc-port`| Port for communication between nodes |
62
+
|`--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. |
62
63
|`--dns`| Set custom DNS servers for the UCP containers |
63
64
|`--dns-opt`| Set DNS options for the UCP containers |
64
65
|`--dns-search`| Set custom DNS search domains for the UCP containers |
65
66
|`--unlock-key`| The unlock key for this swarm-mode cluster, if one exists. |
66
67
|`--existing-config`| Use an existing UCP config during this installation. The install fails if a config is not found. |
68
+
|`--force-minimums`| Force the install/upgrade even if the system doesn't meet the minimum requirements. |
67
69
|`--pull`| Pull UCP images: `always`, when `missing`, or `never`|
68
70
|`--registry-username`| Username to use when pulling images |
69
71
|`--registry-password`| Password to use when pulling images |
0 commit comments