John Howard
John Howard
What if I have Cluster A: ServiceExport foo Cluster B: wants to route to 'foo.clusterset.local' Cluster B only has a ServiceImport, no ServiceExport to refer to? > For a user...
What if I have: Cluster A: ServiceExport `foo` ClusterB: ServiceImport `foo` (automatic), want to create a Route for `foo`. I wouldn't expect them to create a cross-cluster resource reference here....
Istioctl x workload entry configure, configmap not found when CM is istiod-22-3 (looking for istiod)
Youll need to pass `--revision`
The PROXY stuff should not happen at all unless you set ambient.istio.io/waypoint-inbound-binding on the GatewayClass which is not even documented anywhere. Do you have some sort of customization? What is...
Thanks for the info Can you show the DR config and flow of traffic? Do you have a config doing PROXY from `bookinfo-gateway` to `productpage-v1`? if so, why? What was...
ohh I get it now. Totally misunderstood. Thanks, that certainly looks odd. The dr shouldn't apply since it doesn't match the host like you said
BTW, setting pilot memory limit to 163M is a recipe for a cluster outage by OOMkilling for no reason. That is not very much memory for istiod and can easily...
I cannot reproduce it. my steps: ``` istioctl install --set profile=ambient kubectl apply -f tests/integration/pilot/testdata/gateway-api-crd.yaml kubectllabel ns defaullt istio.io/dataplane-mode=ambient istio-injection- --overwrite kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml kubectl apply -f samples/bookinfo/platform/kube/bookinfo-versions.yaml cat
There was some discussion on #docs. its not sorted out
> we should make it clear in the doc itself that the `istio: ingressgateway` is just a label selector and it can even be `foo: bar` :+1: