Skip to content

Commit

Permalink
Fix proportional autoscaler image
Browse files Browse the repository at this point in the history
The proportional autoscaler was not taken from
the real gcr.io/google_containers but but from
docker.io/googlecontainer.

story: 2003993
task: 30492

Change-Id: I2b6fa6f6c839d86b935feb9e1fa9f044d1835b34
Signed-off-by: Spyros Trigazis <[email protected]>
(cherry picked from commit c0e5119)
  • Loading branch information
strigazi authored and brtkwr committed Nov 6, 2019
1 parent abb8ca5 commit 9d55389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ printf "Starting to run ${step}\n"
. /etc/sysconfig/heat-params

_dns_prefix=${CONTAINER_INFRA_PREFIX:-docker.io/coredns/}
_autoscaler_prefix=${CONTAINER_INFRA_PREFIX:-docker.io/googlecontainer/}
_autoscaler_prefix=${CONTAINER_INFRA_PREFIX:-gcr.io/google_containers/}

CORE_DNS=/srv/magnum/kubernetes/manifests/kube-coredns.yaml
[ -f ${CORE_DNS} ] || {
Expand Down

0 comments on commit 9d55389

Please sign in to comment.