File tree Expand file tree Collapse file tree 10 files changed +25
-69
lines changed Expand file tree Collapse file tree 10 files changed +25
-69
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ For each node that you want to add to your UCP cluster:
232
232
1. Log into that node.
233
233
234
234
2. Use the join command, to join the node to the cluster:
235
-
235
+
236
236
```none
237
237
$ docker run --rm -it --name ucp \
238
238
-v /var/run/docker.sock:/var/run/docker.sock \
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ You can also use flags to pass values to the uninstall command.
43
43
INFO[0000] Were about to uninstall the local components for UCP ID: FEY4:M46O:7OUS:QQA4:HLR3:4HRD:IUTH:LC2W:QPRE:BLYH:UWEM:3TYV
44
44
Do you want proceed with the uninstall? (y/n): y
45
45
46
- WARN[0000] We detected a daemon advertisement configuration. Proceed with caution, as the daemon will require a restart. Press ctrl-c to cancel uninstall within 4 seconds.
46
+ WARN[0000] We detected a daemon advertisement configuration. Proceed with caution, as the daemon will require a restart. Press ctrl-c to cancel uninstall within 4 seconds.
47
47
INFO[0004] Removing UCP Containers
48
48
INFO[0005] Removing UCP images
49
- WARN[0006] Configuration updated. You will have to manually restart the docker daemon for the changes to take effect.
50
- WARN[0006] Engine discovery configuration removed. You will need to restart the daemon.
49
+ WARN[0006] Configuration updated. You will have to manually restart the docker daemon for the changes to take effect.
50
+ WARN[0006] Engine discovery configuration removed. You will need to restart the daemon.
51
51
INFO[0010] Removing UCP volumes
52
52
```
53
53
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ If your cluster is set up for high-availability (has several controller nodes):
166
166
` ` `
167
167
168
168
7. Upgrade the controller node.
169
-
169
+
170
170
` ` ` none
171
171
$ docker run --rm -it \
172
172
--name ucp \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ specially useful if the UCP web application is not working.
45
45
permissions to see the UCP system containers.
46
46
47
47
2 . Check the logs of UCP system containers.
48
-
48
+
49
49
``` none
50
50
# By default system containers are not displayed. Use the -a flag to display them
51
51
$ docker ps -a
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ built-in PGP compatible encryption.
44
44
45
45
## Options
46
46
47
- | Option | Description |
48
- | :-----------------| : ------------------------------------------------------------------------|
49
- | ` --debug, -D ` | Enable debug mode |
50
- | ` --jsonlog ` | Produce json formatted output for easier parsing |
51
- | ` --id ` | The ID of the UCP instance to backup |
52
- | ` --root-ca-only ` | Backup only the root CA certificates and keys from this controller node |
53
- | ` --passphrase ` | Encrypt the tar file with the provided passphrase [ $UCP_PASSPHRASE] |
47
+ | Option | Description |
48
+ | :-------------------- | :--------- ------------------------------------------------------------------------|
49
+ | ` --debug, -D ` | Enable debug mode |
50
+ | ` --jsonlog ` | Produce json formatted output for easier parsing |
51
+ | ` --id ` | The ID of the UCP instance to backup |
52
+ | ` --root-ca-only ` | Backup only the root CA certificates and keys from this controller node |
53
+ | ` --passphrase ` | Encrypt the tar file with the provided passphrase [ $UCP_PASSPHRASE] |
54
54
| ` --interactive, -i ` | Enable interactive mode. You will be prompted to enter all required information. |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ mounting the file at '/docker_subscription.lic' in the tool. E.g.
52
52
| ` --admin-password ` | Specify the UCP admin password [ $UCP_ADMIN_PASSWORD] |
53
53
| ` --fresh-install ` | Destroy any existing state and start fresh. |
54
54
| ` --san ` ` [--san option --san option] ` | Additional Subject Alternative Names for certs (e.g. ` --san foo1.bar.com --san foo2.bar.com ` ). |
55
- | ` --host-address ` | Specify the visible IP for this node. |
55
+ | ` --host-address ` | Specify the visible IP for this node. |
56
56
| ` --swarm-port "2376" ` | Select what port to run the local Swarm manager on (default: 2376) |
57
57
| ` --controller-port "443" ` | Select what port to run the local Controller on (default: 443) |
58
58
| ` --dns ` ` [--dns option --dns option] ` | Set custom DNS servers for the UCP infrastructure containers. |
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ must be provided.
41
41
42
42
## Options
43
43
44
- | Option | Description |
45
- | :-----------------| :-------------------------------------------------------------------------------------------------------|
46
- | ` --debug, -D ` | Enable debug mode |
47
- | ` --jsonlog ` | Produce json formatted output for easier parsing |
48
- | ` --id ` | The ID of the UCP instance to backup |
49
- | ` --root-ca-only ` | Restore only the root CA certificates and keys on this controller node (leaving all other data intact) |
50
- | ` --passphrase ` | Decrypt the tar file with the provided passphrase [ $UCP_PASSPHRASE] |
51
- | ` --interactive, -i ` | Enable interactive mode. You will be prompted to enter all required information. |
44
+ | Option | Description |
45
+ | :-------------------- | :-------------------------------------------------------------------------------------------------------|
46
+ | ` --debug, -D ` | Enable debug mode |
47
+ | ` --jsonlog ` | Produce json formatted output for easier parsing |
48
+ | ` --id ` | The ID of the UCP instance to backup |
49
+ | ` --root-ca-only ` | Restore only the root CA certificates and keys on this controller node (leaving all other data intact) |
50
+ | ` --passphrase ` | Decrypt the tar file with the provided passphrase [ $UCP_PASSPHRASE] |
51
+ | ` --interactive, -i ` | Enable interactive mode. You will be prompted to enter all required information. |
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ before proceeding to the next node.
38
38
39
39
| Option | Description |
40
40
| :----------------------| :----------------------------------------------------------------------------------------|
41
- | ` --debug, -D ` | Enable debug |
42
- | ` --jsonlog ` | Produce json formatted output for easier parsing |
43
- | ` --interactive, -i ` | Enable interactive mode.,You will be prompted to enter all required information |
41
+ | ` --debug, -D ` | Enable debug |
42
+ | ` --jsonlog ` | Produce json formatted output for easier parsing |
43
+ | ` --interactive, -i ` | Enable interactive mode.,You will be prompted to enter all required information |
44
44
| ` --admin-username ` | Specify the UCP admin username [ $UCP_ADMIN_USER] |
45
45
| ` --admin-password ` | Specify the UCP admin password [ $UCP_ADMIN_PASSWORD] |
46
46
| ` --registry-username ` | Specify the username to pull required images with [ $REGISTRY_USERNAME] |
You can’t perform that action at this time.
0 commit comments