mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #60791 from mythi/kernel
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. kernel_validator: amend kernel config check paths **What this PR does / why we need it**: Clear Linux Project for Intel Architecture uses its own path to store kernel build artifacts. This PR amends the path to kernel validator's config check paths. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ``` e2e_node: add new kernel config check paths ```
This commit is contained in:
commit
d7bcae8b96
@ -181,6 +181,7 @@ func (k *KernelValidator) getKernelConfigReader() (io.Reader, error) {
|
|||||||
"/usr/src/linux/.config",
|
"/usr/src/linux/.config",
|
||||||
"/usr/lib/modules/" + k.kernelRelease + "/config",
|
"/usr/lib/modules/" + k.kernelRelease + "/config",
|
||||||
"/usr/lib/ostree-boot/config-" + k.kernelRelease,
|
"/usr/lib/ostree-boot/config-" + k.kernelRelease,
|
||||||
|
"/usr/lib/kernel/config-" + k.kernelRelease,
|
||||||
}
|
}
|
||||||
configsModule := "configs"
|
configsModule := "configs"
|
||||||
modprobeCmd := "modprobe"
|
modprobeCmd := "modprobe"
|
||||||
|
Loading…
Reference in New Issue
Block a user