hobby-kube / guide

Kubernetes clusters for the hobbyist.
MIT License
5.57k stars 258 forks source link

getting the kubernetes version #75

Closed starkers closed 5 years ago

starkers commented 5 years ago

This appears to be broken (although I'm using debian9 + 1.14 so maybe its just me.. but the hash 404's)

Another option (in the interests of keeping it less "magic") might be to to keep it hard-coded.

EG:

apt install kubelet=1.14.0-00 kubeadm=1.14.0-00 kubectl=1.14.0-00
...
KUBECONFIG=/etc/kubernetes/admin.conf kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=1.14"

Nice guide FWIW.. I'm busy converting it into ansible (for hcloud)

also.. just a thought.. but it may be worth documenting how traffic from the public IP gets thru... I'm assuming its this bad boy: https://github.com/hobby-kube/manifests/blob/master/ingress/deployment.yml#L26

Regards -David

pstadler commented 5 years ago

What exactly is breaking for you? See the official weave net docs.

pstadler commented 5 years ago

Closed due to inactivity.