Commit Graph

446 Commits

Author SHA1 Message Date
Usha Mandya
38d7ab6d47 Merge pull request #8982 from ollypom/kubernetesnetworkingprereqs
Updated UCP Kubernetes IP ranges
2019-06-27 20:44:18 +01:00
Usha Mandya
7fac809ba8 Merge pull request #8980 from ollypom/ucp318configfilepatch
Added UCP 3.1.8 Configuration file and CLI reference
2019-06-27 20:43:38 +01:00
Olly Pomeroy
459200b753 Formatting Nits
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-06-27 15:20:48 +01:00
Steven Follis
b842889234 Added pre-req for Static IPs 2019-06-27 09:34:49 -04:00
Olly P
d141261f2f Incorporating Arko's Feedback
Co-Authored-By: Arko Dasgupta <arkodg@users.noreply.github.com>
2019-06-24 19:08:14 +01:00
ollypom
1617eebc63 Updated Kubernetes networking defaults 2019-06-24 17:18:57 +00:00
ollypom
50c0596101 UCP 3.18 new Configuration file and Cli reference
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-06-24 16:59:43 +00:00
Maria Bermudez
ceb1d5e1ed Merge pull request #8940 from xinfengliu/patch-3
add description for exclude_server_identity_headers
2019-06-19 16:02:25 +02:00
Steven Follis
a8a275cb42 Fixed broken hyperlink reference (#8963)
* Fixed broken hyperlink reference

Fixes #8962

* Added syntax highlighting

* Added additional minor syntax highlighting
2019-06-19 14:35:16 +02:00
Xinfeng Liu
538131a666 add description for exclude_server_identity_headers 2019-06-13 19:02:50 +08:00
Logan Kimmel
7a2f74adbe Update the new default addr pool for swarm (#8705)
The default address pool for swarm is now a `/8` CIDR
2019-06-01 08:08:45 -04:00
Olly P
1456d52923 Rewritten Custom CNI to become Unmanaged CNI in UCP Docs (#8799)
* Rewritten Custom CNI to become Unmanaged CNI

Here I have rewritten the Unmanaged CNI page with Docker UCP. The
changes are:

- Clarifying the support position
- Providing clear instructions on how to bring up UCP and then install a
custom CNI plugin
- Removes unneccesary items like disabling IPIP which is not related to
this page.

Signed-off-by: Olly Pomeroy <olly@docker.com>

* Updated following Uday's feedback

* Add editorial review
2019-05-28 13:55:25 -07:00
paigehargrave
f6889dc48d SAML updates for ADFS (#8832)
* Updates for ADFS

* Syntax fix

* Updates per feedback

* Update enable-saml-authentication.md
2019-05-24 09:09:45 -04:00
David Yu
c38df34383 Propose 3 as the number of manager nodes (#8827)
* Propose 3 as the number of manager nodes

Propose 3 managers as the default number of manager nodes.

* Minor style updates
2019-05-22 11:46:11 -07:00
Maria Bermudez
113cd10c68 Add deprecation notice for Hub discovery (#8828)
* Hub Swarm discovery service deprecation

Document the deprecation

Add warning graphic

Fix formatting
2019-05-21 19:25:08 -07:00
Olly P
dd85dbb366 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>
2019-05-16 11:48:45 -07:00
paigehargrave
96359c7add Added new example and deprecation info (#8773) 2019-05-07 13:56:46 -07:00
Olly P
0f17dc7f34 Updated the UCP Logging page to include UCP 3.1 screenshots (#8646) 2019-04-19 01:36:41 +02:00
Olly P
ebe21e93be 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
2019-04-19 00:20:00 +02:00
Nathan Jones
a960d1cfef Adding warning about layer7 config (#8617)
* Adding warning about layer7 config

Adding warning about layer7 config not being included in the backup

* Text edit
2019-04-09 12:12:43 -04:00
Eiichi Kitagawa
7fe1210f8c Adding emphasis on Static IP requirement (#7276)
* 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
2019-04-08 11:56:12 -04:00
Maria Bermudez
d1e1e8006c Merge pull request #8514 from darwin-traver/patch-23
Adding mention of UCP client bundle requirement
2019-03-29 16:32:53 -04:00
Maria Bermudez
1fcae3af2f Link to client bundle instructions 2019-03-29 13:31:51 -07:00
Maria Bermudez
d153b80e39 Update release-notes.md
DTR info

Edits on 2.5.10 and 2.6.4 entries

Add upgrade warning information

Updated engine info per Andrew's input

Added Component table info per Mark
2019-03-28 12:18:46 -07:00
paigehargrave
127331a085 Update install-on-azure.md 2019-03-21 19:25:39 -04:00
Darwin Traver
ef66256ffd Adding mention of UCP client bundle requirement
Command will fail if run via directly from a manager node.
2019-03-21 15:49:04 -04:00
ollypom
f56f262899 Incorporating dockerpac's feedback, to call out appropriately sized vnets in the Pre-reqs section 2019-03-20 21:46:16 +00:00
ollypom
dbda110c43 Make the pod-cidr warning more obvious in the docs 2019-03-19 18:36:27 +00:00
Maria Bermudez
75a3f35a37 Merge pull request #8255 from docker/saml-integration
Saml integration
2019-03-11 18:52:08 -07:00
Maria Bermudez
68239d6d11 Update list for Jekyll formatting 2019-03-11 18:51:39 -07:00
Maria Bermudez
fd33ad019a Add space after note 2019-03-11 18:29:10 -07:00
Maria Bermudez
2dc281f029 Fixed XML and note formatting 2019-03-11 18:16:58 -07:00
Maria Bermudez
fa17709ec3 Fixed xml syntax 2019-03-11 18:10:39 -07:00
Maria Bermudez
3a128d0e44 Merge pull request #8355 from docker/windows-node-label
Removed step for adding Windows nodes label
2019-03-11 17:57:00 -07:00
Maria Bermudez
ab81071360 Make note explicit for EE 2.1 2019-03-11 17:56:25 -07:00
Maria Bermudez
9dea0d1b2c Merge pull request #8400 from docker/upgrade-path
Update UCP upgrade path
2019-03-11 17:30:43 -07:00
paigehargrave
5c3982f879 Update join-windows-nodes-to-cluster.md 2019-03-10 14:22:32 -04:00
Maria Bermudez
ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
paigehargrave
75be5b662f Merge pull request #8385 from docker/kubelet-storage
Kubelet storage requirements for UCP 3.1
2019-03-05 11:50:11 -05:00
Eiichi Kitagawa
b6c6fb2a70 Adding "Known Issues" section
There is a known issue, and getting this fixed will have to wait for the Microsoft team.  It's good idea to mention the workaround in the mean time.
2019-03-04 10:10:35 -08:00
paigehargrave
4e1c973647 Update upgrade.md 2019-03-04 12:59:15 -05:00
paigehargrave
99f653ae00 Update system-requirements.md 2019-03-01 07:12:09 -05:00
paigehargrave
b67774bd65 Update system-requirements.md 2019-03-01 07:11:33 -05:00
Maria Bermudez
2766b82053 Update enable-audit-logging.md 2019-02-28 17:02:33 -08:00
Maria Bermudez
16aa90805d Rename create-audit-logs.md to enable-audit-logging.md 2019-02-28 17:00:15 -08:00
Maria Bermudez
ac2ce97f24 Update title and fix typo 2019-02-28 16:55:50 -08:00
Maria Bermudez
a63b74a05d Merge pull request #8306 from ollypom/rewritenfsstorage
Update UCP NFS Storage Docs
2019-02-28 22:12:59 +00:00
Paige Hargrave
4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
Paige Hargrave
813f45bdd7 Merge branch 'master' of github.com:docker/docker.github.io 2019-02-28 12:49:21 -05:00
paigehargrave
61f89bd0d4 Merge branch 'master' into kube-ingress-updates 2019-02-27 17:22:43 -05:00