Partial revert to fix local-up-cluster.sh

This commit is contained in:
Davanum Srinivas
2018-02-24 13:35:45 -05:00
parent 829ada8e30
commit fc4426f040
3 changed files with 11 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ with the apiserver API to configure the proxy.`,
glog.Fatalf("unable to create flag defaults: %v", err)
}
opts.AddFlags(pflag.CommandLine)
opts.AddFlags(cmd.Flags())
cmd.MarkFlagFilename("config", "yaml", "yml", "json")