steeling
steeling
> Forgive me if I've missed it, but is there a TL;DR on the benefits of using Envoy's snapshot cache and even what that cache is? I've updated the comment...
Related issues * #2012 * #1001 * #2172
Brief proposal https://docs.google.com/document/d/1nLI4PcfB7-hdPvJipQwQ9dw28f8G7p77iqv3VzsCRFI/edit#
Kind of. That is actually already possible although the service certs won’t have the custom trust domain. This is for users that use a PKI with a requirement that all...
I imagine a tool could be agnostic to the clusters themselves. Passing in 2 kubectl context names should allow it to work anywhere
recording an example from a recent code review, of the unforunate way in which we must currently construct these clients: ``` kubeClient := k8sClientFake.NewSimpleClientset() configClient := configFake.NewSimpleClientset() policyClient := policyFake.NewSimpleClientset()...
I have one final PR i'll have out early next week
I think we should look to start this up again. I found some issues in the current xDS eventing system that can lead to: signficant delays in updates to *all*...
@shashankram moving the [conversation about the snapshot cache](https://github.com/openservicemesh/osm/issues/5000#issuecomment-1218304031) here. Looking at the github description https://github.com/envoyproxy/go-control-plane, I'm not entirely sure the snapshot cache is smart enough to do internal diffs to...
> > @shashankram moving the [conversation about the snapshot cache](https://github.com/openservicemesh/osm/issues/5000#issuecomment-1218304031) here. Looking at the github description https://github.com/envoyproxy/go-control-plane, I'm not entirely sure the snapshot cache is smart enough to do internal...