mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix: ignore error
Signed-off-by: jonyhy <yun.hao@daocloud.io>
This commit is contained in:
parent
1123a7041e
commit
1ff266b779
@ -523,8 +523,7 @@ with the apiserver API to configure the proxy.`,
|
|||||||
opts.AddFlags(fs)
|
opts.AddFlags(fs)
|
||||||
fs.AddGoFlagSet(goflag.CommandLine) // for --boot-id-file and --machine-id-file
|
fs.AddGoFlagSet(goflag.CommandLine) // for --boot-id-file and --machine-id-file
|
||||||
|
|
||||||
// TODO handle error
|
_ = cmd.MarkFlagFilename("config", "yaml", "yml", "json")
|
||||||
cmd.MarkFlagFilename("config", "yaml", "yml", "json")
|
|
||||||
|
|
||||||
return cmd
|
return cmd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user