Here is something I noticed in my kubectl get events
output
Warning FailedToUpdateEndpoint Endpoints Failed to update endpoint mynamespace/myservice: Operation cannot be fulfilled on endpoints "myservice": the object has been modified; please apply your changes to the latest version and try again
I am aware of this discussion, but I do not think is applicable, given I am not explicitly creating an Endpoint
resource via yaml
.
I am noticing some minor service unavailability during image updates so I am trying to check if this is related.
Using GKE with version v1.12.7-gke.25
on both masters and nodes, on top of istio
.