From dd61bb38c38a8af23da3b3b35183a31e57180db5 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 6 Dec 2016 14:14:23 -0800 Subject: [PATCH] Add known issue to UCP release notes --- datacenter/ucp/2.0/guides/release-notes.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/datacenter/ucp/2.0/guides/release-notes.md b/datacenter/ucp/2.0/guides/release-notes.md index 87e6f3d565..6ecdf9ba78 100644 --- a/datacenter/ucp/2.0/guides/release-notes.md +++ b/datacenter/ucp/2.0/guides/release-notes.md @@ -23,7 +23,7 @@ upgrade your installation to the latest release. * The node details page now shows information about the node's CPU and RAM * Improved applications page to provide more guidance when there are no apps deployed -**Bug Fixes** +**Bug fixes** * Core * Fixed an issue with rethinkDB sync that causes timeout failures during upgrades @@ -52,6 +52,15 @@ upgrade your installation to the latest release. * Improved DTR integration screen, to provide more guidance on how to install DTR +**Known issues** + +* When deploying applications from the UI or CLI with the compose file format +2.1, overlay networks will not be created in attachable mode, so containers +will fail to attach to that network. As a workaround you can create the networks +upfront and make them attachable, and change your compose file to use those +networks. + + ## Version 2.0.0 @@ -102,3 +111,11 @@ platform * Improved support dump with more system information, readable file formats, and container names/IDs * LDAP/AD now lists up to 1 million users + +**Known issues** + +* When deploying applications from the UI or CLI with the compose file format +2.1, overlay networks will not be created in attachable mode, so containers +will fail to attach to that network. As a workaround you can create the networks +upfront and make them attachable, and change your compose file to use those +networks.