Daniel Grimm
Daniel Grimm
same problem here. does replacing 'uniqueMember' with 'memberUid' really solve the problem?
I'm working on something along those lines: https://github.com/dgn/oidc-filter
We'll need a full example for this to work, here's the one from the [upstream docs](https://istio.io/latest/docs/setup/additional-setup/gateway/): ```yaml apiVersion: v1 kind: Service metadata: name: istio-ingressgateway namespace: istio-ingress spec: type: LoadBalancer selector:...
FYI I'm running Ubuntu with an encrypted home directory and it has the `nosuid` mount option set -- triggering this problem
> Generally LGTM but is `k8s.v1.cni.cncf.io/networks` _actually_ multus-specific? It seems to be general purpose and often used _with_ multus but I see it mentioned in other contexts such as: https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/how-to/multi-nic?...
I agree with generalizing `chained`, but: I didn't touch it because we're working on a solution for OpenShift that doesn't use multus, so this whole field would not be needed...
Just to keep latest state in this issue: we agreed that `pilot.cni.enabled` will stay as the name to enable usage of CNI. `pilot.cni.chained` will be renamed to `pilot.cni.provider` where `chained:...
A longer-term goal of this is supporting multiple instances of Istio in a single cluster, with potentially different aspects being handled by different instances - like in this case, one...
I very much like the trajectory of this, I have been wanting to simplify the install experience for while. > Our different installation methods have caused tension and confusion. This...
FYI we're working on https://github.com/istio-ecosystem/sail-operator now (initial commit to main branch coming soon), which will be a new operator maintained by us at Red Hat. that could potentially become a...