Commit Graph

1247 Commits

Author SHA1 Message Date
Olly P 92759efdda
Added commentary around Azure NSGs for UCP (#9612)
* Added commentary around Azure NSGs

* Added reference to Pod CIDR

* Adjusted for Peer Review
2019-10-11 18:42:20 +01:00
Olly P 147f757924
UCP Sys Req Version Compatibility (#9597) 2019-10-11 16:03:03 +01:00
Traci Morrison 046ca4b6e7 Remove 3.2.2 section 2019-10-10 13:12:30 -04:00
Traci Morrison 085e1167e7
Merge pull request #9590 from traci-morrison/ucp-install-upgrade
Fix syntax and formatting
2019-10-10 09:20:35 -04:00
Traci Morrison 46b217ba6e
Merge pull request #9567 from traci-morrison/update-ee-branding
Remove Advanced and Standard names
2019-10-10 09:20:09 -04:00
Traci Morrison a980b27ad0
Merge pull request #9600 from traci-morrison/fix-ingress-headings
Fix formatting, headings, typos
2019-10-09 14:48:12 -04:00
Traci Morrison 602ef9d60e
Merge pull request #9604 from traci-morrison/update-ucp-relnotes
Add more details for Interlock 3 upgrade
2019-10-09 10:49:47 -04:00
Traci Morrison 397da1d331 Add more details for Interlock 3 upgrade 2019-10-09 10:28:20 -04:00
Olly P 87510c5dac
Fixed Liquid warning on Interlock (#9603) 2019-10-09 14:16:01 +01:00
Adrian Plata 63098eddde
Merge pull request #9598 from usha-mandya/2019-09-patch-release-notes
September patch release notes
2019-10-08 18:35:03 -07:00
Traci Morrison 63fd394988 Fix formatting, headings, typos 2019-10-08 16:14:57 -04:00
Traci Morrison 6744c7af41
Merge pull request #1351 from docker/mycopyof-2019-09-patch-release-notes
UCP release notes
2019-10-08 12:04:32 -04:00
Ioannis Cherouvim 9bd0c4e682 small typo (#9540) 2019-10-08 17:01:52 +01:00
Trapier Marshall 0c31684f31 ucp: move client bundle verification steps (#9550)
* Move client bundle verification steps to the correct section
* Add a sentence indicating expected output of verification commands.
2019-10-08 17:00:50 +01:00
Trapier Marshall 634ffde13a interlock: rm template and haproxy (#9591)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2019-10-08 16:23:23 +01:00
Traci Morrison 99d854dda1
Change date to 2019-10-08 2019-10-08 08:00:44 -04:00
Traci Morrison 3d89217fc5 Fix syntax and formatting 2019-10-07 14:55:48 -04:00
Traci Morrison c127f9130f Formatting 2019-10-07 11:18:48 -04:00
Traci Morrison c2deb59452 Fix typos 2019-10-07 11:03:42 -04:00
Traci Morrison ca0f364f06
Formatting for version change section 2019-10-07 10:36:09 -04:00
Traci Morrison 367d28fb4b
Add backticks 2019-10-07 10:12:03 -04:00
Traci Morrison 84c8373e72
Fix formatting 2019-10-07 10:00:32 -04:00
Traci Morrison 70afdf4765
Merge branch '2019-09-patch-release-notes' into interlock3-updates 2019-10-07 09:56:44 -04:00
Traci Morrison 27d9b090a3 Edit 2019-10-07 09:55:45 -04:00
Traci Morrison e692cd29c7 Updates for Interlock 3 2019-10-07 09:46:57 -04:00
Traci Morrison 04239cc55b Update for 2019-10-07 patch release 2019-10-07 09:37:37 -04:00
Usha Mandya 167590787c
add relnote on UCP webUI deprecation (#9576)
add relnote on UCP webUI deprecation
2019-10-07 13:49:58 +01:00
Traci Morrison 6bcf3bd416 Update page title 2019-10-03 10:17:13 -04:00
Traci Morrison 3291e66631 Remove Advanced and Standard names 2019-10-03 10:06:25 -04:00
Dawn-Docker c93c508654
Merge pull request #1353 from docker/master
merge master into Sept patch release
2019-10-02 15:46:57 -07:00
Jose J. Escobar c37f587224 Update architecture.md (#9546)
Just a typo
2019-10-02 12:38:07 +01:00
Jose J. Escobar 0581dae7f7 Update offline-install.md (#9547)
Fixed filenames.
Fixed an incorrect number (two > three). 
I tested this with the proposed names and it works.
2019-10-02 12:36:48 +01:00
Jose J. Escobar 50100ab8e8 Update upgrade.md (#9548)
Fixed typo.
I think I fixed broken link. Same link was working just below the fixed one. I copied text from there.
2019-10-02 12:36:05 +01:00
Traci Morrison 2f5d850941
Merge pull request #1347 from docker/master
Merging 2019-09-patch-release-notes branch
2019-10-01 17:22:33 -04:00
Olly P 2bdcf557d9
Merge branch 'master' into azure-subnet-size 2019-10-01 15:16:24 +01:00
Dawn W 4d93f1c1ef
Merge pull request #1340 from docker/master
merging master to the patch release branch
2019-09-26 17:21:38 -07:00
Traci Morrison 3a79d50052 Additional edits 2019-09-26 15:46:03 -04:00
Traci Morrison 97f536288e Add the new UCP configuration point 2019-09-26 09:47:44 -04:00
Nikita Potapenko ecaf5b7eec Fix typo (#9511) 2019-09-25 15:16:23 -07:00
Traci Morrison b0ad928444
Merge pull request #9406 from millerdz/patch-11
Remove web interface upgrade section
2019-09-24 11:43:02 -04:00
Kavika Tavui 5ab9035a83 The documentation is miseleading (#9317)
pasting the expected output in the CL code box suggests it is part of the command to be copy-pasted, this should be indicated as the expected output
2019-09-23 18:10:47 +01:00
Trapier Marshall 5a466a57c3 ucp: fix whitespace on node labels doc (#9395)
what i did:
- fix whitespace so markdown numbering is consistent

how i tested:
1. build docs locally `docker-compose build; docker-compose up -d`
2. verify numbering corrected
3. deploy compose file through UCP 3.2.1 UI to make sure its spacing was
   unaffected\*

\* note: not addressing outdated screenshots with this commit

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2019-09-23 18:02:37 +01:00
Olly P d31ec2985c
Merge branch 'master' into patch-11 2019-09-23 17:54:13 +01:00
Derrick Miller dbee5b0ab6 Fix typos (#9494) 2019-09-23 17:51:24 +01:00
Traci Morrison 132f2bed14
Merge pull request #9465 from traci-morrison/engdocs-162
Fix broken links
2019-09-23 10:27:16 -04:00
ollypom 3de944e12a
Removed images and references to 'UI upgrades'
- Removed UCP UI images
- Removed reference to UCP UI Upgrades
- This commit also removed a lot of whitespace at the end of lines.
2019-09-17 15:21:16 +00:00
Traci Morrison cfc9a64b8c Fix broken links 2019-09-17 09:05:38 -04:00
Traci Morrison 460be1a07b Update broken links 2019-09-16 14:32:54 -04:00
Jose J. Escobar 4038d42b87 Update system-requirements.md (#9436)
A typo.
Removed additional ',' for consistency.
A duplicate 'for'.
There is a section where the markup ``` are not being honored. I didn't want to mess too much with that.
2019-09-13 10:32:06 +01:00
Traci Morrison 105a8e734a
Merge pull request #9313 from arueth/master
Fixed formatting on Avoid IP range conflicts section
2019-09-11 14:44:50 -04:00