John Howard
John Howard
Frank is working on a huge docs pr for this: https://github.com/istio/istio.io/pull/12021 On Fri, Sep 30, 2022 at 12:01 PM Costin Manolache ***@***.***> wrote: > I think API moving to beta...
.Capabilities.KubeVersion.GitVersion seems to work for me on v3.8.2. It is just deprecated, not removed. Is there anything actually broken by this?
I am fine with changing it though, just trying to understand.
Minimal reproducer: ```yaml apiVersion: install.istio.io/v1alpha1 kind: IstioOperator spec: components: ingressGateways: - enabled: true k8s: hpaSpec: metrics: - resource: name: cpu targetAverageUtilization: 80 type: Resource name: istio-ingressgateway values: pilot: cpu: targetAverageUtilization:...
kube-proxy should be in kube-system which is opted out I thought?
Yikes, its not part of the `namespaceSelector`, just in the code...
The only way to do this is to create a headless service for the `target pod`. This results in Istio creating a listener per-pod IP (which is really expensive!). Or...
I don't think we need to track every deficit in ambient here; the goal here is to get it merged behind a feature flag in `master`, not to solve all...
The intent is that sidecar scope only sees 1 Service per hostname. It's not clear to me why that invariant needs to be violated here? On Tue, Sep 20, 2022,...