Maria Bermudez
5ad890aa2c
Merge pull request #7049 from trapier/hrm-sni-forwards-instantly
...
hrm: callout sni forwards immediately
2019-01-04 09:16:28 -08:00
Maria Bermudez
e37b2aefea
Minor edit
2019-01-04 09:15:42 -08:00
Jeffrey Morgan
d15739c5e7
Merge branch 'master' into consolidation-changes
2018-11-14 18:29:09 -05:00
Trapier Marshall
bca9fe63e1
ucp roles: fix punctuation
2018-10-22 14:20:36 -04:00
Jeffrey Morgan
ca466a55ed
Rename Docker Store and Docker Cloud - WIP
2018-10-04 19:41:32 -04:00
Oscar Caballero
269c80d2d9
Spelling revision
2018-09-23 21:43:11 +02:00
Trapier Marshall
6fac75ad0f
hrm: callout sni forwards immediately
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-07-18 14:42:55 -04:00
Trapier Marshall
44fb0d636a
ucp support dump: include hostname and time
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-28 09:27:20 -07:00
Trapier Marshall
7c9c067370
ucp: node-local support dump works on all nodes
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-06 11:27:26 -07:00
Joao Fernandes
4b0a66c5d2
Release UCP 2.1.8
2018-04-16 13:31:24 -07:00
Joao Fernandes
9a4fdf9476
/enterprise -> /ee ( #415 )
...
* /enterprise -> /ee
* /datacenter/dtr/2.5 -> /ee/dtr/
* /datacenter/ucp/3.0->/ee/ucp
* Fix configs
* Fix broken images
* Remove unused images for DTR
* Remove unused images for UCP
* Add a few redirects to avoid breaking beta exercises
2018-04-16 13:31:24 -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
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
0b73d7b02b
Fix broken link
2018-02-01 13:25:14 -08:00
Misty Stanley-Jones
a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' ( #5788 )
...
* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Joao Fernandes
07f34e677d
Release UCP 2.2.5, 2.1.6
2018-01-16 15:58:17 -08:00
Trapier Marshall
82a7f716fc
ucp hrm does not require publishing a port ( #5181 )
...
For UCP versions 2.1.2 and later HRM does not require `--publish`ing a
port.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-11-01 18:17:54 -07:00
Trapier Marshall
76294fb7fd
ucp: indicate how to validate client bundle communication ( #5178 )
...
* ucp: indicate how to validate client bundle loaded
Recommends using `docker version` to confirm UCP client certificate
bundle has been sourced and the client is successfully able to reach UCP.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
* Add raw/endraw Liquid tags
2017-11-01 14:05:57 -07:00
Jim Galasyn
eb75097db8
Fix port in domain name topic ( #5016 )
2017-10-17 17:02:28 -07:00
Brett Inman
273a9448fd
Update RAM recommendation for UCP managers ( #4689 )
...
* Update RAM recommendation for UCP managers
2017-09-22 11:57:50 -07:00
Jim Galasyn
fa2b58f766
Add note about HA and load balancers ( #4671 )
2017-09-19 13:54:15 -07:00
Jim Galasyn
b576e23bf5
Update ElasticSearch command ( #4659 )
2017-09-18 14:45:21 -07:00
Jim Galasyn
5e99cfe339
Add note about manager node minimum requirements ( #4653 )
2017-09-18 10:00:10 -07:00
Javier Arellano
be0e410f24
Fix example ( #4631 )
...
Fix sudo command in example
2017-09-14 11:51:38 -07:00
Joao Fernandes
b7a44e15b4
Update UCP system requirements ( #4600 )
2017-09-13 15:57:23 -07:00
Victoria Bialas
7e9234338b
Fix broken links on UCP links and TOC on 2.1 ( #4573 )
...
* fix UCP links and TOC on 2.1
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* re-organized 2.1 TOC to put TLS certs at end like for 2.2
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fix links per Joao's comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-11 14:32:53 -07:00
Jim Galasyn
1979162614
Fix node state message ( #4555 )
2017-09-07 16:31:58 -07:00
Jim Galasyn
9f15cba3c7
Remove superfluous cd ( #4551 )
2017-09-07 13:50:15 -07:00
Jim Galasyn
115ccf10b4
Add es tag ( #4482 )
2017-08-31 16:44:50 -07:00
Jim Galasyn
aeb506b3ca
Add note about swarm mode ( #4478 )
2017-08-31 15:24:46 -07:00
Jim Galasyn
665225de15
Add helpful links and notes to UCP upgrade ( #4474 )
2017-08-31 12:39:40 -07:00
Joao Fernandes
2a7a19afb8
Fix UCP 2.1 screenshots
2017-08-25 09:56:49 -07:00
Joao Fernandes
cdddbbe31f
Fix broken link
2017-08-22 16:33:16 -07:00
Joao Fernandes
3b66acf7d0
Refactor image names and versions ( #159 )
...
* Refactor org/repo:version for DTR
* Refactor org/repo:version for UCP
2017-08-15 23:31:15 -07:00
ada
f9b19f9dc6
Update system-requirements.md ( #4086 )
...
minor grammar edit
2017-08-03 15:54:53 -07:00
Joao Fernandes
12cfc64e4c
Release UCP 2.1.6/2.0.4, DTR 2.2.7, 2.1.7 ( #3935 )
2017-07-20 14:13:02 -07:00
Wang Jie
23929c9a29
Update install.md ( #3887 )
2017-07-18 13:48:10 -07:00
Jim Galasyn
bfda12f536
Fix allowed intervals for UCP metrics ( #3693 )
...
Removed "d" as an option for the METRICS_DISK_USAGE_INTERVAL and METRICS_DISK_USAGE_INTERVAL environment variables.
2017-06-23 12:34:41 -07:00
Ryan Zhang
850cea684a
Replace UCP controller with manager ( #3326 )
2017-06-20 13:56:55 -07:00
maynep
c0639bba84
Removed incorrect encrypt comment text ( #3663 )
...
Removed ", encrypt it," from comment in non-encrypted code block
2017-06-20 11:59:38 -07:00
Thomas Findelkind
ad3a9087ad
Update system-requirements.md ( #3455 )
...
changed to TCP and UDP for port 4789.
2017-06-12 09:13:00 -07:00
Joao Fernandes
f7586f224f
Update system-requirements.md ( #3492 )
2017-06-07 15:19:39 -07:00
Joao Fernandes
9fe58e93c9
Fix broken link ( #3364 )
2017-05-24 08:59:12 -07:00
Lee Namba
7873719a0c
Update backups-and-disaster-recovery.md ( #3303 )
...
Corrected incorrect mention of dtr image
2017-05-19 15:42:05 -07:00
Jim Galasyn
4d87b4fc1a
Fix broken image links ( #3270 )
2017-05-15 10:11:52 -07:00
Joao Fernandes
efbea092c9
Fix typo ( #3247 )
2017-05-13 00:25:55 +00:00
Joao Fernandes
4f350e0efd
Add network requirements for UCP ( #3208 )
2017-05-09 13:24:44 -07:00
Joao Fernandes
3937b23690
UCP 2.1.4 ( #3166 )
2017-05-04 15:29:45 -07:00
Jim Galasyn
35f2f181b3
Update LDAP integration topic for UCP 2.1.3 web ui ( #3107 )
2017-04-27 15:37:29 -07:00
Wang Jie
90d0b00d78
Update install.md ( #3037 )
...
Repair incorrect or incomplete code style.
2017-04-25 14:33:46 -07:00