X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ffetch_k8_conf.sh;h=e5e237d0363e7f77812bc9d1d5bc0a00b89278d9;hb=e5d85c77c15d8560cbbdcf28fb32ef63e8448501;hp=b3be0d6e1c88cec515cfa3ee1ea832b3c70347bd;hpb=1a28b61ccb46ee45dfee6e38fa29aff5c76cb69c;p=releng.git 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