You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: