Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Run task pod as AnyUser. (#755) #758

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

dymurray
Copy link
Contributor

To support running the task pods as AnyUser instead of root:

  • The task manager needs to no longer RunAs user root.
  • The /addon directory needs to be an EmptyDir. This is because the addon-analyzer Dockerfile cannot create the /addon directory as owned by the AnyUser.

Signed-off-by: Jeff Ortel [email protected]
(cherry picked from commit 8769075)

To support running the task pods as _AnyUser_ instead of root:
- The task manager needs to no longer RunAs user root.
- The /addon directory needs to be an _EmptyDir_. This is because the
addon-analyzer Dockerfile cannot create the /addon directory as owned by
the _AnyUser_.

Signed-off-by: Jeff Ortel <[email protected]>
(cherry picked from commit 8769075)
@dymurray dymurray force-pushed the cherry-pick-pr755-release-0.5-2 branch from b81a4ff to 15d225c Compare October 11, 2024 13:26
@dymurray dymurray merged commit 4b34670 into release-0.5 Oct 11, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants