From 2b65471f6b3f7684f4f9f66dd338d13a93e7b852 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 28 Mar 2019 18:36:41 +0400 Subject: [fuel] Follow symlink to get k8s config Change-Id: Icd7aef4c5a328e5e92e9740de3737a82acc71f8b Signed-off-by: Michael Polenchuk --- utils/fetch_k8_conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/fetch_k8_conf.sh b/utils/fetch_k8_conf.sh index b3be0d6e1..e5e237d03 100755 --- a/utils/fetch_k8_conf.sh +++ b/utils/fetch_k8_conf.sh @@ -61,7 +61,7 @@ elif [ "$installer_type" == "joid" ]; then info "Do nothing, config file has been provided in $HOME/joid_config/config for joid" elif [ "$installer_type" == "fuel" ]; then info "Getting kubernetes config ..." - docker cp fuel:/opt/kubernetes.config $dest_path + docker cp -L fuel:/opt/kubernetes.config $dest_path else error "Installer $installer_type is not supported by this script" fi -- cgit 1.2.3-korg