kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

Guide for arch linux installation - install.sh missing #91

Closed itsJess1ca closed 6 years ago

itsJess1ca commented 6 years ago

I started following the guide for arch linux referenced at https://github.com/kahkhang/kube-linode/issues/4#issuecomment-311601422

However the link for the following step is now a 404. Any advice for getting past this? :) Is it still needed?

#To install
curl -s https://raw.githubusercontent.com/kahkhang/kube-linode/master/install.sh | bash
kahkhang commented 6 years ago

My apologies this isn't needed anymore, if you just run the current instruction, I.e. ./kube-linode.sh create after cloning this repository it should work fine :)

I should really update the instructions sometime, this was a couple of months back before I made extensive changes.

itsJess1ca commented 6 years ago

Ah that seems to be doing the trick (though there are some visual glitches due to no spinner)

I was also missing the package procps so had to rectify that :)

Thank you for a great tool!

EDIT: Just wanted to add after it finished building everything was a success :+1: Thanks again