Rune Fevang
Rune Fevang
Trying the route rule I get `name or service is mandatory for a service reference` when trying to set up the deny-rule. If I remove the source part of the...
It's with istio 0.2.6. I've been playing around with it for a few hours now, and I finally got something to visibly use the route rule by changing the destination:...
OK, got things to work with the following workaround: 1. Create a dummy service not actually pointing to anything: ```yaml apiVersion: v1 kind: Service metadata: name: ingress-dummy-service spec: ports: -...
I was using 0.2.6, with the pilot image from istio/pilot#1401. Submitted https://github.com/istio/istio.github.io/pull/656
Nothing special required client side, the client uses the service namespace, name and method name as the path. So if you have something like the following rpc definition: ```proto package...
Requests in this case comes both from services in the cluster, as well as external services (through istio ingress). According to the graphs, both of these stopped functioning at the...
Thanks. Noticed there's a test submodule. It still fails in Bazel 9, but now due to `required_aspect_providers` not supporting string arguments instead of not understanding `JavaInfo`.