-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CNF-10170: bootkube.sh: Render kernel boot arguments for SNO #7692
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
CNF-10170: bootkube.sh: Render kernel boot arguments for SNO #7692
Conversation
|
Skipping CI for Draft Pull Request. |
df84ca6 to
c9bbf57
Compare
c9bbf57 to
a85b659
Compare
|
@jlojosnegros: This pull request references CNF-10170 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. 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/test-infra repository. |
|
Yep, looks good :) |
a85b659 to
8ede9a7
Compare
|
/test e2e-aws-ovn |
3e44335 to
c4800c9
Compare
|
/test okd-e2e-aws-ovn-upgrade |
|
/label acknowledge-critical-fixes-only |
|
Ups, wrong PR, sorry /unlabel acknowledge-critical-fixes-only |
vitus133
left a comment
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.
Added a suggestion for mitigating https://issues.redhat.com/browse/CNF-10610
a0c8f12 to
bb34d58
Compare
|
/retest-required |
|
/lgtm |
|
/assign @jhixson74 |
In an effort to speed up installation and avoid node reboots this command will run `tuneD` on a properly isolated environment and render a MachineConfig to apply the kernel boot args readed from `/etc/tuned/bootcmdline` Signed-off-by: Jose Luis Ojosnegros Manchón <[email protected]>
bb34d58 to
e506646
Compare
|
/cc @eggfoobar |
|
/retest-required |
|
/retest |
|
/lgtm |
|
/hold Adding a hold label as a precaution for now due to the discussion in this thread. We will need to handle bootstrap in place installs when no Performance Profiles are present during the tuned render |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhixson74 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 |
After openshift/cluster-node-tuning-operator#924 hold could be cancelled. |
|
Sounds good to me! |
|
/hold cancel |
|
@jlojosnegros: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
In an effort to speed up installation and avoid node reboots this command will run
tuneDon a properly isolated environment and render a MachineConfig to apply the kernel boot args readed from/etc/tuned/bootcmdlinesee: openshift/cluster-node-tuning-operator#844
reverted by: #7979