If you're new to Mesos
See the getting started page for more information about downloading, building, and deploying Mesos.
If you'd like to get involved or you're looking for support
See our community page for more details.
USAGE
/containerizer/debug /slave(1)/containerizer/debug
TL;DR;
Retrieve debug information for the Mesos containerizer.
DESCRIPTION
Returns a list of pending operations related to Mesos containerizer. This endpoint can help investigating container stuck issues.
Note: There is no fixed schema for a pending operation. Thereby, the output of this endpoint should not be used by automated tools.
Example (Note: this is not exhaustive):
{
"pending":[
{
"operation":"network/cni::attach",
"args":{
"containerId":"container"
}
}
]
}
AUTHENTICATION
This endpoint requires authentication iff HTTP authentication is enabled.