Skip to content

Commit 8bda8da

Browse files
authored
Merge pull request #128 from ajitak/port
change NPD port as there is a port collision with kube-proxy
2 parents 0237e4d + 5cfe97c commit 8bda8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (npdo *NodeProblemDetectorOptions) AddFlags(fs *pflag.FlagSet) {
6464
fs.StringVar(&npdo.HostnameOverride, "hostname-override",
6565
"", "Custom node name used to override hostname")
6666
fs.IntVar(&npdo.ServerPort, "port",
67-
10256, "The port to bind the node problem detector server. Use 0 to disable.")
67+
20256, "The port to bind the node problem detector server. Use 0 to disable.")
6868
fs.StringVar(&npdo.ServerAddress, "address",
6969
"127.0.0.1", "The address to bind the node problem detector server.")
7070
}

0 commit comments

Comments
 (0)