fs.StringVar(&s.DnsConfigFile,"dns-provider-config",s.DnsConfigFile,"Path to config file for configuring DNS provider.")
fs.DurationVar(&s.HpaScaleForbiddenWindow.Duration,"hpa-scale-forbidden-window",s.HpaScaleForbiddenWindow.Duration,"The time window wrt cluster local hpa lastscale time, during which federated hpa would not move the hpa max/min replicas around")
fs.Var(&s.Controllers,"controllers",""+
"A set of key=value pairs that describe controller configuration "+
"to enable/disable specific controllers. Key should be the resource name (like services) and value should be true or false. "+