Skip to content

Commit 1893c86

Browse files
author
Jim Galasyn
committed
Update UCP CLI reference (#413)
1 parent 1b85eec commit 1893c86

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

reference/ucp/3.0/cli/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ command.
5959
| `--swarm-port` | Port for the Docker Swarm manager. Used for backwards compatibility |
6060
| `--controller-port` | Port for the web UI and API |
6161
| `--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. |
6263
| `--dns` | Set custom DNS servers for the UCP containers |
6364
| `--dns-opt` | Set DNS options for the UCP containers |
6465
| `--dns-search` | Set custom DNS search domains for the UCP containers |
6566
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists. |
6667
| `--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. |
6769
| `--pull` | Pull UCP images: `always`, when `missing`, or `never` |
6870
| `--registry-username` | Username to use when pulling images |
6971
| `--registry-password` | Password to use when pulling images |

reference/ucp/3.0/cli/upgrade.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ healthy, before upgrading other nodes.
3434

3535
## Options
3636

37-
| Option | Description |
38-
|:--------------------------|:---------------------------|
39-
|`--debug, D`|Enable debug mode|
40-
|`--jsonlog`|Produce json formatted output for easier parsing|
41-
|`--interactive, i`|Run in interactive mode and prompt for configuration values|
42-
|`--admin-username`|The UCP administrator username|
43-
|`--admin-password`|The UCP administrator password|
44-
|`--pull`|Pull UCP images: `always`, when `missing`, or `never`|
45-
|`--registry-username`|Username to use when pulling images|
46-
|`--registry-password`|Password to use when pulling images|
47-
|`--id`|The ID of the UCP instance to upgrade|
48-
|`--host-address`|Override the previously configured host address with this IP or network interface|
37+
| Option | Description |
38+
| :-------------------- | :---------------------------------------------------------------------------------- |
39+
| `--debug, D` | Enable debug mode |
40+
| `--jsonlog` | Produce json formatted output for easier parsing |
41+
| `--interactive, i` | Run in interactive mode and prompt for configuration values |
42+
| `--admin-username` | The UCP administrator username |
43+
| `--admin-password` | The UCP administrator password |
44+
| `--pull` | Pull UCP images: `always`, when `missing`, or `never` |
45+
| `--registry-username` | Username to use when pulling images |
46+
| `--registry-password` | Password to use when pulling images |
47+
| `--id` | The ID of the UCP instance to upgrade |
48+
| `--host-address` | Override the previously configured host address with this IP or network interface |
49+
| `--force-minimums` | Force the install/upgrade even if the system does not meet the minimum requirements |

0 commit comments

Comments
 (0)