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

Overhaul container entrypoint script and Docker docs #5263

Merged
merged 1 commit into from
Nov 18, 2024

Commits on Nov 15, 2024

  1. Overhaul container entrypoint script and Docker docs

    Add some extra smarts to the k0s container entrypoint script. By adding
    cgroup setup capabilities, it's no longer necessary to use the host's
    cgroups when running k0s in a container. Track down and document the
    necessary security-related container flags, so there's a slightly
    more audited alternative to just using --privileged. Re-add the /run
    directory as tmpfs, as the data in it is not meant to be persistent and
    could potentially cause problems when containers are restarted.
    
    Signed-off-by: Tom Wieczorek <[email protected]>
    twz123 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    18d3545 View commit details
    Browse the repository at this point in the history