Commit Graph

72 Commits

Author SHA1 Message Date
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
Trapier Marshall 5b16394ace interlock vip mode add label reference 2019-02-07 22:40:58 -05:00
L-Hudson e5dcfb27ba
Merge pull request #8181 from trapier/interlock-no-ssl-only
interlock does not ssl_only
2019-02-07 15:19:58 -05:00
Trapier Marshall a12e460932 interlock does not ssl_only
`com.docker.lb.ssl_only` is not recognized by Interlock

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2019-02-07 12:04:45 -05:00
Trapier Marshall 29c004e909 interlock vip mode improvements
content management:
- rename interlock-default-mode.{png,svg} to interlock-task...
- add frontmatter and TOC

formatting:
- newline sentences for reviewability

content:
- replace default mode with task mode
- note introduced-in UCP versions
- remove websockets from unsupported. websocket upgrade routes fine
  through Swarm VIP.  applications that use web sockets tend to want
  sticky sessions, but sticky sessions must be configured separately.
  don't conflate the two.
- clarify effect on canary deployments
- general wording improvements
2019-02-06 10:43:06 -05:00
Mark Church c0185c8c09 interlock vip mode: update pictures 2019-02-06 10:43:06 -05:00
L-Hudson 2bd70b0fd2 Update interlock-vip-mode.md
editorial changes.
2019-02-06 10:42:51 -05:00
Mark Church db957cdbde 1st commit for interlock vip mode 2019-02-06 10:42:51 -05:00
Trapier Marshall f71903d806
interlock: advise host mode on ip hashing 2019-02-06 01:48:46 -05:00
Anne Henmi e7510323cb
Merge pull request #8072 from ericsmalling/patch-5
Remove upstream TLS labels
2019-01-25 07:56:19 -07:00
paigehargrave dd386d3e8e
Merge pull request #8073 from docker/paigehargrave-patch-3
Update service-clusters.md
2019-01-25 09:22:25 -05:00
paigehargrave a92d1b85c0
Update service-clusters.md 2019-01-24 17:45:18 -05:00
L-Hudson 81c4282a6b
Merge pull request #7016 from trapier/correct-interlock-proxy-constraints
Interlock: correct proxy constraint procedure
2019-01-24 17:20:20 -05:00
paigehargrave 9c8dc62810
Update service-clusters.md 2019-01-24 17:05:48 -05:00
Eric Smalling ede978834f
Remove upstream TLS labels
Per @ehazlett , upstream TLS labels are not implemented yet in UCP 3.0 or 3.1
2019-01-24 14:12:45 -06:00
L-Hudson c01eb294f2
Merge pull request #8051 from trapier/interlock-service-cluster-fixes
interlock service cluster fixes
2019-01-24 09:42:33 -05:00
L-Hudson 206edc4340
Update service-clusters.md
C&P error correction
2019-01-22 09:25:54 -05:00
Trapier Marshall 24faf7d265 interlock service cluster fixes
Technical:
- Fix: need four loadbalancer nodes because there are two proxy replicas per service cluster and the proxies publish in host port publish mode
- Fix: Interlock core service crashes without `ProxyReplicas` specified in the config
- Fix: image `docker/interlock` does not exist
- Fix: indicate testing commands should be run with access to swarmkit api for IP lookup
- Improve: renamed interlock network to match what UCP default interlock network
- Improve: Changed PublishedPort and PublishedSSLPort to avoid conflicts with default UCP and DTR ports

Style:
- None

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2019-01-18 14:28:18 -05:00
L-Hudson 5d71a74f9d
Merge pull request #7238 from trapier/fix-interlock-version-on-service-clusters
begin to ucp-ify interlock service clusters
2019-01-04 12:28:24 -05:00
Maria Bermudez c423e32b73
Merge pull request #7529 from lenestopage/patch-9
Update tls.md
2018-12-27 10:07:20 -08:00
Maria Bermudez 1415538e0d
Minor edit 2018-12-27 10:07:07 -08:00
Sven Schliesing cee95c597b
Add missing "t"
com.docker.lb.defaul_backend -> com.docker.lb.default_backend
2018-12-21 13:11:12 +01:00
Maria Bermudez a35c2f77f2
Incorporate feedback from Steven 2018-12-18 12:34:23 -08:00
Maria Bermudez b7da511f1a
Change service to stack 2018-12-18 12:16:30 -08:00
Maria Bermudez c7fa3238dd
Update index.md 2018-12-18 11:17:25 -08:00
Steven Showers 89fb933e06
Added `demo_` prefix to interlock label
Customer feedback received: 

```
It leads users to expect that if they define a network in their compose file that they can use that network name in the Interlock network label which is not the case.  The example "works" because the service is only attached to a single network, but in actuality the Interlock network label would need to be prefixed with the stack name in order for the example to work correctly.
```
The concern is valid; so I have added `demo_` as a prefix to the `com.docker.lb.network` label.
2018-11-15 13:37:34 -05:00
Lenesto Page 3e11dd8957
Update tls.md 2018-10-17 16:15:46 -04:00
Anne Henmi f6bd3de27a
Merge pull request #7338 from trapier/fix-interlock-architecture-constraint-summary
interlock arch: fix constraint summary
2018-09-26 08:59:35 -06:00
Anne Henmi 6ec5b2dc1e
Merge pull request #7301 from axeal/enable-interlock
Update guide to enabling interlock in the UCP Admin Settings
2018-09-26 08:22:44 -06:00
Trapier Marshall f167a17954 interlock host mode: word agreement 2018-09-07 18:20:06 -04:00
Trapier Marshall fcd8d3ed88 interlock arch: fix constraint summary
Technical:
- Neither interlock extension nor interlock proxy are constrained to worker
  nodes.

Style:
- Break up run-on sentence

testedon: UCP 3.0.4
2018-09-07 17:34:35 -04:00
Alex Seymour 39a76c587b Update guide to enabling interlock in the UCP Admin Settings, including new screenshot 2018-08-31 11:54:16 +02:00
Trapier Marshall ca9775e4aa interlock: augment proxy constraint procedure
differentiate between running proxy constraints and core config
2018-08-23 17:49:59 -04:00
Trapier Marshall a39345f56a begin to ucp-ify interlock service clusters
* template image org and version
  * apply ucp service naming convention
  * drop `-D`ebug from argument examples

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-08-20 18:23:28 -04:00
Tammy Fox 8c00d8d547
correct important admonition format 2018-08-03 13:36:30 -04:00
Trapier Marshall 787a7c65a2 interlock: supports only one path per host
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-08-03 10:17:40 -04:00
Trapier Marshall f5cb780c16 interlock: add linux to documented constraints
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-14 14:23:33 -07:00
Matt Bentley 2c234ea998 Added back setting of new config name; fixes #6776 (#6777) 2018-05-29 06:18:27 -07:00
Joao Fernandes a7b807d00f Update interlock example config 2018-05-17 10:59:42 -07:00
Joao Fernandes c32dd765f3 Improve consistency of L7 routing docs 2018-05-15 13:52:36 -07:00
Trapier Marshall 9e16728d3f typo in interlock upgrade https test (#6683) 2018-05-11 12:07:04 -07:00
Trapier Marshall 3b83a63da2 interlock config: fix indentation
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-05-03 16:56:31 -07:00
Joao Fernandes d902c6bb72 Fix missing snippet 2018-04-25 10:06:09 -07:00
Joao Fernandes 9ee8896f12 Add note about ucp/interlock app traffic 2018-04-23 14:41:32 -07:00
Joao Fernandes 1c50de6807 Fix broken link 2018-04-16 13:31:24 -07:00
Jim Galasyn e4f56fe84e Remove template tags (#589) 2018-04-16 13:31:24 -07:00
Joao Fernandes 246e9c0745 Improve Interlock host mode docs 2018-04-16 13:31:24 -07:00
Joao Fernandes e27ab8ba11 Add known issue to Interlock 2018-04-16 13:31:24 -07:00
Joao Fernandes cb53e429bc Add redirect to Interlock TLS docs 2018-04-16 13:31:24 -07:00
Joao Fernandes 773aa771ba Review Interlock redirects 2018-04-16 13:31:24 -07:00