From: David Garcia Date: Wed, 22 Jul 2020 15:56:12 +0000 (+0200) Subject: Get the kubeconfig credentials from MongoDB X-Git-Tag: v8.0.1rc1~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=a7102ec60fc00896351c661b130cf381504fa6fd;hp=a7102ec60fc00896351c661b130cf381504fa6fd Get the kubeconfig credentials from MongoDB This the previous approach, the kubeconfig was gotten from the filesystem, which has issues scaling the LCM, because the kubeconfig was only present in the pod that had initialized the environment. The kubeconfig is stored in Mongo, and this commit basically gets the config from there, so it doesn't matter which LCM needs access to it. Change-Id: I80458db5124122a4b7b3eb3a9b00cb4a4add11ff Signed-off-by: David Garcia ---