@@ -58,6 +60,7 @@ func (s *ProxyServer) AddFlags(fs *pflag.FlagSet) {
fs.Var(&s.BindAddress,"bind_address","The IP address for the proxy server to serve on (set to 0.0.0.0 for all interfaces)")
client.BindClientConfigFlags(fs,&s.ClientConfig)
fs.IntVar(&s.HealthzPort,"healthz_port",s.HealthzPort,"The port to bind the health check server. Use 0 to disable.")
fs.Var(&s.HealthzBindAddress,"healthz_bind_address","The IP address for the health check server to serve on, defaulting to 127.0.0.1 (set to 0.0.0.0 for all interfaces)")
fs.IntVar(&s.OOMScoreAdj,"oom_score_adj",s.OOMScoreAdj,"The oom_score_adj value for kube-proxy process. Values must be within the range [-1000, 1000]")