Gossamer
11/02/2022, 9:19 PMtime="2022-11-02T21:13:40.417Z" level=info msg="capturing logs" argo=true
Error: fork/exec /bin/sh: exec format error
fork/exec /bin/sh: exec format error
Happens for data-volume-init pipeline stage.em-pe
11/02/2022, 9:25 PMem-pe
11/02/2022, 9:30 PMGossamer
11/02/2022, 9:54 PMdocker buildx
with kedro docker
?em-pe
11/02/2022, 9:56 PMkedro docker
is just a wrapper here - once the Dockerfile is in place you can build it any way you wantGossamer
11/03/2022, 4:54 PMkedro kubeflow upload-pipeline -i "$REPO_PUSH"/"$IMAGE_VER"
kedro kubeflow run-once -en myuser
When I go look in kubeflow, the run fails since it is still using the old version of the pipeline. I delete the pipeline from Kubeflow and repeated this cycle, but the old version of the image is still being used.
What do I need to do to get the latest version of the image to be used here?Gossamer
11/04/2022, 12:18 PMmarrrcin
11/04/2022, 12:27 PMupload-pipeline
command is only required if you want to re-use the pipeline from the Kubeflow Pipelines directly. If your intent is only to run the pipeline in an ad-hoc manner (e.g once you make some changes and re-build the image), then you don’t have to use the upload-pipeline
every time, just the run-once
command.
The run-once
command will take the config from the Kedro environment you’re launching it (which by default is local
) and run the pipeline once for you, directly in the Kubeflow, without the need of manually uploading it first.marrrcin
11/04/2022, 12:27 PMI changed kubeflow.yaml to point to that later version, and didIn which Kedro env did you made this change?
Gossamer
11/04/2022, 12:29 PMmarrrcin
11/04/2022, 12:30 PMGossamer
11/04/2022, 12:31 PMmarrrcin
11/04/2022, 12:32 PMkedro kubeflow run-once -en myuser -i "$REPO_PUSH"/"$IMAGE_VER"
Gossamer
11/04/2022, 12:35 PMmarrrcin
11/04/2022, 12:53 PMlatest
tag for the docker image?Gossamer
11/04/2022, 12:59 PMdata-volume-init()
node in the KFP UI, I am seeing mixed versions in the yaml:
containerStatuses > name: main > image: (old version number)
But I see that the current version is being used for the init containers down under:
name: ARGO_TEMPLATE: value: (current version)
Gossamer
11/04/2022, 5:02 PMGossamer
11/04/2022, 9:18 PMmarrrcin
11/07/2022, 7:46 AMmarrrcin
11/07/2022, 7:47 AM