From 5cfe97cd158def63ea9a1f0860063fd05286065d Mon Sep 17 00:00:00 2001 From: Ajit Kumar Date: Thu, 20 Jul 2017 10:36:41 -0700 Subject: [PATCH] change NPD port --- cmd/options/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/options/options.go b/cmd/options/options.go index 8d49cee6..286583b0 100644 --- a/cmd/options/options.go +++ b/cmd/options/options.go @@ -64,7 +64,7 @@ func (npdo *NodeProblemDetectorOptions) AddFlags(fs *pflag.FlagSet) { fs.StringVar(&npdo.HostnameOverride, "hostname-override", "", "Custom node name used to override hostname") fs.IntVar(&npdo.ServerPort, "port", - 10256, "The port to bind the node problem detector server. Use 0 to disable.") + 20256, "The port to bind the node problem detector server. Use 0 to disable.") fs.StringVar(&npdo.ServerAddress, "address", "127.0.0.1", "The address to bind the node problem detector server.") }