Skip to content

WIP: Added `mount_propagation` option to HostPath volumes in k8s.

Nuno Santos requested to merge nfvs/gitlab-runner:mountPropagation into main

What does this MR do?

This MR adds support for the mountPropagation option when using HostPath shared volumes in the kubernetes executor.

Why was this MR needed?

Some shared volumes need mount propagation so build containers can access them (especially NFS shares).

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

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports