Arko Dasgupta

Results 937 comments of Arko Dasgupta

sure sgtm, less code to maintain

* for now, we could leave the generated CHANGELOG as is, and maybe cleanup the older https://github.com/envoyproxy/gateway/tree/main/changelogs * the GHA https://github.com/softprops/action-gh-release#-external-release-notes allows us to use any external Changelog generator For...

I liked how https://github.com/envoyproxy/gateway/releases/tag/v0.2.0-rc1 acknowledged community contributions, we should consider something similar going forward

yeah looks like we've preserved it, which is great :) , but now i'm confused as to how https://github.com/envoyproxy/gateway/blob/main/changelogs/0.2.0-rc2.yaml is being presented to the user

thanks for capturing the discussion @LukeShu * the other option of creating a unique Envoy Deployment per Gateway would require changes in * Gateway API translator - it would need...

> @arkodg in addition to the points you make above, is it correct to say that an SDS sidecar is required per Envoy to properly manage secrets across the different...

some workaround for MacOS * skip creating a new cluster and directly use the Kubernetes cluster created by Docker Desktop ``` kubectl cluster-info Kubernetes control plane is running at https://kubernetes.docker.internal:6443...

https://github.com/envoyproxy/gateway/issues/323 will be needed to replace the local manifest to point to a custom image rather than `envoyproxy/gateway-dev:latest`

sounds like an issue in the provider reconciler, maybe another reason to implement https://github.com/envoyproxy/gateway/issues/413 sooner than later

tried this out and can repro the issue, it is tied to the logic behind how status is computed in the Gateway API translator. Currently the translator only merges/appends new...