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

Commits on Oct 11, 2024

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

    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)
    jortel authored and dymurray committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    15d225c View commit details
    Browse the repository at this point in the history