Commit Graph

184 Commits

Author SHA1 Message Date
Maria Bermudez a18dbe5ede
Sync published with master (#8685)
* 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

* Published (#8674)

* add slack webhook to Jenkinsfile

* make jenkinsfile serve private and public docs

After a couple of Jenkins-based mix-ups it became obvious we needed a Jenkinsfile that would serve both public and private projects, that we could move between repos without worry. This Jenkinsfile knows which images to build and push and which swarm services to update because of the use of git_url and branch conditions.

* 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

* 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

* 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

* Trying to fix command rendering of '--format "{{ .Names }}"' (#8677)

* 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.

* Update concatenated to chained

* Minor fix

* interlock --> ucp-interlock (#8675)

* interlock --> ucp-interlock

* Fixed code samples 

- Use the latest UCP version and the latest ucp-interlock image
- Leverage ucp page version Jekyll variable

* Typo

* Final syntax fix

* Update backup.md
2019-04-19 18:04:43 -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
Anne Henmi 3168bc4008
Update install.md
fixed formatting
2018-11-07 15:21:16 -08:00
Justin I. Nevill 15c200cd7e
Table from HTML to MD w/ fixes 2018-11-07 18:17:10 -05:00
Justin I. Nevill d63a1e201e
Merge pull request #869 from docker/final-polish
Final polish
2018-11-07 15:17:27 -05:00
Maria Bermudez 059007c8e4 Fixing broken formatting 2018-11-07 11:11:58 -08:00
Anne Henmi 897a4ba3b1 Fixed td tag. 2018-11-07 11:11:13 -08:00
Anne Henmi e1cdcd5322 Completed HTML table fix. 2018-11-07 11:10:08 -08:00
Anne Henmi 7a4592bd68 Hopefulling fixing.. 2018-11-07 10:35:35 -08:00
Anne Henmi e639c5d80a Still arguing with markdown.. 2018-11-07 10:32:03 -08:00
Anne Henmi a277b0d20c Fixed the rest of the table. 2018-11-07 10:29:07 -08:00
Anne Henmi 04798ea6e0 Fixed table in UCP 3.1 CLI reference. 2018-11-07 10:26:12 -08:00
Maria Bermudez 6c71b38b0a Fix more broken links 2018-11-06 17:11:54 -08:00
Maria Bermudez 4992819d68 Update broken links to the command pages 2018-11-06 15:39:32 -08:00
Justin I. Nevill ac3937a7bf
Merge pull request #855 from docker/ucp-ref-json
ucp 3.1 reference json updated
2018-11-06 12:49:11 -05:00
Maria Bermudez a1343f498f Temporary hack: have UCP 3.1 API spec page behave in the same way as DTR 2.6 2018-11-05 18:43:53 -08:00
Maria Bermudez 87fb9e7cdd Update UCP version on index page 2018-11-05 16:48:15 -08:00
Justin I. Nevill a699167fcb
Merge pull request #840 from docker/dtr-restore-cli
Closes 641.
2018-11-05 17:36:28 -05:00
ddeyo 3aa92903bf ucp 3.1 reference json updated 2018-11-05 09:51:01 -08:00
Maria Bermudez 0acd1e2e31 Fixes #839. 2018-11-02 12:02:38 -07:00
Maria Bermudez d7a21d29db Merge public:master into private 2018-11-02 10:03:18 -07:00
Justin I. Nevill 93e5b88956
Merge pull request #778 from docker/CNI-Calico-enhancements-563
CNI and Calico Enhancements #563
2018-10-31 23:49:30 -04:00
Maria Bermudez 0d0d2134a0 Closes 641. 2018-10-31 20:23:29 -07:00
Justin I. Nevill af199750bb
Merge pull request #771 from docker/ucp-supportdump-664
Support dump
2018-10-31 17:41:50 -04:00
Anne Henmi 3e5185b330
Update upgrade.md 2018-10-26 13:57:29 -06:00
Anne Henmi 0f82cef1a3
Update upgrade.md 2018-10-26 13:55:57 -06:00
Anne Henmi 252e59e957
Update install.md 2018-10-26 13:51:11 -06:00
Anne Henmi bbcb10e04e
Update install.md
Fixed @bermudezmt's comments
2018-10-26 13:37:06 -06:00
ddeyo ac9c918176 support note added 2018-10-26 11:41:55 -07: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
Maria Bermudez cada8f776f Update formatting on note 2018-10-23 17:07:30 -07: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
Maria Bermudez 8f93d966e3 Update NFS configuration page and DTR CLI install and reconfigure options to include NFS v4 additions 2018-10-22 10:29:58 -07:00
ddeyo ffb074b661 restored topic to current release content 2018-10-18 08:25:15 -07: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 1af68b8c4f remove service driller 2018-10-02 10:59:48 -07: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
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00