user
10/25/2024, 2:43 PMstale-barista-80787
10/25/2024, 2:44 PMfreezing-airport-6809
freezing-airport-6809
stale-barista-80787
10/25/2024, 2:47 PM--config
but it didn't seem to work, I'll try again in case I screwed something up while testingstale-barista-80787
10/25/2024, 2:49 PMpoetry run pyflyte --config=path/to/config-sandbox.yaml run --remote workflows/example.py wf --input=...
with
admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: localhost:30080
insecure: true
# # This is not a needed configuration, only useful if you want to explore the data in sandbox. For non sandbox, please
# # do not use this configuration, instead prefer to use aws, gcs, azure sessions. Flytekit, should use fsspec to
# # auto select the right backend to pull data as long as the sessions are configured. For Sandbox, this is special, as
# # minio is s3 compatible and we ship with minio in sandbox.
storage:
connection:
endpoint: <http://localhost:30002>
access-key: minio
secret-key: miniostorage
images:
default: localhost:30000/myimage:latest
as the config results in the default image <http://cr.flyte.org/flyteorg/flytekit:py3.11-1.13.9|cr.flyte.org/flyteorg/flytekit:py3.11-1.13.9>
being usedfreezing-airport-6809
stale-barista-80787
10/25/2024, 2:56 PMImageSpec
for now just so we can get something in prod sooner, and later see of this concern was even worth following up on