mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Should set default value for --service-node-port-range flag before vefirying
This commit is contained in:
parent
812b87c8e6
commit
716fb5ed7d
@ -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(),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user