fs.Int32Var(&s.Port,"port",s.Port,"The port that the cloud-controller-manager's http service runs on")
fs.Var(componentconfig.IPVar{Val:&s.Address},"address","The IP address to serve on (set to 0.0.0.0 for all interfaces)")
fs.StringVar(&s.CloudProvider,"cloud-provider",s.CloudProvider,"The provider of cloud services. Empty for no provider.")
fs.StringVar(&s.CloudConfigFile,"cloud-config",s.CloudConfigFile,"The path to the cloud provider configuration file. Empty string for no configuration file.")