Commit Graph

359 Commits

Author SHA1 Message Date
usha-mandya
ead1e1d8d5 Added Engine release notes and update release date 2019-06-27 12:25:12 +01:00
usha-mandya
4e2c52fbeb ENGPGM-157- Adding DTR release notes 2019-06-24 10:43:11 +01:00
Maria Bermudez
e70fcc21bd Edit signing images (#8882)
* Edit signing images

* Incorporate feedback

* Final edits

- Change example Security member name
2019-06-04 21:40:21 -07:00
Maria Bermudez
96a63b40b4 Clean up syntax (#8881) 2019-06-03 10:52:31 -07:00
Maria Bermudez
995244c5e0 Update link to webhook types for the web UI 2019-05-28 08:25:10 -07:00
Maria Bermudez
4d5cb435a1 Update link to webhook types 2019-05-28 08:24:05 -07:00
Radu M
72639b6333 Update index.md (#8841) 2019-05-25 12:19:04 -07:00
Maria Bermudez
ef4fcc506f Follow-up fixes to webhook management changes (#8849)
* Improve webhook management docs

UI and API updates

Final updates

Fix link to event types

Standardize word usage

Remove old page

Add clarification of webhook scope

* Incorporate feedback

* Update TOC entries and next link
2019-05-25 12:10:03 -07:00
Maria Bermudez
a8c690c647 Improve webhook management docs for DTR (#8794)
* Improve webhook management docs

UI and API updates

Final updates

Fix link to event types

Standardize word usage

Remove old page

Add clarification of webhook scope

* Incorporate feedback
2019-05-24 16:44:23 -07:00
Carlton Caven
cbc9539e94 remove extra 'but' on line 40 (#8626) 2019-05-22 11:57:22 -07:00
Maria Bermudez
a5cad88db7 Fix formatting 2019-05-20 13:33:25 -07:00
Maria Bermudez
9577bd7ffe Fix numbering issue 2019-05-20 07:19:55 -07:00
paigehargrave
dd7fbb46b8 Fixed link title 2019-05-07 10:56:26 -04:00
Maria Bermudez
9f659a4089 Update header for example tar 2019-05-06 22:48:00 -07:00
Nathan Jones
bea1794766 Fixed syntax error (#8732)
* Fixed syntax error

Last edit to the REPLICA_ID command introduced a syntax error by adding an extra ')'. Removed it.

* Fix replica ID setting examples

- Accept suggestion from @thajeztah based on product testing
- Apply change to page examples
- Remove NFS backup example based on the following errors: 
tar: /var/lib/docker/volumes/dtr-registry-nfs-36e6bf87816d: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
2019-05-06 20:42:27 -07:00
paigehargrave
c6910064d9 Fix dates 2019-05-06 13:17:12 -04:00
paigehargrave
8ae891c978 Release notes update (May) (#8763)
* Latest info including known issues

* Updates for 2.6.6, 2.5.11, 2.4.12

* Added 18.09.6 updates

* Added link

* Fixed link error

* Syntax error

* 2.6.6 info cleanup

* Added Hub info

* Added Hub info for 2.6.6

* Added Hub info for 3.1.7

* Link fix

* Update line items for DTR 2.6.6

* Add line break after Known Issues

- Affects 2.5.11.

* Edit line items

Minor edits and formatting fixes
2019-05-06 09:32:44 -07:00
Maria Bermudez
6811ba35ac Standardize replica setting
- Update commands for creating tar files for local and NFS-mounted images
2019-04-23 17:50:30 -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
c8d69feb3e Fix syntax error which caused the master build to fail 2019-04-22 18:16:45 -06:00
Maria Bermudez
d092c823ec Merge branch 'published' into master 2019-04-19 17:56:37 -06:00
Maria Bermudez
e1427b71ec Minor fix 2019-04-19 11:16:21 -06:00
Nathan Jones
e5bec55d38 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
2019-04-19 18:32:50 +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
Carlton Caven
0e6cc76586 line 8; remove unnecessary a (#8672)
* line 8; remove unnecessary a

* Minor edit
2019-04-19 01:34:19 +02:00
Nathan Jones
7136a91ebd 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
2019-04-19 01:30:36 +02:00
Maria Bermudez
5a28d947e2 Redirect to current version of page, since it's reached EOL 2019-04-18 01:50:46 +02:00
paigehargrave
333a027eae Add 2.4.11 DTR info 2019-04-11 11:57:36 -04:00
paigehargrave
274014d4c8 Patch release notes 04 2019 (#8633)
* Add version update for Engine/UCP

* Add DTR version updates

* Added April Offline Bundles

* Engine release notes update

* Update release-notes.md

* Update release-notes.md

* Minor edit

* Minor edit
2019-04-11 10:44:59 -04:00
Maria Bermudez
1d84733213 Fix link text 2019-04-11 13:20:43 +02: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
603b14f1f0 Addressed engineering feedback 2019-04-04 16:18:40 -07:00
Maria Bermudez
9b77e6af46 Add HSTS warning for specifying --dtr-external-url 2019-04-03 23:41:39 -07: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
Maria Bermudez
c3b0c02153 Audit branch (#8564)
* Update trust-with-remote-ucp.md

* Fix link texts

* Addresses 8446

* Update trust_delegation.md

* - Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

* Update running_ssh_service.md

* Update running_ssh_service.md

Fixed formatting and wording. Also moved note above the code.

* Update running_ssh_service.md

Fixed typo.

* Compose: Update build docs, Add --quiet flag

* Fix destroy reference page link

Relates to https://github.com/docker/docker.github.io/pull/8441

* Rephrase Ubuntu 14.04 note

* Revert "Compose: Update build docs, Add --quiet flag"

* # This is a combination of 4 commits.
# This is the 1st commit message:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

# This is the commit message #2:

# This is a combination of 2 commits.
# This is the 1st commit message:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

# This is the commit message #2:

Update trust-with-remote-ucp.md
# This is the commit message #3:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

# This is the commit message #4:

Fix destroy reference page link

Relates to https://github.com/docker/docker.github.io/pull/8441

* - Addresses 8446
- Cleans up broken links
- Fixes vague link texts

* Addresses 8446 with text and link cleanup.

* Update syntax language from none to bash

* Update index.md
2019-04-01 14:45:04 -04:00
Maria Bermudez
462ff47445 Update DTR release notes 2019-03-28 12:33:41 -07:00
Maria Bermudez
57a0f78da1 Merge branch 'master' of github.com:docker/docker.github.io 2019-03-28 12:28:44 -07: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
Maria Bermudez
bd6ff0feb5 Remove site URL from link path 2019-03-27 17:19:00 -07:00
Nathan Jones
999cc6686c use access tokens for CLI access to DTR
Added note advising users to use access tokens with DTR after configuring SAML for UI authentication. This is necessary per slack conversation here: https://docker.slack.com/archives/C1329M30T/p1547584120183300
2019-03-26 11:13:56 -04:00
ollypom
f621f0c614 Added the full error message 2019-03-20 21:07:36 +00:00
Maria Bermudez
65a8901f50 Remove extraneous info 2019-03-19 11:32:54 -07:00
Maria Bermudez
3c3f9411e1 Additional error for troubleshooting section
Addresses #8445 .
2019-03-18 17:24:15 -07:00
Maria Bermudez
63c35f1862 Fix destroy reference page link
Relates to https://github.com/docker/docker.github.io/pull/8441
2019-03-12 17:38:14 -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
27d211b81a Merge pull request #8384 from bermudezmt/dtr-nfs-updates
Addresses 8370
2019-03-08 09:33:27 -08: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
Sebastiaan van Stijn
7868538ad7 Fix liquid warnings on DTR troubleshooting page
Fix a warning during build of the documentation:

```
Liquid Warning: Liquid syntax error (line 64): [:dot, "."] is not a valid expression in "{{.Name}}" in datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr.md
Liquid Warning: Liquid syntax error (line 64): [:dot, "."] is not a valid expression in "{{.Name}}" in ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr.md
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-07 15:34:16 +01:00
Maria Bermudez
6479270f39 Revert "Update restore-from-backup.md"
This reverts commit ef8f6af3bb.
2019-03-06 15:09:16 -08:00
Maria Bermudez
ef8f6af3bb Update restore-from-backup.md 2019-03-06 14:53:00 -08:00