kubernetes-training icon indicating copy to clipboard operation
kubernetes-training copied to clipboard

Warning FailedToUpdateEndpointSlices

Open ondrejsika opened this issue 4 years ago • 0 comments

ondrej@sika-mac:~/tmp/k (master)$ kubectl describe -f 05_clusterip_service.yml
Name:              hello-world-clusterip
Namespace:         default
Labels:            <none>
Annotations:       <none>
Selector:          app=hello-world-deploy
Type:              ClusterIP
IP:                10.245.105.187
Port:              http  80/TCP
TargetPort:        http/TCP
Endpoints:         <none>
Session Affinity:  None
Events:
  Type     Reason                        Age               From                       Message
  ----     ------                        ----              ----                       -------
  Warning  FailedToUpdateEndpointSlices  4s (x2 over 70s)  endpoint-slice-controller  Error updating Endpoint Slices for Service default/hello-world-clusterip: failed to update hello-world-clusterip-lllgm EndpointSlice for Service default/hello-world-clusterip: Operation cannot be fulfilled on endpointslices.discovery.k8s.io "hello-world-clusterip-lllgm": the object has been modified; please apply your changes to the latest version and try again

ondrejsika avatar Oct 28 '20 11:10 ondrejsika