voxpupuli / puppet-systemd

Puppet module to manage systemd
https://forge.puppet.com/puppet/systemd
Apache License 2.0
52 stars 142 forks source link

RFC: add Kube unit support #473

Closed dabelenda closed 5 days ago

dabelenda commented 5 days ago

Pull Request (PR) description

Podman integration brings support for multiple Unit types, including Kube unit that allows to start a pod with a YAML file declaration.

This PR in its current form is an RFC to discuss if these Unit Types are in the scope of this module. Or if they should be added to another module.

dabelenda commented 5 days ago

Sorry I made a mistake, apparently there is a utility to run that will generate a service unit from the definition of the .kube file.

systemd will not directly read kube units so it makes no sense to make this PR here...

traylenator commented 5 days ago

I tried adding quadlet support https://github.com/southalc/podman/pull/83 which ,kube is an example of.

Having said that that MR seems to be going nowhere