Skip to content

WIP: Add support for K8s EmptyDirs

What does this MR do?

Adds support for specifying Kuberntes EmptyDirs to the Kuberntes Executor

Why was this MR needed?

For running applications that need explicit tmpfs mounts (for example UML which needs a tmpfs without noexec) and for automatic volume cleanup in case a container has declared volume instructions (which would not be cleaned up since they are managed by Docker and not K8s).

Are there points in the code the reviewer needs to double check?

I'm not sure if I changed every codepath that deals with volumes

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

Merge request reports