Re: kubernetes-mesos installation issues

2014-08-28 Thread Sidharta Seethana
Thanks, Niklas. I'll take a look at the fixes once they are in. -Sidharta On Tue, Aug 26, 2014 at 1:42 PM, Niklas Nielsen nik...@mesosphere.io wrote: We are working on it: https://github.com/mesosphere/kubernetes-mesos/issues/28 Sorry for the wait - the Kubernetes internal API's changes

Re: kubernetes-mesos installation issues

2014-08-26 Thread Sidharta Seethana
Hi Vladimir, Thank you for your response. While it does say that the mesos cluster needs to be running, it does not specify that the sources need to be installed/available. In any case, I was able to compile mesos-go after installing the sources as per YiFan's earlier email. Kubernetes-mesos

Re: kubernetes-mesos installation issues

2014-08-26 Thread Niklas Nielsen
We are working on it: https://github.com/mesosphere/kubernetes-mesos/issues/28 Sorry for the wait - the Kubernetes internal API's changes rapidly and we are doing our best to keep up. Niklas On 26 August 2014 13:35, Sidharta Seethana sidharta.apa...@gmail.com wrote: Hi Vladimir, Thank you

kubernetes-mesos installation issues

2014-08-20 Thread Sidharta Seethana
hello mesos-users, I am running into some issues when trying to use kubernetes mesos (on Mac OS X). I am following the instructions provided here : https://github.com/mesosphere/kubernetes-mesos 1) mesos-go installation (tried this is $GOPATH) : === $go get github.com/mesos/mesos-go/mesos #

Re: kubernetes-mesos installation issues

2014-08-20 Thread Sidharta Seethana
Hi Yifan, I don't actually have mesos installed. The assumption (perhaps incorrect) was that following the instructions here ( https://github.com/mesosphere/kubernetes-mesos ) would ensure that any required dependencies are brought in automatically. I could try installing mesos sources separately