Commit 716fb5ed authored by xiangpengzhao's avatar xiangpengzhao

Should set default value for --service-node-port-range flag before vefirying

parent 812b87c8
......@@ -133,6 +133,7 @@ func NewServerRunOptions() *ServerRunOptions {
MinRequestTimeout: 1800,
RuntimeConfig: make(config.ConfigurationMap),
SecurePort: 6443,
ServiceNodePortRange: utilnet.PortRange{Base: 30000, Size: 2768},
StorageVersions: registered.AllPreferredGroupVersions(),
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment