Skip to content

Github ARC - Kubernetes-novolume mode does not require root to work #44324

@matthew-clark33

Description

@matthew-clark33

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets#using-kubernetes-mode

What part(s) of the article would you like to see updated?

Root is not required for running kubernetes no volume. I just updated spec to

securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001

via helm and it is working fine without root. this was hold up for me when deciding between kubernetes and kubernetes no volume mode

Image

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the team

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions