How do I run proxy containers in privileged mode?

Hi, I’m trying to debug this issue regarding TPROXY in the envoy container.

However I can’t seem to find a way to give the envoy container admin privileges so that it can load kernel models at runtime, etc. (I’m just trying to see what works and what doesn’t)

There appear to be no such settings listed on the ProxyConfig page.

However, there is a “privileged” value in the helm chart that can be used to deploy istio-base. However, when I tried to set it, I don’t think it did anything. (I could be wrong… maybe I set it wrong)

helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update
helm show values istio/istiod |grep privileged

Any ideas?