• Kubernetes Submit Queue's avatar
    Merge pull request #49410 from jasonbrooks/patch-1 · 76b4699c
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 65449, 65373, 49410). 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>.
    
    add kernel config locations for fedora and atomic
    
    **What this PR does / why we need it**:
    
    * Fedora stores its kernel configs in /usr/lib/modules/$(uname -r)/config
    * Fedora/CentOS/RHEL atomic hosts use /usr/lib/ostree-boot/$(uname -r), though this location is deprecated
    * The lack of these locations in the validator is causing kubeadm to hang on "failed to parse kernel config" in its preflight checking on fedora and atomic host
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    ```
    76b4699c
Name
Last commit
Last update
..
specs Loading commit data...
BUILD Loading commit data...
cgroup_validator.go Loading commit data...
cgroup_validator_test.go Loading commit data...
docker_validator.go Loading commit data...
docker_validator_test.go Loading commit data...
kernel_validator.go Loading commit data...
kernel_validator_helper.go Loading commit data...
kernel_validator_test.go Loading commit data...
os_validator.go Loading commit data...
os_validator_test.go Loading commit data...
package_validator.go Loading commit data...
package_validator_test.go Loading commit data...
report.go Loading commit data...
types.go Loading commit data...
types_unix.go Loading commit data...
types_windows.go Loading commit data...
validators.go Loading commit data...