Hello, I’m inside a proxy and I can’t run any task...
# ask-the-community
k
Hello, I’m inside a proxy and I can’t run any task in flyte because I receive the error: “E0331 224508.071917 73 pod_workers.go:951] “Error syncing pod, skipping” err=“failed to \“StartContainer\” for \“flytekit\” with ImagePullBackOff: \“Back-off pulling image \\\“ghcr.io/flyteorg/flytekit:py3.9-latest\\\“\”" pod=“default/py39-cacher” podUID=42b563ca-4747-4132-bcfc-2d576e4c4b2a” How can I run
flyte demo start
disabling SSL?
d
Hi @Kevin Takano and welcome to the Flyte community
When you started your sandbox instance, did you specify the proxy address?
flytectl demo start --env HTTP_PROXY=<your-proxy-IP>
152 Views