Add workaround for Orca issue #5989 (#2654)

This commit is contained in:
Jim Galasyn 2017-04-06 13:59:50 -07:00 committed by GitHub
parent 5f14289a3f
commit fa304dc832
1 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,18 @@ upgrade your installation to the latest release.
(4 Apr 2017) (4 Apr 2017)
**Known issues**
In UCP 2.1.3, if you try to upload externally-signed controller
certificates through the **Admin Settings** page on the UI, you'll see a
"Success" message, but the certificates won't be updated on any
of the controller nodes.
The workaround is to update the contents of the `ucp-controller-server-certs`
volume manually on each manager node with the new `ca.pem`, `cert.pem`, and
`key.pem` contents. Update all three of these files approximately
simultaneously, to avoid issues with reconciliation.
**Bug fixes** **Bug fixes**
* Core * Core