diff options
author | Taka Cho <takamune.cho@att.com> | 2019-10-14 09:19:21 -0400 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-10-14 20:13:43 +0000 |
commit | 7afe1f09012f7014a2c84de0a073e3446cfac17a (patch) | |
tree | 4d3f933203bbaf251674cee8c49599459ba85099 | |
parent | 54b8c6d11a5bb8111b6d991258b77c4a41a500cb (diff) |
update release note for unknown issue
update relese note
Issue-ID: APPC-1710
Change-Id: I810a49a8f72ed9c77869b1c1cdb1435c303bdd15
Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r-- | docs/release-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f265df56b..04bc4c4b6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -54,6 +54,12 @@ The El Alto added the following feature, bug fixes and security enhancements: - `APPC-1713 <https://jira.onap.org/browse/APPC-1713>`_ - Appc eelf logging resource bundle error after ODL upgrade - `APPC-1736 <https://jira.onap.org/browse/APPC-1736>`_ - change mountpoint for pax property file +**Known Issues** + + - `APPC-1710 <https://jira.onap.org/browse/APPC-1710>`_ - Need for "ReadWriteMany" access on storage when deploying on Kubernetes? + - to work around this is to add "accessMode: ReadWriteOnce" to values.yaml in APPC helm chart + + **Security Notes** *Fixed Security Issues* |