-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] TFJob launcher pipeline task fails when delete_finished_tfjob
flag is True
#7984
Comments
delete_finished_tfjob
flag is True
delete_finished_tfjob
flag is True
delete_finished_tfjob
flag is True
delete_finished_tfjob
flag is True
I found this PR in I think those changes above should be applied here and also to pipelines/components/kubeflow/common/launch_crd.py Lines 117 to 123 in 127dab4
|
The code might have been fixed, but the image in the component.yaml has not been updated so the changes are not propagated. |
We have a usecase where we want to delete the TF job as the TF job holds on to the PVC which also needs to be deleted upon TFJob completion. I could not find the updated image with the fix. Can the image with the fix be shared please? |
pipelines/components/kubeflow/launcher/component.yaml
Line 19 in 127dab4
When
delete_finished_tfjob
flag isTrue
, TFJob launcher task fails with error below.I think it's some kind of kubernetes client SDK version issue in
nikenano/launchernew:latest
container image.The text was updated successfully, but these errors were encountered: