You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the KFP notebook creates a KFP run and waits for it to complete successfully. However, it doesn't delete the run or the workflow Pods afterwards, leaving KFP API server MySQL DB and the cluster in a dirty state.
Goal
Delete the created KFP run using the client once it completes successfully and purge the workflow Pods with the corresponding pipelines/runid label.
The text was updated successfully, but these errors were encountered:
Currently, the KFP notebook creates a KFP run and waits for it to complete successfully. However, it doesn't delete the run or the workflow Pods afterwards, leaving KFP API server MySQL DB and the cluster in a dirty state.
Goal
Delete the created KFP run using the client once it completes successfully and purge the workflow Pods with the corresponding
pipelines/runid
label.The text was updated successfully, but these errors were encountered: