Commit Graph

815 Commits

Author SHA1 Message Date
Jim Galasyn 08be0735d5 Author topic on namespace context (#339) 2018-04-16 13:31:24 -07:00
Joao Fernandes 2cf28eb9cb Update UCP client bundle article (#330)
* Update UCP client bundle article
2018-04-16 13:31:24 -07:00
Jim Galasyn c79495b500 Update links (#338) 2018-04-16 13:31:24 -07:00
Jim Galasyn ed0e13f669 Update recommended production requirements (#336) 2018-04-16 13:31:24 -07:00
Jim Galasyn 68519022ef Add default_node_orchestrator option to config (#335)
* Fix broken link

* Add default_node_orchestrator option
2018-04-16 13:31:24 -07:00
Joao Fernandes 40c89589f5 Rename UCP RBAC files (#320)
* Rename UCP RBAC files

* Fix broken links
2018-04-16 13:31:24 -07:00
Jim Galasyn 7cffdcb6ab Update with new settings (#334) 2018-04-16 13:31:24 -07:00
Jim Galasyn 81b4173357 Fix broken link (#332) 2018-04-16 13:31:24 -07:00
Jim Galasyn 8b6687ea9a Add note about z Systems; fix images (#328) 2018-04-16 13:31:24 -07:00
Jim Galasyn b8791aa88e Tweaked ports per feedback (#322) 2018-04-16 13:31:24 -07:00
Jim Galasyn d3f2593793 Add Kube ports (#319) 2018-04-16 13:31:24 -07:00
Jim Galasyn 9d0682e8db Move /deploy node content to /datacenter 3.0 (#318)
* Move /deploy node content to /datacenter 3.0

* Move scale you cluster topics

* Fix up links in join-nodes topics
2018-04-16 13:31:24 -07:00
Joao Fernandes 15e787fcfa Run spell checker 2018-04-16 13:31:24 -07:00
Joao Fernandes 4290e3a2cd Update UCP RBAC to use simple layout 2018-04-16 13:31:24 -07:00
Joao Fernandes 288db22c35 Move RBAC articles back to /ucp (#316)
* Move RBAC articles back to /ucp

* Fix TOC for RBAC
2018-04-16 13:31:24 -07:00
Joao Fernandes 2cfe2b8a83 Introduce Interlock (#311)
* Introduce Interlock

* Organize directory structure for Interlock
2018-04-16 13:31:24 -07:00
Joao Fernandes d09719ebd4 Introduce DTR 2.5 2018-04-16 13:31:24 -07:00
Joao Fernandes 373cc84e01 Introduce UCP 3.0 2018-04-16 13:31:24 -07:00
Eiichi Kitagawa 09f8c126f4 missing \ on multi-line command (#6442) 2018-04-12 10:15:40 -07:00
Joao Fernandes 5a88bacf47
[2.2] Always use your client bundle (#6422) 2018-04-10 15:11:22 -07:00
Joao Fernandes 683d14ae4c [2.2]Fix snippet to prepare Windows node 2018-04-05 11:46:52 -07:00
Abhinand Jinugu f1789dfe57 Update related to HRM on Windows Nodes
Update related to HRM on Windows Nodes
2018-04-02 15:09:11 -07:00
Jim Galasyn aed4d39353
Update release notes for 2.2.7 (#6310)
* Update relnotes for UCP 2.2.7.

* Update with final copy

* Add links for 2.2.7 images

* Tweak verbiage
2018-03-26 10:15:37 -07:00
Joao Fernandes d3e24a2807
Update UCP config file reference (#6222)
Update UCP config file reference
2018-03-20 15:39:35 -07:00
Joao Fernandes a43b2197df
Add note about restoring with NFS (#6270) 2018-03-20 15:38:15 -07:00
Joao Fernandes 39074a34b5
Bump Engine, UCP, DTR (#6260)
* Bump UCP to 2.2.6
* Bump DTR to 2.4.3
* Bump EE engine to 17.06.2-ee-7
* Address feedback
2018-03-19 11:18:18 -07:00
Michael 5edf2f07d9 Update "configure local computer" for SUSE SLES 12 2018-03-15 11:52:39 -07:00
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
Nathan Jones bf0f9768c4 Fixed broken dtr_version rendering
Commands were failing because the DTR version number wasn't rendering. I fixed it on this page by replacing "dtr_version" with "page.dtr_version" in three places.
2018-03-12 14:19:02 -07:00
Trapier Marshall 6211d325e8 indicate units on ucp metrics intervals
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-03-12 14:17:54 -07:00
Steven Showers 09aebb8a42 Update use-domain-names-to-access-services.md
Per https://github.com/docker/escalation/issues/467#issuecomment-370944782, it is not possible to redirect HTTPS to HTTP. A customer requested that we note this in the documentation (see Salseforce ticket 00040429).
2018-03-08 16:49:58 -08:00
Joao Fernandes eeb765a316 Clarify which version of Notary to use with EE 2018-03-05 11:09:33 -08:00
Joao Fernandes 8f8427f04f Improve wording for UCP 2.2.5 release notes 2018-03-01 11:51:18 -08:00
Ryan Abrams f930ae9781 Update index.md (#6116) 2018-02-28 10:03:11 -08:00
Kyle Squizzato 2e25dd40b0 Access rethinkcli through dtr-rethinkdb (#6061)
* dtr-rethinkdb now houses the rethinkcli which means we no longer need
 to pull the rethinkcli container from hub.

Signed-off-by: Kyle Squizzato <kyle.squizzato@docker.com>
2018-02-26 10:28:54 -08:00
Abhinand Jinugu d82e8c955a HRM and Window Servers (#5962)
* HRM and Window Servers

Note:- Windows Server doesn't support Swarm Mode Routing Mesh yet (not considering Windows Server version 1709 which will be out soon). This means the hrm service is exposed only through the manager node's ip (since Windows Server cannot be a manager node). Therefore the DNS entry for the host name ('wordpress.example.org' in this example) should be mapped to the manager node and not to any of the Windows worker nodes.

* HRM with Windows Server

HRM with Windows Server
2018-02-21 13:17:09 -08:00
Joao Fernandes 22b970c642 Address feedback on UCP 2.2.5 known issues 2018-02-15 15:55:01 -08:00
Joao Fernandes 0e0eecf1d5 Make sure users encrypt UCP backups 2018-02-15 15:54:47 -08:00
Joao Fernandes 9f6359d650 Fix broken link 2018-02-15 11:27:41 -08:00
Joao Fernandes 2480222b4e Release UCP 2.1.7, DTR 2.2.11, 2.3.6, 2.4.2 2018-02-13 11:22:01 -08:00
Joao Fernandes 235a431f4a Fix broken links 2018-02-12 14:38:39 -08:00
Joao Fernandes e3f27df7af Add known issue to UCP 2.5 2018-02-09 13:28:39 -08:00
ada 0bdd490620 Removed "encryption" detail from unencrypted example (#5921) 2018-02-07 16:17:33 -08:00
Cheryl 9d15f4b4d0 Fixed tar options and path for restoring images
`-z` option for tar is used to filter through gzip. This should be excluded for the restore as it was not used during the backup.
The path is also fixed as it recreated the entire path within the volumes folder.
2018-02-06 09:31:07 -08:00
Joao Fernandes 0b73d7b02b Fix broken link 2018-02-01 13:25:14 -08:00
Joao Fernandes ec67657806 Fix broken link (#5885) 2018-02-01 12:58:28 -08:00
Joao Fernandes 6df34957dc Fix broken link 2018-01-29 13:36:25 -08:00
Jim Galasyn 391549728c
Add PowerShell command to UCP client bundle topic (#5857) 2018-01-29 09:13:08 -08:00
Joao Fernandes 9a13aac814 Fix broken link (#5838) 2018-01-26 13:56:59 -08:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00