diff --git a/pkg/master/master.go b/pkg/master/master.go index 5fa1734ce7d..4389aad53cc 100644 --- a/pkg/master/master.go +++ b/pkg/master/master.go @@ -583,7 +583,7 @@ func (m *Master) NewBootstrapController() *Controller { ReadOnlyServiceIP: m.serviceReadOnlyIP, ReadOnlyServicePort: m.serviceReadOnlyPort, - PublicReadOnlyServicePort: m.serviceReadOnlyPort, + PublicReadOnlyServicePort: m.publicReadOnlyPort, } }