Skip to content

Instantly share code, notes, and snippets.

@openstacker
Last active March 25, 2019 03:45
Show Gist options
  • Save openstacker/655d3a18cf44dbac1845b191d5a9165d to your computer and use it in GitHub Desktop.
Save openstacker/655d3a18cf44dbac1845b191d5a9165d to your computer and use it in GitHub Desktop.
How to build CA image
export BUILD_TAGS=magnum
go build ./
make make-image
docker tag staging-k8s.gcr.io/cluster-autoscaler-openstack:dev flwang/cluster-autoscaler-openstack:dev-7
docker image push flwang/cluster-autoscaler-openstack:dev-7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment