TheNewNormal / kube-cluster-osx

Local development multi node Kubernetes Cluster for macOS made very simple
Apache License 2.0
299 stars 26 forks source link

Kubernetes tar file and AddOn services are out of date. #69

Closed Krylon360 closed 8 years ago

Krylon360 commented 8 years ago

The Initial Setup is deploying an outdated SkyDNS; as well as an outdated Kubernetes-Dashboard. Even when running the "Update to latest Stable Kubernetes Version" option is used; it still re-deploys old services. It looks like you've staticly added in an old kube.tar and rc/svc yaml's. It would be better to run the command: export KUBERNETES_PROVIDER=vagrant; curl -sS https://get.k8s.io | bash vs using hard-coded files for setting up kubernetes.

rimusz commented 8 years ago

@Krylon360 which App version are you talking about? the latest v0.4.0 comes with k8s v1.3 and latest SkyDNS and Kubernetes-Dashboard, whatever v1.3 had in github

Also if you can improve the update part, PRs are always welcome :) btw hardcoded tars are by users requests :) afterwards you can update to the latest or pick an available version from github

Krylon360 commented 8 years ago

v0.3.5 (You hadn't merged in v0.4.0 yet; which looks like you just did.) (speaking of which; how hard would it be to add a "Check for Update/Update Kube-Cluster for macOS" option? 👍 )

Here's the current services deployed. screen shot 2016-07-08 at 3 18 42 pm When pulling down the source for the app and looking at the deployment files; here are the image:tags that are being pulled. skydns-rc.yaml > name: kube-dns-v10 version: v10 name: etcd image: gcr.io/google_containers/etcd:2.0.9 name: kube2sky image: gcr.io/google_containers/kube2sky:1.12 name: skydns image: gcr.io/google_containers/skydns:2015-10-13-8c72f8c

dashboard-controller.yaml > name: kubernetes-dashboard image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.1

Krylon360 commented 8 years ago

Same issue with 0.4.0.

kube-cluster-osx-0.4.0 cat src/k8s/skydns-rc.yaml |grep "version:" version: v10 version: v10 version: v10

rimusz commented 8 years ago

sure, must be missed the skydns so how, will update in the next version. regarding App's upgrade, to add an option to check for the upgrade via menu and on App's start should not be too difficult. upgrading in place does not always work as can be many changes to fleet units/cloud-init/kubernetes that makes a difficult task. need to think about this one.

rimusz commented 8 years ago

@Krylon360 updated SkyDNS to v17, closing this one, as I have issues opened for Apps updates check #71 and Add-ons update check #70

Krylon360 commented 8 years ago

Awesome. Thanks @Rimas

Bryce Walter On Jul 11, 2016 10:57 AM, "Rimas Mocevicius" notifications@github.com wrote:

Closed #69 https://github.com/TheNewNormal/kube-cluster-osx/issues/69.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TheNewNormal/kube-cluster-osx/issues/69#event-719003302, or mute the thread https://github.com/notifications/unsubscribe/AATizoHaWTYxcne_I0QHgbsK6-dfCGyDks5qUnXygaJpZM4JIXvU .