mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 19:49:13 +00:00
- 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