Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
djoshy committed Feb 24, 2025
1 parent 0636873 commit 206ae22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/daemon/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,7 @@ func (dn *CoreOSDaemon) switchKernel(oldConfig, newConfig *mcfgv1.MachineConfig)
// We support Kernel update only on RHCOS and SCOS nodes
if !dn.os.IsEL() {
klog.Info("updating kernel on non-RHCOS nodes is not supported")
klog.Infof("Detected osrelease \n %+q", dn.os)
return nil
}

Expand Down

0 comments on commit 206ae22

Please sign in to comment.