-
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
Podman play kube ignores Limits #7742
Comments
Interested in opening a PR to fix this? |
I think I can fix this problem, but I am busy recently. If others are busy, I will fix this problem later. |
This was fixed in cd2b2d9 and released in podman 2.1.0. |
Just to be clear, the |
No, reopening. |
I think |
We have something similar (Libpod namespaces and the |
It wouldnt be required. For me it would be totally fine to have some kind of documentation which parameters/arguments/flags are supported if one uses |
I'm working on adding support for limits to play kube in xordspar0:play-kube-limits-#7742. |
@xordspar0 Any progress? |
I guess I forgot to link to the PR I opened: #7853 I'm still working on it. I'm currently stuck with some test failures. I haven't figured out why it's happening yet. |
Awesome. |
#7853 was merged, so that should wrap this issue up I think. |
As the reporter gave a thumbs up, I'm closing this issue. @xordspar0 TYVM for the PR to fix this! |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
It seems like some Attributes/Paramaters in a kubernetes deployment.yaml are ignored in podman. I was able to identify
the following behaviour.
Steps to reproduce the issue:
[sudo] podman play kube deployment.yml
podman (container|pod) (inspect|stats)
Describe the results you received:
For step 2, the deployment does not work at all.
In Step 5, you can see that the deployment still uses all of the available memory/cpu and the restartPolicy seems to be ignored.
Also the namespace declaration is not shown in
podman pod ls --ns
.Describe the results you expected:
-m
when usingpodman run
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Issue occurs on Fedora 32 Silverblue, Fedora 32 Server and Fedora CoreOS.
The text was updated successfully, but these errors were encountered: