-
Notifications
You must be signed in to change notification settings - Fork 344
KFP Pipeline run debugging information
Patrick Titzler edited this page Feb 4, 2021
·
2 revisions
- In the KFP UI open the experiment that embodies the pipeline run
- Open the graph and select the desired node
- Open the
ML Metadata
tab - Locate the
kfp_pod_name
underCustom Properties
- Complete the steps in How to identify the pod that embodies a pipeline node
- Run this command, replacing
<...>
as appropriate
$ kubectl logs <KFP-POD-NAME> main --namespace <NAMESPACE>
- Complete the steps in How to identify the pod that embodies a pipeline node
- Run this command, replacing
<...>
as appropriate
$ kubectl describe pod <KFP-POD-NAME> --namespace <NAMESPACE>