heptio / aws-quickstart

AWS Kubernetes cluster via CloudFormation and kubeadm
Apache License 2.0
223 stars 134 forks source link

deploy-latest-published.sh file mentioned in README missing #199

Closed nrb closed 6 years ago

nrb commented 6 years ago

The README links to https://github.com/heptio/aws-quickstart/blob/master/bin/deploy-latest-published.sh for getting a cluster via the command line. However, this file isn't in the repo. The output of git log --all --full-history -- bin/deploy-latest-published.sh shows that it never existed.

What's the correct command or script to use?

chuckha commented 6 years ago

please use https://github.com/heptio/aws-quickstart/blob/master/bin/boot-latest-published.sh instead. I will fix the readme.