Katrina P
06/02/2022, 9:23 PMBack-off pulling image "<http://ghcr.io/flyteorg/flytekit:py3.9-1.0.3|ghcr.io/flyteorg/flytekit:py3.9-1.0.3>
as it seems that image tag doesn't exist. Is anyone else having this issue with running that getting started page?Ketan (kumare3)
Eduardo Apolinario (eapolinario)
06/02/2022, 10:06 PMTan Li
07/02/2022, 2:56 AMpyflyte run --remote example.py wf --n 500 --mean 42 --sigma 2 --image python:3
Usage: pyflyte run example.py wf [OPTIONS]
Try 'pyflyte run example.py wf --help' for help.
Error: No such option: --image (Possible options: --mean, --sigma)
pyflyte run --image python:3 --remote example.py wf --n 500 --mean 42 --sigma 2
Exceeded resourcequota: [BackOffError] The operation was attempted but failed, caused by: pods "fa1fea17215b94c658fa-n0-0" is forbidden: exceeded quota: project-quota, requested: limits.memory=500Mi, used: limits.memory=3000Mi, limited: limits.memory=3000Mi
Ketan (kumare3)
Kevin Su
07/02/2022, 4:19 PMdocker ps
)?
I just ran the example, but didn’t get that error.
btw, the default quota is 3000Mi for now.Tan Li
07/02/2022, 7:45 PM