-
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
kube-play: add support for HostPID #17168
kube-play: add support for HostPID #17168
Conversation
5c95d68
to
9373549
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tackling the issue! Can you squash the two commits into one? I think it's preferable to have tests and changes in one commit (easier to bisect if needed).
9373549
to
6a9f9af
Compare
6a9f9af
to
0929b2c
Compare
@vrothberg since the change for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
That sounds good, thanks! @containers/podman-maintainers PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danishprakash, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The test doesn't pass. |
* test/play_kube: add tests for hostPID Signed-off-by: danishprakash <[email protected]>
0929b2c
to
3ae84fe
Compare
One nit to keep my OCD in check, otherwise LGTM |
/lgtm |
Adds support for hostPID in Pod manifest for podman kube play
Closes #17157
Does this PR introduce a user-facing change?
Signed-off-by: danishprakash [email protected]
Having some issues running the tests locally, hence the draft for now.