mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Remove the cloud provider field from the services REST handler and the master
now that load balancers are handled by the ServiceController.
This commit is contained in:
@@ -272,7 +272,6 @@ func (s *APIServer) Run(_ []string) error {
|
||||
}
|
||||
|
||||
config := &master.Config{
|
||||
Cloud: cloud,
|
||||
EtcdHelper: helper,
|
||||
EventTTL: s.EventTTL,
|
||||
KubeletClient: kubeletClient,
|
||||
|
||||
Reference in New Issue
Block a user