mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CKS: use cluster-autoscaler-standard.yaml in kubernetes repo (#5574)
This commit is contained in:
parent
1b464b4d06
commit
6b757d502e
@ -76,7 +76,7 @@ if [ $ENABLE == "true" ] ; then
|
||||
exit 0
|
||||
else
|
||||
mkdir -p /opt/autoscaler
|
||||
AUTOSCALER_URL="https://raw.githubusercontent.com/shapeblue/autoscaler/add-acs/cluster-autoscaler/cloudprovider/cloudstack/examples/cluster-autoscaler-standard.yaml"
|
||||
AUTOSCALER_URL="https://raw.githubusercontent.com/kubernetes/autoscaler/master/cluster-autoscaler/cloudprovider/cloudstack/examples/cluster-autoscaler-standard.yaml"
|
||||
autoscaler_conf_file="/opt/autoscaler/autoscaler_tmpl.yaml"
|
||||
curl -sSL ${AUTOSCALER_URL} -o ${autoscaler_conf_file}
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
@ -87,7 +87,7 @@ dashboard_conf_file="${working_dir}/dashboard.yaml"
|
||||
curl -sSL ${DASHBORAD_CONFIG_URL} -o ${dashboard_conf_file}
|
||||
|
||||
# TODO : Change the url once merged
|
||||
AUTOSCALER_URL="https://raw.githubusercontent.com/shapeblue/autoscaler/add-acs/cluster-autoscaler/cloudprovider/cloudstack/examples/cluster-autoscaler-standard.yaml"
|
||||
AUTOSCALER_URL="https://raw.githubusercontent.com/kubernetes/autoscaler/master/cluster-autoscaler/cloudprovider/cloudstack/examples/cluster-autoscaler-standard.yaml"
|
||||
echo "Downloading kubernetes cluster autoscaler ${AUTOSCALER_URL}"
|
||||
autoscaler_conf_file="${working_dir}/autoscaler.yaml"
|
||||
curl -sSL ${AUTOSCALER_URL} -o ${autoscaler_conf_file}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user