My Kubeflow pipeline components/jobs continue to run indefinitely even though the main execution has finished. From these logs, might folks see why the job won't finish successfully?
It seems that there is a wait container that continues to run, even though the main container has successfully completed.
Any insight is much appreciated
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 10m default-scheduler Successfully assigned default/secondary-market-pipeline-6plbl-940127540 to gke-cluster-1-pool-1-46a6353b-wfpg
Normal Pulled 10m kubelet Container image "gcr.io/cloud-marketplace/google-cloud-ai-platform/kubeflow-pipelines/argoexecutor:1.7.1" already present on machine
Normal Created 10m kubelet Created container wait
Normal Started 10m kubelet Started container wait
Normal Pulling 10m kubelet Pulling image "<image>:latest"
Normal Pulled 10m kubelet Successfully pulled image "<image>:latest" in 1.617667035s
Normal Created 10m kubelet Created container main
Normal Started 10m kubelet Started container main