mirror of https://github.com/k3s-io/k3s
Improved event message for ServiceController.
Improved event message for ServiceController. Follow up of #13992.pull/6/head
parent
7fa09abecb
commit
83ec04ef58
|
@ -670,7 +670,7 @@ func (s *ServiceController) lockedUpdateLoadBalancerHosts(service *api.Service,
|
|||
return nil
|
||||
}
|
||||
|
||||
s.eventRecorder.Eventf(service, "LoadBalancerUpdateFailed", "Error updating load balancer with new hosts: %v", err)
|
||||
s.eventRecorder.Eventf(service, "LoadBalancerUpdateFailed", "Error updating load balancer with new hosts %v: %v", hosts, err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue