Skip to content

Commit

Permalink
log: add log for patch version
Browse files Browse the repository at this point in the history
make sure to log the patched version

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Sep 18, 2024
1 parent 857e96c commit 9270305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kubelet/cm/cpumanager/cpu_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ func NewManager(cpuPolicyName string, cpuPolicyOptions map[string]string, reconc
var policy Policy
var err error

klog.InfoS("LLC alignment available", "version", "2024091801")

switch policyName(cpuPolicyName) {

case PolicyNone:
Expand Down

0 comments on commit 9270305

Please sign in to comment.