Skip to content

Commit

Permalink
#13 use Kubernetes 1.8.6 for now - not 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored and Michael O'Brien committed Dec 21, 2017
1 parent b267b59 commit c6c717e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oom_rancher_setup_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ curl https://releases.rancher.com/install-docker/1.12.sh | sh
# when running as non-root (ubuntu) run the following and logout/log back in
#sudo usermod -aG docker ubuntu
docker run -d --restart=unless-stopped -p 8880:8080 rancher/server:v1.6.10
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
# no Kubernetes 1.9.0 yet
#curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.8.6/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
mkdir ~/.kube
Expand Down

0 comments on commit c6c717e

Please sign in to comment.