Skip to content

Conversation

@ikim27
Copy link

@ikim27 ikim27 commented Dec 15, 2025

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note entered in the section below (or None if no user-facing changes)

Does this PR introduce a user-facing change?

Added the `--group-add` flag to `podman pod create` to allow specifying supplementary groups for the infra container.

@mheon
Copy link
Member

mheon commented Dec 15, 2025

I think we'd prefer not to add this; it doesn't make any sense, honestly, as it only affects the infra container, which is never running things anyways. For the one use-case where this would fix things, we'd prefer to change to the newer kernel mount API instead, which would not require an otherwise-unused user-facing flag.

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.

2 participants