build
build copied to clipboard
[FEATURE] Support User Namespace in Builds
Is there an existing feature request for this?
- [x] I have searched the existing feature requests
Is your feature request related to a problem or use-case? Please describe.
Kubernetes v1.33 comes with User Namespace enabled by default.
To enable this feature hostUsers: false needs to set specifically.
Describe the solution that you would like.
Add support for hostUsers field to BuildSpec, BuildRunSpec or BuildStrategySpec.
Describe alternatives you have considered.
No response
Anything else?
No response
Tekton Pipelines implementation. https://github.com/tektoncd/pipeline/pull/9049