Infra Manager updates Service failed and trigger svc/deployment wrongly #746
Labels
area/infra-mgr
Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.
kind/bug
Something isn't working
Milestone
Description:
Infra Manager updates Service Failed and Wrongly
It can be reproduced after update Gateway CR.
We should not simply use deep copy to compare if svc has changed: https://github.com/envoyproxy/gateway/blob/main/internal/infrastructure/kubernetes/service.go#L95
We should just compare a couple of specific vars. (Some vars in svc spec are fullfiled by k8s itself).
When restarting envoy gateway, without anychanges to gateway CR, it will be updated wrongly.
The text was updated successfully, but these errors were encountered: