mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +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,
|
||||
ReadOnlyServicePort: m.serviceReadOnlyPort,
|
||||
PublicReadOnlyServicePort: m.serviceReadOnlyPort,
|
||||
PublicReadOnlyServicePort: m.publicReadOnlyPort,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user