Lingqing Gan
Lingqing Gan
Maybe try using a container op and wrap the secret parameter inside? https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod Here is an example of passing gcp secret: https://github.com/kubeflow/examples/blob/871895c54402f68685c8e227c954d86a81c0575f/pipelines/mnist-pipelines/mnist_pipeline.py#L97 Maybe AWS has some similar function.
Thank you @juliusvonkohout! The PR looks good to me, just requesting some small changes.
@juliusvonkohout Thank you for the work! Looks good. /lgtm /cc @chensun @gkcalat
Could you check the resource usage in your cluster, and see if any limit was reached? You may also consider upgrading to 1.8.
Could you please share the pipeline template that you used?
Retry run is supported now, see #8804
Hi @grapefruitL and @vietanhdev, could you provide a minimum code that will reproduce the error?
Hi @andre-lx, thank you for bringing up this issue. I tried the same pipeline on a newly deployed 2.0.0 cluster, and the run finished without issue. looking at the log...
Also, could you let me know which way you used to deploy KFP, standalone or via kubeflow?