kubernetes-mesos
kubernetes-mesos copied to clipboard
Unable to install - (Dead link on main README.md)
Not sure about the state of the project, but there is a dead link on the main README.md.
The link https://docs.mesosphere.com/services/kubernetes/ is dead.
If this project is dead, how dose one recommend installing Kuberntes on DC/OS?
we're trying to pull together a community of people interested in k8s/dcos here: https://dcos-community.slack.com/messages/kubernetes/
at the moment k8s is not compatible with the latest dcos releases
Ok, good to know. I have two questions:
- What needs to be done to make it work again.
- Are the instructions from Kubernetes out of date?
Things that I'm aware of:
- Security (authn) changes w/ respect the dcos CLI
- Get volume management working in kubelet. Current releases of dc/os execute the kubelet-executor in a private mountns. This causes problems for docker containers trying to use volumes mounted/unmounted by kubelet.
On Wed, Jul 13, 2016 at 5:10 PM, Mathew Wicks [email protected] wrote:
Ok, good to know. I have two questions:
- What needs to be done to make it work again.
- Are the instructions from Kubernetes http://kubernetes.io/docs/getting-started-guides/dcos/out of date?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mesosphere/kubernetes-mesos/issues/804#issuecomment-232487743, or mute the thread https://github.com/notifications/unsubscribe/ACPVLIxXx8aW-sMFrQ083Nr_rk-_zkIAks5qVVQxgaJpZM4JK4PB .
I found this doc describing known issues on the Kubernetes Kops Git: https://github.com/kubernetes/kops/blob/master/vendor/k8s.io/kubernetes/contrib/mesos/docs/issues.md
waiting for to make kubernetes work on DC/OS
also I am waiting kubernetes work on DC/OS.
Took about half an hour to arrive here, given all the outdated docs and broken links around the internet. Included in those are the official Kubernetes docs, and a Mesosphere blog post from not too long ago, and this non-deprecated Mesosphere git repo.
Kubernetes on Mesos has moved here: https://github.com/kubernetes-incubator/kube-mesos-framework Kubernetes on DC/OS was proof of concept and no longer works due to divergent designs.
Assuming this means no further efforts are being made to bring this current and working?
"Kubernetes on DC/OS was proof of concept and no longer works due to divergent designs" Specifically what does this mean, is this philosophical and hence why no further work has been done on this or is there the potential to bridge this design difference and address?
Thanks DB