Istioctl Install Behind Proxy Network

Hi All,

I am trying to run istioctl install command in my company network where internet access is restricted hence when I initiate the installation, pods will always show “ContainerCreating” state and events show that it is unable to pull busybox image from internet

Is there a way that I can bypass this using my company proxy server which we have to access public internet URL’s.

: rpc error: code = Unknown desc = failed to pull and unpack image “docker.io/library/busybox:latest”: failed to resolve reference “docker.io/library/busybox:latest”: failed to do request: Head https://registry-1.docker.io/v2/library/busybox/manifests/latest

Thanks