We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0237e4d commit 5cfe97cCopy full SHA for 5cfe97c
cmd/options/options.go
@@ -64,7 +64,7 @@ func (npdo *NodeProblemDetectorOptions) AddFlags(fs *pflag.FlagSet) {
64
fs.StringVar(&npdo.HostnameOverride, "hostname-override",
65
"", "Custom node name used to override hostname")
66
fs.IntVar(&npdo.ServerPort, "port",
67
- 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.")
68
fs.StringVar(&npdo.ServerAddress, "address",
69
"127.0.0.1", "The address to bind the node problem detector server.")
70
}
0 commit comments