Hey all, has any successfully solved the issue whe...
# prefect-kubernetes
n
Hey all, has any successfully solved the issue where Istio sidecars prevent jobs from finishing properly? I found this thread from a couple years ago, but I was wondering if there's any better ways that I haven't found, since I'm not super keen on forking Prefect for every release, yet we still want to enable Istio sidecars in Prefect jobs for networking security.
m
It'll be fixed by k8s eventually: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/753-sidecar-containers In the meantime we just use scuttle: https://github.com/redboxllc/scuttle, there are other similar utilities
👍 1