Commit Graph

140 Commits

Author SHA1 Message Date
ollypom 0966cda076
Added `--log-driver none` to UCP CLI reference 2019-07-11 20:52:25 +00:00
ollypom 50c0596101
UCP 3.18 new Configuration file and Cli reference
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-06-24 16:59:43 +00:00
Olly P 232d036815 Add context that emergency repairs reduces the number of replicas in a (#8971)
cluster
2019-06-21 11:24:39 -04:00
Maria Bermudez 113cd10c68
Add deprecation notice for Hub discovery (#8828)
* Hub Swarm discovery service deprecation

Document the deprecation

Add warning graphic

Fix formatting
2019-05-21 19:25:08 -07:00
Olly P eb86438912 Updated UCP CLI Reference to 3.1.7 (#8805)
-Updated all of the UCP 3.1.7 references.
-Alphabeticalised each reference
-Added very a value is expected or not after each variable.

Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-05-17 08:28:29 -07:00
Maria Bermudez aedd4fa9b4
Render DTR version (#8726) 2019-04-25 17:08:56 -06:00
Maria Bermudez f46ab31e36
Minor edits (#8708)
* Minor edits

- Standardized setting of replica ID as per @caervs 
- Fix broken link

* Consistency edits

- Standardized setting of replica ID
- Added note that this command only works on Linux
2019-04-23 17:35:21 -06:00
Maria Bermudez 92b61efbd3
Update backup.md 2019-04-19 18:03:23 -06:00
Maria Bermudez 450f461b54
Final syntax fix 2019-04-19 18:00:45 -06:00
Maria Bermudez d092c823ec
Merge branch 'published' into master 2019-04-19 17:56:37 -06:00
Nathan Jones 2177ea7bf1 Trying to fix command rendering of '--format "{{ .Names }}"' (#8678)
* Trying to fix command rendering of '--format "{{ .Names }}"'

--format "{{ .Names }}" is showing up in the markup but is rendering as --format "" in the published version. Added {% raw %} tags to try to fix.

* Fixed heading inconsistency
2019-04-19 18:30:44 +02: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
Nathan Jones b20c134232 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.
2019-04-19 02:11:56 +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
Maria Bermudez 68068e602f
Merge pull request #8513 from adamancini/patch-13
Update install.md
2019-04-08 07:39:22 -04:00
Maria Bermudez bfe38f1dad
Add UCP user password limitation 2019-04-08 04:38:59 -07:00
paigehargrave 2398cd9dca
Merge pull request #8580 from bermudezmt/dtr-storage-backend
Storage backend data migration updates
2019-04-04 20:41:32 -04:00
Maria Bermudez 1f91b7c86a
Merge pull request #8586 from cdunkelb/patch-7
--unmanaged-cni is not a valid option for upgrade
2019-04-04 18:35:26 -04:00
Maria Bermudez 9b77e6af46 Add HSTS warning for specifying --dtr-external-url 2019-04-03 23:41:39 -07:00
Carl Dunkelberger 55f26aaeb3
--unmanaged-cni is not a valid option for upgrade 2019-04-03 12:42:29 -04:00
Maria Bermudez bf746b4529 Storage backend data migration updates
Fix incorrect API command, add backup updates

Update incorrect commands
2019-04-02 18:07:11 -07:00
Darwin Traver d749399706 Adding Azure note (#8566)
* Adding Azure note

* Rephrase additional line and update link
2019-04-01 20:55:36 -04:00
Maria Bermudez d153b80e39 Update release-notes.md
DTR info

Edits on 2.5.10 and 2.6.4 entries

Add upgrade warning information

Updated engine info per Andrew's input

Added Component table info per Mark
2019-03-28 12:18:46 -07:00
ada mancini 14a43c4dad
Update install.md
add note: 8 character password minimum length
2019-03-21 14:56:19 -04:00
Maria Bermudez a97e31fc5f
Add link to disaster recovery docs 2019-03-12 17:44:30 -07:00
gonzalo.contador ee71819949
DTR from failure has to be destroyed.
I have added the following. If you are restoring DTR after a failure, please maker sure you have destroyed the old DTR fully.  Many customer do not understand that in order to reinstall DTR from back up the old DTR MUST BE DESTROYED.
2019-03-11 11:32:13 -04:00
Maria Bermudez faf1e52357 Incorporated technical feedback
Update based on session with Ada and Ryan

Discourage use of NFS storage URL flag

Additional section on storage backend switch

Discourage NFS storage URL option for now

Polish on necessary storage backend updates

Final technical edits

Fix crud on DTR release notes page

Update note on storage links
2019-03-08 09:29:51 -08:00
Sebastian Faulhaber 24594b5188
Clarified use of --debug since this was ambiguous for a customer. 2019-02-20 12:14:05 +01:00
paigehargrave 4451bbb865
Merge pull request #8223 from docker/ucp-install
Add --skip-cloud-provider option for 3.0 and 3.1
2019-02-14 20:04:44 -05:00
paigehargrave d52f9f5fdf
Update install.md 2019-02-14 20:04:05 -05:00
paigehargrave d23a678c4a
Wording updates 2019-02-14 19:37:48 -05:00
Maria Bermudez 054bbdb416
Add DTR API Swagger spec in JSON 2019-02-13 11:33:52 -08:00
paigehargrave 092cfaf71d
Alphabetized and (hopefully) fixed table spacing error 2019-02-12 13:50:22 -05:00
paigehargrave 70e2dba365
Update install.md 2019-02-12 10:52:07 -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
Maria Bermudez 5fbd73c10a
Follow-up to PR #6964 2019-01-03 17:42:52 -08:00
Anne Henmi 9e0114f861
Merge pull request #7874 from bermudezmt/dtr-cli-updates
Dtr cli updates
2018-12-26 09:30:54 -07:00
Maria Bermudez 7d695ae8c5 - Add redirect for UCP 3.0 readd DTR 2.5 reference files
Update related link for repo event auto-deletion
2018-12-20 20:19:16 -08:00
Maria Bermudez 46aa2e0a18 Clarify need for intermediate certs on relevant CLI pages for 2.5 and
2.6
2018-12-17 10:04:43 -08:00
Maria Bermudez f8ec113f4b Add example usage 2018-12-10 10:59:54 -08:00
ada mancini 66e27e2d4c
Update emergency-repair.md
fixed backtick -> apostrophe
2018-12-07 16:09:10 -05:00
Maria Bermudez 850014d441 Resolving merge conflicts 2018-12-05 12:44:04 -08:00
L-Hudson 61c59cef8c
Merge pull request #7761 from docker/dtr-redirect
Add backup link redirect
2018-11-30 12:45:18 -05:00
Nicola Kabar 2c28eeb780
corrected spacing for the --unmanaged-cni option 2018-11-28 08:42:11 -06:00
Maria Bermudez d7c1c40f25
Add backup link redirect
- Avoids 404 issue for DTR web interface link still pointing to previous version (2.5)
2018-11-27 17:43:30 -08:00
Maria Bermudez 85c00d77d8 Incorporate missed feedback from David 2018-11-20 12:08:16 -08:00
Maria Bermudez 0007859641 Incorporated peer feedback and added edits to current version 2018-11-19 17:47:16 -08:00
JoeWrightss 3b4103fc4a fix typos
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
2018-11-19 23:32:28 +08:00
Maria Bermudez 527fcc8476 - Copy contents: reference/dtr/2.5/ -> datacenter/dtr/2.5/reference/ and reference/ucp/3.0 -> datacenter/ucp/3.0/reference
Remove reference/dtr/2.5 and reference/ucp/3.0
2018-11-16 15:09:41 -08:00
Maria Bermudez 435bc85248
Remove duplicate row for dtr-storage-volume option 2018-11-08 10:07:07 -08:00