John Howard
John Howard
We believe this is fixed in https://github.com/istio/istio/pull/53888 which will be included in 1.24.1 later this week (hopefully). Thanks everyone
I suspect its not related to calico at all but rather the host OS. Calico shouldn't have an impact on the file copy unless its somehow setting permissions on the...
Thanks @gclawes I think I can reproduce. ``` chown 65534:0 /opt/cni ``` I suspect https://github.com/istio/istio/issues/37323#issuecomment-2504634761 is the same issue
@dharunzakapps this is not related I think. You need `cniBinDir: /home/kubernetes/bin` set on GKE. Not sure which version or how you installed, normally its automatic
either use --cluster-specific on the manifest generate command or set `--set values.cni.cniBinDir=/home/kubernetes/bin`
This used to be better documented, I think there was an accidental removal of the docs: https://github.com/istio/istio.io/issues/16056
This sounds like some sort of caching issue. It would help to get an `istioctl bug-report` if/when it happens again
the istios part is what is needed from the bug-rwporr so the missing statefulset r is not important
/test integ-ambient-ipv6_istio
Sorry I probably just don't have context here, but the example in the PR description seems like a very large regression in UX. Is this all required stuff now to...