machineconfig: Use nosmt KernelArgument now#4138
machineconfig: Use nosmt KernelArgument now#4138cgwalters wants to merge 1 commit intoopenshift:masterfrom
Conversation
This replaces openshift#2805 Eventually it'd be nice to drop the deprecated `/etc/pivot/` stuff from the MCO, this is a step towards that.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
(No bug, this can wait for 4.7) |
| }, | ||
| }, | ||
| Spec: mcfgv1.MachineConfigSpec{ | ||
| Config: rawExt, |
There was a problem hiding this comment.
That makes it feel like ignition field is required
There was a problem hiding this comment.
Hmm possibly, I didn't test this locally; we also don't have CI coverage for this which probably needs to happen as a prerequisite. (It is IMO kind of a bug if the ignition section is really required becuase in exactly this case we're just using the "high level" MC section and not Ignition)
There was a problem hiding this comment.
As of today, at least this has to be passed:
ignConfig := igntypes.Config{
Ignition: igntypes.Ignition{
Version: igntypes.MaxVersion.String(),
},
}
|
@cgwalters: The following tests failed, say
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. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. 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. |
This replaces #2805
Eventually it'd be nice to drop the deprecated
/etc/pivot/stuff from the MCO, this is a step towards that.