Use quadlet and start gvisor-tap-vsock before nodeip-configuration service #1054
Conversation
podman generate systemd command is deprecated and recommend to use quadlet. ``` DEPRECATED command: It is recommended to use Quadlets for running containers and pods under systemd. ```
Recently with latest version of 4.18.10, noticed nodeip-configuration unit starts before gvisor-tap-vsock and blocks it. This cause problem to get IP address of VM.
Reviewer's GuideThis pull request updates the File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @praveenkumar - I've reviewed your changes - here's some feedback:
- Consider simplifying the nested heredoc structure for the quadlet file creation to improve readability.
- Prefer using specific quadlet keys (e.g.,
Privileged,Volume,Interactive,TTY) instead of bundling options withinPodmanArgsfor better clarity.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
/test e2e-microshift |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anjannath The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick master |
|
@anjannath: new pull request created: #1055 DetailsIn 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-sigs/prow repository. |
|
/cherry-pick release-4.19 |
|
@praveenkumar: new pull request created: #1056 DetailsIn 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-sigs/prow repository. |
| [Container] | ||
| Image=quay.io/crcont/gvisor-tap-vsock:latest | ||
| Network=host | ||
| PodmanArgs=--interactive --privileged --tty |
There was a problem hiding this comment.
--tty --interactive? is this required?
Summary by Sourcery
Migrate gvisor-tap-vsock service configuration from traditional systemd service to quadlet container configuration
Enhancements:
Chores: