Reto

Results 185 comments of Reto

@dprotaso, @psschwei, @evankanderson I'd like your opinion on the feature above. WDYT?

> a) restrict to resources we actually use via a label @skonto are you thinking about something like [istio does](https://istio.io/latest/blog/2021/discovery-selectors/) for this?

Yeah I think that is the general pattern. Activator uses CPU to copy between the two connections. If there is some latency between Activator and backend and/or the payload size...

What environment are you using? Do you have K8S Services with `type: LoadBalancer`? Has the kourier-gateway received an IP?

That is still a normal setup we do all the time in CI and locally, without issues. Can you check https://knative.dev/docs/install/troubleshooting/ for additional info? Especially take a look at the...

I had the same issue, but while using the `vz` vm-type. Was able to resolve the issue with rebooting MacOS.

> I think this's removed, you can achieve this with Ah ok, then I've seen outdated examples for that. Still, would be great to do it with a `WasmModule`. [This](https://github.com/zirain/istio/tree/b6fc1fb732a5541624869141abb3ae3443044300/samples/custom-bootstrap)...

@skonto the steps in > Beta (disabled by default): seem to be done as: * the e2e test is already runs without alpha/beta flags * this feature is not part...

@skonto thanks for the tests and repo 🎉 As there is no real clear answer, to which clients could break with this (https://github.com/golang/go/issues/57786#issuecomment-1660632670), @dprotaso what do you think about if...

> * TODO: integration work on control plane once data plane components are implemented (force activator always in path) Hi @evankanderson, @nainaz I'm trying to find out what is left...