Project31 / kubernetes-installer-rpi

Apache License 2.0
15 stars 7 forks source link

build-master.sh fails as kubernetes-arm repository doesnt exist #5

Open seantdg opened 7 years ago

seantdg commented 7 years ago

build-master.sh has the following lines:

curl -fsSL -o hyperkube https://github.com/project31/kubernetes-arm/raw/master/hyperkube curl -fsSL -o kubelet https://github.com/project31/kubernetes-arm/raw/master/kubelet

which both return a 404.

lhridley commented 7 years ago

Is project31/kubernetes-arm a private repository?

warmchang commented 7 years ago

:cry:

osdrv commented 7 years ago

Hi guys, did anybody happen to find a workaround?