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:
Justin Santa Barbara
2015-06-06 14:40:13 -04:00
parent 5aa0219ada
commit 6f3879e3bb
2 changed files with 2 additions and 1 deletions

View File

@@ -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)