- the mesos scheduler gets a --static-pods-config parameter with a directory with pods specs. They are zipped and sent over to newly started mesos executors. - the mesos executor receives the zipper static pod config via ExecutorInfo.Data and starts up the pods via the kubelet FileSource mechanism. - both - the scheduler and the executor side - are fully unit tested |
||
|---|---|---|
| .. | ||
| debug.go | ||
| doc.go | ||
| leaky.go | ||
| pod_task.go | ||
| pod_task_test.go | ||
| port_mapping.go | ||
| port_mapping_test.go | ||
| protobuf.go | ||
| registry.go | ||
| registry_test.go | ||