mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +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