-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Mismatch between quadlet options and kube play options? #18661
Comments
I would not recommend using Regardless |
Some entries were not implemented initially because Quadlet started off more opinionated that it currently is. Now that it is un-opinionated, I don't think there is any formal reason not to implement the support of any of the keys. Having said that, we do not wish to mandate that each and every argument be supported (to avoid release issues). So, users are more than welcomed to open PRs adding new keys. Please note that the support for One thing though, I think we should add the support for the |
I've opened #18670 to address the missing Should I add that it resolves this issue, or is there anything else we want to address for this one? |
For me (OP :)) I have all my answers at least, I didn't realize instead of --ip I could use --network, so the Network key in quadlet-kube, that helps! |
Following @void-spark's comment and the merge of #18670, I'm closing this issue. |
It will work with v4.5+ (#17502) |
Feature request description
Actually more of a question than a real request.
I noticed that podman play kube supports more options on the commandline, than can be provided using a 'kube' unit with quadlet, I think...
A example that stands out in my case is '--ip', but also '--log-driver' if I'm not mistaken.
I think there are several more?
I wonder if this is intentional, unfinished, or accidental, or am I just missing something? :)
I can see this being a intentional design choice, I don't have enough overview yet to understand that.
Or maybe I've missed something in the manual :)
Suggest potential solution
If this is not by design, additional options could be added to the 'kube' unit file for all missing arguments that play kube supports.
Or if kube play moves quicker than quadlet, it's possible to add a 'ExtraArgs' option or such which gets passed directly to kube
Have you considered any alternatives?
A workaround is to just copy the generated systemd unit file, and manually modify that.
You don't use quadlet anymore then, but I don't think that makes much difference at the moment?
Additional context
No response
The text was updated successfully, but these errors were encountered: