Remove CCM dependency pkg/util/flag

This commit is contained in:
cici37
2020-04-22 10:06:11 -07:00
parent b19de7f9b6
commit 15c844031f
14 changed files with 13 additions and 25 deletions

View File

@@ -481,7 +481,7 @@ addon that provides cluster DNS for these cluster IPs. The user must create a se
with the apiserver API to configure the proxy.`,
Run: func(cmd *cobra.Command, args []string) {
verflag.PrintAndExitIfRequested()
utilflag.PrintFlags(cmd.Flags())
cliflag.PrintFlags(cmd.Flags())
if err := initForOS(opts.WindowsService); err != nil {
klog.Fatalf("failed OS init: %v", err)