* Updated Windows Release that supports Kubernetes
Changed from old outdated Edge release to reflect use of a stable release. Kubernetes page actually reflects this version as well (so its an error on this page only).
* Interlock link fixes (#8798)
* Remove outdated links/fix links
* Next steps link fix
* Next steps link fixes
* Logging driver 920 (#8625)
* Logging driver port from vnext-engine
* Update json-file.md
* Update json-file.md
* Port changes from vnext-engine
* Updates based on feedback
* Added note back in
* Added note back in
* Added limitations per Anusha
* New dual logging info
* Added link to new topic
Needs verification.
* Changes per feedback.
* Updates per feedback
* Updates per feedback
* Updated 20m
* Added CE version
* Added missing comma
* Updates per feedback
* Add raw tag
Add TOC entry - subject to change
* Add entry for local logging driver
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Updates per feedback
* Updates per feedback
* Update zfs-driver.md (#8735)
* Update zfs-driver.md
* Add suggested correction
* Removed HA Proxy Link
* Added Azure Disk and Azure File Storage for UCP Workloads (#8774)
* Added Azure Disk and Azure File
I have added Azure Disk and Azure file documentation for use with UCP
3.0 or newer.
* Added the Azure Disk Content
* Added the Azure File Content
* Updated the Toc to include Azure Disk and Azure File
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Responding to feedback, inc changing Azure File to Azure Files
Following on from Steven and Deeps feedback this commit addresses those
nits. Including changing `Operators` to `Platform Operators`, switching
`Azure File` to `Azure Files` and many small formating changes.
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Minor style updates
* Minor style updates
* Final edits
* 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>
* Fix broken link (#8801)
* ubuntu.md: remove old docker-ce-cli (#8665)
I hit the following error when "upgrading" docker-ce 18.09 to docker-ee 17.06:
> dpkg: error processing archive /var/cache/apt/archives/docker-ee_3%3a17.06.2~ee~19~3-0~ubuntu_amd64.deb (--unpack):
trying to overwrite '/usr/share/fish/vendor_completions.d/docker.fish', which is also in package docker-ce-cli 5:18.09.4~2.1.rc1-0~ubuntu-xenial
This commit adds `docker-ce-cli` to the list in "uninstall old packages" to fix this.
* 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>
* Fix numbering issue
* Fix formatting
* Added UCP Kubernetes Secure RBAC Defaults (#8810)
* Added Kubernetes Secure RBAC Defaults
* Style updates
* Final edits
* 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
* 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
* 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
* interlock --> ucp-interlock
* Fixed code samples
- Use the latest UCP version and the latest ucp-interlock image
- Leverage ucp page version Jekyll variable
* Typo
* 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
* 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
* 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
* 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
```
Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* 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