containers / podlet

Generate Podman Quadlet files from a Podman command, compose file, or existing object
https://crates.io/crates/podlet
Mozilla Public License 2.0
318 stars 10 forks source link

Podman v5.0.0 #75

Closed k9withabone closed 1 month ago

k9withabone commented 1 month ago

Adds support for quadlet options introduced in podman v5.0.0.

The headline feature is support for generating .pod quadlet files. They can be created from a podman command with podlet podman pod create, a compose file with podlet compose --pod, or an existing pod with podlet generate pod. podlet compose --pod and podlet generate pod creates both .pod and .container quadlet files and links them together.

Closes #68

tdgroot commented 1 month ago

Nice to see that features are added without breaking podman BC 👍

rugk commented 1 month ago

Great! But the doc in the Readme is not adjusted yet or may I be wrong?

It still says

In addition, the --pod option will generate Kubernetes YAML

And the usage/-h screen does the same:

--pod <POD>  Create a Kubernetes YAML file for a pod instead of separate containers

Should not this now say it will generate a .pod file?

k9withabone commented 1 month ago

the Readme is not adjusted yet

Correct, the README is updated with releases. The next one should be this week. See the podlet-v0.3.0 branch.