kubernetes-mesos icon indicating copy to clipboard operation
kubernetes-mesos copied to clipboard

How to set startup parameter when run kubernetes on mesos

Open pangbingqiang opened this issue 9 years ago • 1 comments

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!

pangbingqiang avatar Jun 16 '16 09:06 pangbingqiang

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.

jdef avatar Jun 17 '16 02:06 jdef