X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ffetch_k8_conf.sh;h=b3be0d6e1c88cec515cfa3ee1ea832b3c70347bd;hb=1a28b61ccb46ee45dfee6e38fa29aff5c76cb69c;hp=32c07f8b6f1597746b5ee8347649c1ba1cb99965;hpb=7486614fbc3e92820c8627bdb6bd7eb252b2ab49;p=releng.git diff --git a/utils/fetch_k8_conf.sh b/utils/fetch_k8_conf.sh index 32c07f8b6..b3be0d6e1 100755 --- a/utils/fetch_k8_conf.sh +++ b/utils/fetch_k8_conf.sh @@ -59,6 +59,9 @@ if [ "$installer_type" == "compass" ]; then info "Fetch admin.conf successfully" 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 else error "Installer $installer_type is not supported by this script" fi