summaryrefslogtreecommitdiffstats
path: root/k8s/ChangeLog.md
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-01 18:00:19 -0400
committerJack Lucas <jflucas@research.att.com>2019-04-02 10:52:35 -0400
commita4983a2f9a74b52c1b54491f2a39d2effb2763e6 (patch)
treef0fda1401ab6782b570487c56132b720e4fccd0a /k8s/ChangeLog.md
parent4823b2acc5c61d5e5442364cd0540dd475949e73 (diff)
Change kubeconfig file location
By putting kubeconfig in its own directory, we make sure updates to the underlying configMap become visible to the plugin without restarting CM. Issue-ID: DCAEGEN2-1136 Change-Id: Ifbc5bed31cdcf285b1cf845427679f631eaa4645 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/ChangeLog.md')
-rw-r--r--k8s/ChangeLog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 2511802..ee209ee 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/ChangeLog.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.4.12]
+ Change location of kubeconfig file for multi-cluster support. Put the
+ file in a subdirectory so that the k8s volume mount does not require a
+ "subPath" parameter, so that updates to the ConfigMap hosting the kubeconfig
+ will be visible to the plugin without restarting Cloudify Manager.
+
## [1.4.11]
change v['container']['mode'] to v['container'].get('mode') to allow for
the 'mode' value to be absent from v['container']