cmd.Flags().StringVar(&cfg.API.AdvertiseAddress,"apiserver-advertise-address",cfg.API.AdvertiseAddress,"The IP address or DNS name the API server is accessible on")
cmd.Flags().StringVar(&cfg.API.AdvertiseAddress,"apiserver-advertise-address",cfg.API.AdvertiseAddress,"The IP address of the API server is accessible on")
cmd.Flags().Int32Var(&cfg.API.BindPort,"apiserver-bind-port",cfg.API.BindPort,"The port the API server is accessible on")
cmd.Flags().StringVar(&cfg.Networking.ServiceSubnet,"service-cidr",cfg.Networking.ServiceSubnet,"The range of IP address used for service VIPs")
cmd.Flags().StringVar(&featureGatesString,"feature-gates",featureGatesString,"A set of key=value pairs that describe feature gates for various features. "+
t.Errorf("getKubeConfigSpecs for %s Organizations is %v, expected %v",assertion.kubeConfigFile,spec.ClientCertAuth.Organizations,assertion.organizations)
}
// Asserts MasterConfiguration values injected into spec
// Choose the right address for the API Server to advertise. If the advertise address is localhost or 0.0.0.0, the default interface's IP address is used