Valerian Roche
Valerian Roche
Currently the go_image target always uses an amd64 base image even when goarch is provided by the user This can be partially worked-around by specifying a base image properly using...
Akin to #559, this PR is adding support for the new envoy wildcard semantics in the context of the SOTW server It is also doing significant work merging logic between...
This PR is part of the fix for https://github.com/envoyproxy/go-control-plane/issues/583 related to resources being unsubscribed from then subscribed to again This one applies to both simple and linear cache when using...
It has been raised that the addition of StreamState within the Cache interface is breaking the separation of concern between the server side managing the xds protocol itself and the...
This PR is part of the fix for the issue related to resources being unsubscribed from then subscribed to again This one applies to both simple and linear cache when...
This PR is currently a draft and does not aim at being merged as is, but I'd like feedback on: - is this feature potentially going to be merged? -...
### Is your feature request related to a problem? Please describe. In some restricted environments, machines executing build code (e.g. CI) may not be running a local docker daemon and...
This draft PR is proposing a new interface for the Cache package The main goals are: - abstract away the request. This makes the interface more generic while also avoiding...
**FIPS requirements require support of TLS 1.3 as of Jan 1st 2024, and current boringcrypto version and lack of cipher deactivation prevent its use in envoy FIPS builds** go has...
Hi We are running large k8s clusters in production (5k+ nodes, 20k+ pods), and are running multiple controllers using pods informers. To limit the memory footprint of those informers, we...