Skip to content

Commit bbf69eb

Browse files
committed
add logs
1 parent 067db0d commit bbf69eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubelet/app/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ func run(ctx context.Context, s *options.KubeletServer, kubeDeps *kubelet.Depend
803803
return fmt.Errorf("topology manager policy options %v require feature gates %q enabled",
804804
s.TopologyManagerPolicyOptions, features.TopologyManagerPolicyOptions)
805805
}
806+
klog.InfoS("Swap Value", "failSwapOn", s.FailSwapOn)
806807

807808
kubeDeps.ContainerManager, err = cm.NewContainerManager(
808809
kubeDeps.Mounter,

0 commit comments

Comments
 (0)