mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Public read only port is incorrect in master
This commit is contained in:
@@ -583,7 +583,7 @@ func (m *Master) NewBootstrapController() *Controller {
|
|||||||
|
|
||||||
ReadOnlyServiceIP: m.serviceReadOnlyIP,
|
ReadOnlyServiceIP: m.serviceReadOnlyIP,
|
||||||
ReadOnlyServicePort: m.serviceReadOnlyPort,
|
ReadOnlyServicePort: m.serviceReadOnlyPort,
|
||||||
PublicReadOnlyServicePort: m.serviceReadOnlyPort,
|
PublicReadOnlyServicePort: m.publicReadOnlyPort,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user