cluster/gce/coreos: Replace kube-ui with dashboard in configure-node.sh

This commit is contained in:
Yifan Gu 2016-02-16 16:46:33 +08:00
parent f7be2cd2a2
commit c2c3ccdaa7

View File

@ -133,7 +133,7 @@ function configure-master-addons() {
fi
if [[ "${ENABLE_CLUSTER_UI}" == "true" ]]; then
evaluate-manifests-dir ${MANIFESTS_DIR}/addons/kube-ui ${addon_dir}/kube-ui
evaluate-manifests-dir ${MANIFESTS_DIR}/addons/dashboard ${addon_dir}/dashboard
fi
if [[ "${ENABLE_CLUSTER_MONITORING}" == "influxdb" ]]; then