d2iq-archive / kubernetes-mesos

A Kubernetes Framework for Apache Mesos
636 stars 92 forks source link

How to set startup parameter when run kubernetes on mesos #802

Open pangbingqiang opened 8 years ago

pangbingqiang commented 8 years ago

I run k8s on mesos as follow intruduce http://kubernetes.io/docs/getting-started-guides/mesos/ but always unsuccess , taskstate is TASK_LOST. the mesos slave log is: I0616 16:39:50.060895 63754 docker.cpp:734] No container info found, skipping launch but when only run k8s without mesos ,the same pod task is success.So anyone have success run this project, please let me know,thanks!

jdef commented 8 years ago

Is the same error that you sent to the mesos-dev mailing list? If so it's already been suggested that you should enable the mesos containerizer for your mesos slave/agent procs. If this is a new error, kindly include additional information so that we can help you troubleshoot. Configuration for your mesos processes as well as your k8s-mesos processes would help, along with a bit more logging context.