Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(generate): add options to ignore unsupported pod options #116

Merged
merged 1 commit into from
Oct 6, 2024

Commits on Oct 2, 2024

  1. feat(generate): add options to ignore unsupported pod options

    Added `--ignore-infra-conmon-pidfile` and `--ignore-pod-id-file` options
    to `podlet generate pod`.
    
    The `--infra-conmon-pidfile` and `--pod-id-file` options are
    deliberately unimplemented by `podlet podman pod create` as they are set
    by Quadlet when generating the systemd service unit file, and cannot be
    set multiple times. Because `podlet generate pod` uses
    `podlet podman pod create` internally, this caused an error when
    attempting to generate a `.pod` Quadlet file from a pod created using
    either of those options, such as those created with the deprecated
    `podman generate systemd` command.
    
    Closes: #86
    Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
    k9withabone committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ce78ab0 View commit details
    Browse the repository at this point in the history