-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Set up podman machine remote user correctly #21266
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
One nit otherwise LGTM |
code LGTM. Mac failures aren't a timeout but |
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, although debug seems 'random' without context/remark.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude, gbraad 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 remote user functionality was not quite correct. This PR breaks out the accumulation of user descriptions into a separate function. One odditiy is ignition must be told to NOT create the core user (or it will by default) by "adding" the core user with a set bool. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
fixed up, whoever merges this, please attempt a cherry-pick for 4.9 as well. @mheon ^^ |
/lgtm |
/cherry-pick v4.9 |
@mheon: once the present PR merges, I will cherry-pick it on top of v4.9 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/hold cancel |
6c5eeaa
into
containers:main
@mheon: new pull request created: #21280 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The remote user functionality was not quite correct. This PR breaks out the accumulation of user descriptions into a separate function. One odditiy is ignition must be told to NOT create the core user (or it will by default) by "adding" the core user with a set bool.
[NO NEW TESTS NEEDED]
Does this PR introduce a user-facing change?