aws-samples / aws-workshop-for-kubernetes

AWS Workshop for Kubernetes
Apache License 2.0
2.66k stars 1.06k forks source link

Helm Install shows MacOS install instead of Linux/Bash for Cloud9 environments #404

Open RisingPhorce opened 6 years ago

RisingPhorce commented 6 years ago

In Section 306 App Management With Helm, instructions show MacOS instructions and links to install page for other platforms. As aws-workshop-for-kubernetes now assumes cloud9 ide thorghout, Linux/Bash install should be the default.

https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/03-path-application-development/306-app-management-with-helm

nathanpeck commented 6 years ago

+1 Also encountered this recently.

Recommend updating this documentation to use the official helm installer script:

$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh
$ chmod 700 get_helm.sh
$ ./get_helm.sh