Commit Graph

138 Commits

Author SHA1 Message Date
Olly P 05c9bf16bd
Fixed UCP Pull Images command (#9124) 2019-07-25 17:35:40 +01:00
Olly P 1655766076
Fixed UCP Upgrade Link and Provided more detail (#9116) 2019-07-23 19:42:01 +01:00
Usha Mandya 093ecd1d7a
Merge pull request #1267 from ollypom/dtrsysreqpatch
Added UCP Configuration to DTR System Requirements
2019-07-22 11:44:56 +01:00
Olly P e004eb90b7 UCP 3.2 Offline Bundles (#1274)
Update UCP 3.2 Offline Bundles
2019-07-22 11:13:13 +01:00
ollypom 4524319333
Merge branch 'master' into amberjack 2019-07-19 14:23:33 +00:00
ollypom aa11bda305
Added UCP Configuration to DTR System Requirements 2019-07-14 12:23:08 +00:00
ollypom 9bafc04bcc
Fixed Conflict 2019-07-08 17:00:49 +00:00
ollypom 4595c128a1
Merge branch 'master' into amberjacktest 2019-07-02 20:09:49 +00:00
Usha Mandya 38d7ab6d47
Merge pull request #8982 from ollypom/kubernetesnetworkingprereqs
Updated UCP Kubernetes IP ranges
2019-06-27 20:44:18 +01:00
Olly Pomeroy 459200b753
Formatting Nits
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-06-27 15:20:48 +01:00
Steven Follis b842889234
Added pre-req for Static IPs 2019-06-27 09:34:49 -04:00
Olly P d141261f2f
Incorporating Arko's Feedback
Co-Authored-By: Arko Dasgupta <arkodg@users.noreply.github.com>
2019-06-24 19:08:14 +01:00
ollypom 1617eebc63
Updated Kubernetes networking defaults 2019-06-24 17:18:57 +00:00
Alastair Smith 87db538a34 Merge remote-tracking branch 'upstream/master' 2019-06-24 11:22:13 -05:00
ollypom c1a8de39f3
Reorded install cloud provider toc 2019-06-24 12:11:12 +00:00
Steven Follis a8a275cb42 Fixed broken hyperlink reference (#8963)
* Fixed broken hyperlink reference

Fixes #8962

* Added syntax highlighting

* Added additional minor syntax highlighting
2019-06-19 14:35:16 +02:00
Dawn W Docker 8cdd6e27cc branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 15:25:57 -07:00
paigehargrave 9ac016bb51
UCP AWS install info (#1167) 2019-06-10 15:52:39 -04:00
paigehargrave fac42994ec Turn off scheduling options after UCP install (#1109)
* Turn off scheduling options after UCP install

* Disable scheduling options after install

* Add image

* Add image

* Wording update

* Update install page for 2.7

- Remove scheduling section as it's only relevant to the UCP Installation page

* Clean up syntax errors

* Update command for turning off scheduling

* Update screenshots

* Add note on storage backend 

- Remove unnecessary screenshots
2019-06-03 09:52:36 -07:00
Logan Kimmel 7a2f74adbe Update the new default addr pool for swarm (#8705)
The default address pool for swarm is now a `/8` CIDR
2019-06-01 08:08:45 -04:00
paigehargrave 8b86f58061
Swarm default address pool update 2019-06-01 08:08:18 -04:00
paigehargrave b2da47c251
Update for SLES15 UCP install (#1121)
* Update for SLES15 UCP install

* Update minimum free disk space
2019-05-31 18:31:10 -04:00
paigehargrave cd03642f49
Upgrade info (#1093) 2019-05-31 16:17:58 -04:00
Maria Bermudez ae9c87e741 Merge content from public and private master branches (#1120) 2019-05-31 13:31:06 -04:00
paigehargrave 9fecfbfbe4 Problem with UCP uninstall (#1105) 2019-05-30 15:07:39 -07:00
Olly P 1456d52923 Rewritten Custom CNI to become Unmanaged CNI in UCP Docs (#8799)
* Rewritten Custom CNI to become Unmanaged CNI

Here I have rewritten the Unmanaged CNI page with Docker UCP. The
changes are:

- Clarifying the support position
- Providing clear instructions on how to bring up UCP and then install a
custom CNI plugin
- Removes unneccesary items like disabling IPIP which is not related to
this page.

Signed-off-by: Olly Pomeroy <olly@docker.com>

* Updated following Uday's feedback

* Add editorial review
2019-05-28 13:55:25 -07:00
Olly P dd85dbb366 Removed Ubuntu 14.04 warnings from Docker UCP install Page (#8804)
We dropped support for Ubuntu 14.04 in Enterprise 2.1 / UCP 3.1, however
the installation instructions still carry 14.04 warnings.

Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-05-16 11:48:45 -07:00
Maria Bermudez e0dc289650
Sync published with master (#8673)
* Revert "Netlify redirects interlock (#8595)"

This reverts commit a7793edc74.

* UCP Install on Azure Patch (#8522)

* Fix grammar on the 2nd pre-req, and did markdown formatting on the rest :)

* Correct Pod-CIDR Warning

* Content cleanup

Please check that I haven't changed the meaning of the updated prerequisites.

* Create a new section on configuring the IP Count value, also responded to feedback from Follis, Steve R and Xinfeng.

* Incorporated Steven F's feedback and Issue 8551

* Provide a warning when setting a small IP Count variable

* Final edits

* Update install-on-azure.md

* Following feedback I have expanded on the 0644 azure.json file permissions and Added the --existing-config file to the UCP install command

* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions

* Improved backup commands (#8597)

* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits

* line 8; remove unnecessary a (#8672)

* line 8; remove unnecessary a

* Minor edit

* Updated the UCP Logging page to include UCP 3.1 screenshots (#8646)

* Added examples (#8599)

* Added examples

Added examples with more detail and automation to help customers backup DTR without creating support tickets.

* Linked to explanation of example command

@omegamormegil I removed the example with prepopulated fields, as I think it doesn't add much, and will only add confusion. Users who need this much detail can run the basic command and follow the terminal prompts. 

We can re-add in a follow-up PR, if you think that example is crucial to this page.

* Remove deadlink in the Interlock ToC (#8668)

* Found a deadlink in the Interlock ToC

* Added Redirect
2019-04-19 02:21:08 +02:00
Olly P ebe21e93be UCP Install on Azure Patch (#8522)
* Fix grammar on the 2nd pre-req, and did markdown formatting on the rest :)

* Correct Pod-CIDR Warning

* Content cleanup

Please check that I haven't changed the meaning of the updated prerequisites.

* Create a new section on configuring the IP Count value, also responded to feedback from Follis, Steve R and Xinfeng.

* Incorporated Steven F's feedback and Issue 8551

* Provide a warning when setting a small IP Count variable

* Final edits

* Update install-on-azure.md

* Following feedback I have expanded on the 0644 azure.json file permissions and Added the --existing-config file to the UCP install command

* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions
2019-04-19 00:20:00 +02:00
Maria Bermudez 473717dafc
Sync published with master (#8619)
* Update install.md

add note: 8 character password minimum length

* Include Ubuntu version in Dockerfile

more recent versions of Ubuntu don't work with the given Dockerfile

* Updated the 3.1.4 release notes to include Centos 7.6 support

* Remove redundant "be"

* Update the "role-based access control" link

On page "https://docs.docker.com/ee/ucp/user-access/", update the hyperlink "role-based access control" to point to "https://docs.docker.com/ee/ucp/authorization/" instead of "https://docs.docker.com/ee/access-control".

* Add UCP user password limitation

* Revert "Updated the UCP 3.1.4 release notes to include Centos 7.6 support"

* Adding emphasis on Static IP requirement (#7276)

* Adding emphasis on Static IP requirement

We had a customer (00056641) who changed IPs like this all at once, and they are in a messy status.    We should make it clear that static IP is absolutely required.  
```***-ucp-0-dw original="10.15.89.6" updated="10.15.89.7" 
***-ucp-1-dw original="10.15.89.5" updated="10.15.89.6" 
***-ucp-2-dw original="10.15.89.7" updated="10.15.89.5" ```

* Link to prod requirement of static IP addresses

* Adding warning about layer7 config (#8617)

* Adding warning about layer7 config

Adding warning about layer7 config not being included in the backup

* Text edit
2019-04-09 12:13:54 -04:00
Eiichi Kitagawa 7fe1210f8c Adding emphasis on Static IP requirement (#7276)
* Adding emphasis on Static IP requirement

We had a customer (00056641) who changed IPs like this all at once, and they are in a messy status.    We should make it clear that static IP is absolutely required.  
```***-ucp-0-dw original="10.15.89.6" updated="10.15.89.7" 
***-ucp-1-dw original="10.15.89.5" updated="10.15.89.6" 
***-ucp-2-dw original="10.15.89.7" updated="10.15.89.5" ```

* Link to prod requirement of static IP addresses
2019-04-08 11:56:12 -04:00
paigehargrave 127331a085
Update install-on-azure.md 2019-03-21 19:25:39 -04:00
ollypom f56f262899
Incorporating dockerpac's feedback, to call out appropriately sized vnets in the Pre-reqs section 2019-03-20 21:46:16 +00:00
ollypom dbda110c43
Make the pod-cidr warning more obvious in the docs 2019-03-19 18:36:27 +00:00
Maria Bermudez 9dea0d1b2c
Merge pull request #8400 from docker/upgrade-path
Update UCP upgrade path
2019-03-11 17:30:43 -07:00
Maria Bermudez ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
paigehargrave 4e1c973647
Update upgrade.md 2019-03-04 12:59:15 -05:00
paigehargrave 99f653ae00
Update system-requirements.md 2019-03-01 07:12:09 -05:00
paigehargrave b67774bd65
Update system-requirements.md 2019-03-01 07:11:33 -05:00
Paige Hargrave 4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
Maria Bermudez c0abe9f712 Fix broken links and remove redirects 2019-02-26 10:06:36 -08:00
ollypom e8ffea74b4
Made the Load command compatible with Windows and Linux 2019-02-19 17:49:03 +00:00
paigehargrave e15415000f
Merge pull request #8267 from docker/ucp-install
SLES 12 SP2 firewall issue
2019-02-17 15:10:36 -05:00
Maria Bermudez 799f168c34
Update upgrade page for UCP 3.1 2019-02-15 15:16:50 -08:00
paigehargrave 019870c775
Update system-requirements.md 2019-02-15 06:36:08 -05:00
paigehargrave 7ffa2d5bd2
Update plan-installation.md 2019-02-15 06:35:34 -05:00
paigehargrave 8ef78aade4
Update plan-installation.md 2019-02-13 17:24:38 -05:00
Maria Bermudez b4e4559f8b
Fix syntax for IP range 2019-02-13 11:52:59 -08:00
paigehargrave d93d4caf8a
Update IP address conflict info 2019-02-13 14:15:10 -05:00
Sebastiaan van Stijn 03d5b3396d
Use consistent formatting for notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00