Skip to content

Draft: feat: add feature flag to disable umask on kubernetes runners

What does this MR do?

Add new feature flag to allow toggling umask 00000 for kubernetes runner, similar to existing functionality for docker runner.

Why was this MR needed?

umask in kubernetes runner modifies file permissions, which can impact processes which depend on it (like kaniko)

What's the best way to test this MR?

What are the relevant issue numbers?

#28867

Merge request reports