Nada Saiyed
06/23/2022, 11:43 PM@task(
container_image="{{.image.img1.fqn }}:{{.image.img1.version}}"
)
and the value of image.img1.version
can be specified in a config file.. but how is that config linked to tasks while packaging the workflow?Yee
Nada Saiyed
06/23/2022, 11:49 PMpyflyte --pkgs workflows package --image "my-flyte:v1" -f
Yee
Nada Saiyed
06/23/2022, 11:50 PMpyflyte --pkgs workflows --config workflows/my.config package -f
would be enough?Yee
Nada Saiyed
06/23/2022, 11:51 PM[sdk]
workflow_packages=core
[images]
task1 = nsaiyed-flyte:v1
task2 = nsaiyed-flyte:v2
[sdk]
workflow_packages=core
Yee
Nada Saiyed
06/23/2022, 11:52 PMYee
Nada Saiyed
06/23/2022, 11:56 PMcontainers with unready status: [ajpsqhm6rzqws2tdrcls-n0-0]|Failed to apply default image tag "{{.image.task1.fqn }}:{{.image.task1.version}}": couldn't parse image reference "{{.image.task1.fqn }}:{{.image.task1.version}}": invalid reference format
pyflyte --pkgs workflows serialize --in-container-config-path workflows/my.config workflows -f .
Yee
pyflyte -c tst.config --pkgs core.flyte_basics package --image a.com/b/c:latest --image task1=nsaiyed-flyte:v1 -f
Nada Saiyed
06/24/2022, 3:56 AMRequest failed with status code 500 failed to create workflow in propeller Unauthorized
Yee
Nada Saiyed
06/24/2022, 4:23 AMYee
Nada Saiyed
06/24/2022, 4:26 AM@task(container_image="{{.image.task2.fqn }}:{{.image.task2.version}}")
throws an error
containers with unready status: [axxmntxh2dpm6d742sdp-n0-0]|Failed to apply default image tag "{{.image.task1.fqn }}:{{.image.task1.version}}": couldn't parse image reference "{{.image.task1.fqn }}:{{.image.task1.version}}": invalid reference format
@task(container_image="nsaiyed-flyte:v1")
Thanks a lot for your helpYee
Nada Saiyed
06/24/2022, 2:21 PMYee
Nada Saiyed
06/24/2022, 4:04 PMYee
flyte-cli parse-proto -f fdsa.pb -p flyteidl.admin.task_pb2.TaskSpec
Nada Saiyed
06/24/2022, 5:03 PMYee
Nada Saiyed
06/24/2022, 5:30 PMYee
tar -xfzv flyte-package.tgz
Niels Bantilan
06/29/2022, 7:35 PMflyte.config
file to a flyte workflow when serializing and registering in this page: https://docs.flyte.org/projects/cookbook/en/latest/auto/core/containerization/multi_images.htmlSamhita Alla
flyte.config
for?Smriti Satyan
06/30/2022, 5:02 AMNada Saiyed
06/30/2022, 3:14 PM