Commit Graph

54 Commits

Author SHA1 Message Date
Anne Henmi
bbcb10e04e Update install.md
Fixed @bermudezmt's comments
2018-10-26 13:37:06 -06:00
Anne Henmi
32ba381a60 Update upgrade.md 2018-10-24 22:17:32 -06:00
Anne Henmi
31cc35a9fa Update install.md 2018-10-24 22:16:39 -06:00
Anne Henmi
c2929e72e7 Update install.md 2018-10-24 22:13:06 -06:00
Anne Henmi
ab45d69743 Update install.md
Replaced this node with a node.
2018-10-24 22:09:40 -06:00
Anne Henmi
18266e3caa Update install.md
Added backticks and clarified `san` usage.
2018-10-24 22:08:22 -06:00
Anne Henmi
133d9dd9cd Update install.md 2018-10-22 19:50:03 -06:00
Anne Henmi
be8863e490 Update install.md 2018-10-22 19:47:29 -06:00
Anne Henmi
c94aa9869a Update upgrade.md
Incorporated @mark-church's feedback.
2018-10-22 19:44:27 -06:00
Anne Henmi
3226a11443 Fixed wording.
Created 3.1 UCP directory.
2018-10-22 14:44:01 -06:00
Anne Henmi
71eb249571 Added back --cni-installer-url for 3.0. 2018-10-22 14:31:14 -06:00
Anne Henmi
a6de59869b Update upgrade.md 2018-10-22 14:26:50 -06:00
Anne Henmi
e33f4f5dda Update install.md 2018-10-22 14:26:12 -06:00
Anne Henmi
3b3362e5b1 Update install.md
typo fix
2018-10-22 14:25:09 -06:00
Anne Henmi
8efdd8028e Update upgrade.md 2018-10-22 13:55:27 -06:00
Anne Henmi
343528e7ad Update upgrade.md
Added changes per @mark-church
2018-10-22 13:54:16 -06:00
Anne Henmi
972a31f5e9 Update install.md
Added changes per @mark-church.
2018-10-22 13:53:21 -06:00
Anne Henmi
af2ef50387 Removed --cni-url-installer since it's deprecated for the next release. 2018-10-17 09:53:40 -06:00
ddeyo
4c6d8fb806 review updates 2018-10-01 13:03:06 -07:00
ddeyo
34894b9c80 removed obsolete options 2018-10-01 12:54:53 -07:00
ddeyo
ac7df7c246 review corrections 2018-10-01 12:48:17 -07:00
ddeyo
03fdf24085 topic draft ready 2018-10-01 10:56:07 -07:00
ddeyo
ba1ed1e840 corrections 2018-10-01 10:49:37 -07:00
ddeyo
60af1e5c28 remaining API options added 2018-10-01 10:30:23 -07:00
ddeyo
dc54e848f9 editing ref page 2018-10-01 10:23:41 -07:00
Maria Bermudez
aaca9b83b5 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 4c95d161ca.
2018-08-29 19:01:03 -07:00
Maria Bermudez
4c95d161ca Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 18:37:44 -07:00
Maria Bermudez
840c167055 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 14080c18bd.
2018-08-29 18:36:03 -07:00
Maria Bermudez
14080c18bd Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 14:47:31 -07:00
Nathan Jones
e7509a4893 Fix UCP upgrade only upgrades one node
Running the UCP upgrade upgrades all managers and workers to the new version, contrary to what is described here. Here is sample output from running this command:

$ docker container run --rm -it   --name ucp   -v /var/run/docker.sock:/var/run/docker.sock   docker/ucp:2.2.12   upgrade --interactive
Unable to find image 'docker/ucp:2.2.12' locally
2.2.12: Pulling from docker/ucp
a073c86ecf9e: Already exists 
fae35fe3a426: Pull complete 
f13c1be613a6: Pull complete 
Digest: sha256:61d4a2e8969a0139187ecf13af8c0020bb7bb5ff5efa2b06e331394a67bd4b68
Status: Downloaded newer image for docker/ucp:2.2.12
INFO[0000] Your engine version 17.06.2-ee-16, build 9ef4f0a (4.4.0-133-generic) is compatible 
INFO[0000] Upgrade the UCP 2.2.5 installation on this cluster to 2.2.12 for UCP ID: sc3nkn5p6rnc33o1e33mnqa1r 
INFO[0000] Once this operation completes, all nodes in this cluster will be upgraded. 
Do you want proceed with the upgrade? (y/n): y
2018-08-21 14:29:48 -04:00
Tammy Fox
3bc455cedc clarify --external-server-cert description, fix syntax highlighting 2018-08-17 18:08:56 -04:00
Tammy Fox
20c4e3808f remove extra word 2018-07-25 15:57:50 -04:00
Alex Seymour
e616be2fbb Correct minor typo in --pod-cidr description 2018-07-25 17:02:10 +02:00
Joao Fernandes
653116fb8d Update UCP cli docs 2018-06-04 16:23:34 -04:00
Xinfeng Liu
5fd9b8c08f 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.
2018-05-03 17:01:10 -07:00
Kyle Squizzato
d002c576f7 Clarify that --existing-config uses latest config
--existing-config is a flag that uses the latest UCP config found in the
environment and does not accept a config as a flag variable.  This
should help clarify that.

Signed-off-by: Kyle Squizzato <kyle.squizzato@docker.com>
2018-05-03 16:36:30 -07:00
Joao Fernandes
3ee205cfd8 Fix CLI reference 2018-04-16 13:31:24 -07:00
Jim Galasyn
ada9486113 Replace page variables with hard-coded version (#433) 2018-04-16 13:31:24 -07:00
Joao Fernandes
dfc9684af4 Update DTR reference docs 2018-04-16 13:31:24 -07:00
Jim Galasyn
125b1d6b9f Tweak k8s URLs to point to v1.8 topics (#417) 2018-04-16 13:31:24 -07:00
Joao Fernandes
a702c7ad47 Fix broken link 2018-04-16 13:31:24 -07:00
Jim Galasyn
1893c861fe Update UCP CLI reference (#413) 2018-04-16 13:31:24 -07:00
Jim Galasyn
524a7f1e05 Update UCP API reference (#409) 2018-04-16 13:31:24 -07:00
Joao Fernandes
08b4b9ecbf Move UCP reference to /reference 2018-04-16 13:31:24 -07:00
Joao Fernandes
7857b354ed Move DTR reference docs to /reference 2018-04-16 13:31:24 -07:00
Misty Stanley-Jones
9d5e59d503 Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00
allencloud
c1be45fa38 fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-06-02 17:17:22 +08:00
Tonis Tiigi
ea3cbd3274 Safer file io for configuration files
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-04-21 11:31:15 -07:00
Tonis Tiigi
16e4c4e481 Fix docker run for 64 byte hex ID
Fixes #20972

Also makes sure there is no check to registry if
no image is found for the prefixed IDs.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-03-11 10:02:47 -08:00
Aaron Lehmann
e2afab9c4a Allow uppercase characters in image reference hostname
This PR makes restores the pre-Docker 1.10 behavior of allowing
uppercase characters in registry hostnames.

Note that this only applies to hostnames, not remote image names.
Previous versions also prohibited uppercase letters after the hostname,
but Docker 1.10 extended this to the hostname itself.

- Vendor updated docker/distribution.

- Add a check to "normalize" that rejects remote names with uppercase
  letters.

- Add test cases to TestTagValidPrefixedRepo and
  TestTagInvalidUnprefixedRepo

Fixes: #20056

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-10 14:03:41 -08:00