Commit abb2d9aa authored by Brian Downs's avatar Brian Downs

add flag usage

parent 57a6319f
...@@ -139,7 +139,7 @@ var ( ...@@ -139,7 +139,7 @@ var (
} }
ProtectKernelDefaultsFlag = cli.BoolFlag{ ProtectKernelDefaultsFlag = cli.BoolFlag{
Name: "protect-kernel-defaults", Name: "protect-kernel-defaults",
Usage: "(agent/node) ", Usage: "(agent/node) Kernel tuning behavior. If set, error if kernel tunables are different than kubelet defaults.",
Destination: &AgentConfig.ProtectKernelDefaults, Destination: &AgentConfig.ProtectKernelDefaults,
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment