Arko Dasgupta
Arko Dasgupta
seeing `field is immutable` in the logs, so this is same as https://github.com/envoyproxy/gateway/issues/1818
i'll bring this up in the community meeting tomorrow, the issue is the same - should Envoy Gateway recreate resources when it hits this specific error `field is immutable` by...
hey @sanposhiho can you help with this one if you have a cycle ? can we make the Patch API https://github.com/envoyproxy/gateway/blob/9a2a7f607e1db52d7aa22daa4c22749cadbf3a91/internal/infrastructure/kubernetes/infra_client.go#L29C24-L29C66 behave like `kubectl --overwrite` so it doesnt throw an...
@qicz thanks for picking this one up, its worth investigating _why_ this happening before working around it by using a set
ah thanks for pointing to the controller/provider code, it looks like since the service was referenced twice, we added the corresponding endpoint slice twice. The fix in this PR is...
looks like we are already doing something similar in the provider layer using [this structure](https://github.com/envoyproxy/gateway/blob/deddeb472fa7307bf6e83f782d02ec2eba828bf1/internal/provider/kubernetes/controller.go#L160) to ensure deduplication, can we implement this there instead ?
> > looks like we are already doing something similar in the provider layer using [this structure](https://github.com/envoyproxy/gateway/blob/deddeb472fa7307bf6e83f782d02ec2eba828bf1/internal/provider/kubernetes/controller.go#L160) to ensure deduplication, can we implement this there instead ? > > They...
> > > > looks like we are already doing something similar in the provider layer using [this structure](https://github.com/envoyproxy/gateway/blob/deddeb472fa7307bf6e83f782d02ec2eba828bf1/internal/provider/kubernetes/controller.go#L160) to ensure deduplication, can we implement this there instead ? >...
@qicz my suggestion is to solve the problem in the provider package similar to what we are doing for other resources
closing this PR since its become inactive, Zone aware routing is now available on v1.4.0