Commit Graph

159 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
paigehargrave
3dec83fdf8 Merge pull request #8320 from bermudezmt/dtr-updates
Remove misleading pages, add updated troubleshooting guides
2019-02-20 17:29:23 -05:00
Maria Bermudez
a90d548591 Remove misleading pages, add updated troubleshooting guide for 2.5 and 2.6
Update TOC entry for troubleshooting DTR

Add 2.5 entry for updated path
2019-02-20 10:13:57 -08:00
ollypom
e8ffea74b4 Made the Load command compatible with Windows and Linux 2019-02-19 17:49:03 +00:00
Maria Bermudez
e5f417debf Add tip on finding DTR replica ID 2019-02-14 20:56:02 -08: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
c9666bc05f Update create-a-backup.md 2019-01-17 12:50:48 -08:00
Maria Bermudez
c48ecb4bad Add screenshot for backup warning, minor edits 2019-01-14 19:36:09 -08:00
Maria Bermudez
6942b7d81a Merge pull request #7165 from ollypom/dtrcachekubernetes
Instructions to deploy a DTR Cache with Kubernetes
2019-01-03 11:39:40 -08:00
Maria Bermudez
be0a80d262 Final fixes after local preview of page 2019-01-03 11:33:24 -08:00
Maria Bermudez
43e94229a9 Fix front matter formatting issue. 2019-01-03 10:26:35 -08:00
Maria Bermudez
81055b419a Remove ambiguity on registry configuration link 2019-01-03 10:22:43 -08:00
L-Hudson
cedd9f57ac Update simple-kube.md
editorial crx
2019-01-03 09:56:32 -05:00
Maria Bermudez
8a04e93d0d Fix broken link 2018-12-28 16:22:56 -08:00
Maria Bermudez
c371adaca8 Merge pull request #7046 from ericsmalling/patch-4
Adding UCP 3 version requirement for DTR 2.5
2018-12-27 11:37:05 -08:00
Maria Bermudez
e82d9783ba Address feedback 2018-12-27 11:36:33 -08:00
Sujay Pillai
406546a39b Updated the link
The first patch had a wrong link
2018-12-27 23:45:21 +08:00
Sujay Pillai
542b042079 Broken link for filter jobs via UI & API
The "Jobs Type" section had broken link for viewing the jobs list from the User interface and through API. Corrected those links to point to proper pages as above.
2018-12-27 23:32:17 +08:00
Anne Henmi
13f5d91ff3 Merge pull request #7436 from clemenko/patch-7
Clean up Data backup command
2018-12-26 10:31:39 -07:00
Anne Henmi
35ce2b76b7 Merge pull request #7444 from cdunkelb/patch-2
linked ucp user bundle and clarified --ucp-node
2018-12-26 09:36:47 -07:00
Anne Henmi
9d02002904 Update index.md 2018-12-26 09:35:59 -07:00