mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Actually pass down ServiceNodePortRange so it is used
Also fix default range to match what we've documented (off-by-one) Fix #9318
This commit is contained in:
@@ -391,6 +391,7 @@ func (s *APIServer) Run(_ []string) error {
|
||||
SSHUser: s.SSHUser,
|
||||
SSHKeyfile: s.SSHKeyfile,
|
||||
InstallSSHKey: installSSH,
|
||||
ServiceNodePortRange: s.ServiceNodePortRange,
|
||||
}
|
||||
m := master.New(config)
|
||||
|
||||
|
Reference in New Issue
Block a user