mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
cluster/gce/coreos: Replace kube-ui with dashboard in configure-node.sh
This commit is contained in:
parent
f7be2cd2a2
commit
c2c3ccdaa7
@ -133,7 +133,7 @@ function configure-master-addons() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${ENABLE_CLUSTER_UI}" == "true" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
if [[ "${ENABLE_CLUSTER_MONITORING}" == "influxdb" ]]; then
|
if [[ "${ENABLE_CLUSTER_MONITORING}" == "influxdb" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user