From a4983a2f9a74b52c1b54491f2a39d2effb2763e6 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 1 Apr 2019 18:00:19 -0400 Subject: 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 --- k8s/ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'k8s/ChangeLog.md') 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'] -- cgit 1.2.3-korg