Identifying the Pod Associated with a Specific ML Skill

How to determine which Pod matches a specific ML Skill?

Searching through support bundle logs or kubectl may be difficult to tell which pod corresponds to the ML Skill in question. The following is meant to guide how to find the appropriate pod when troubleshooting issues with a particular ML Skill.

How To:

  • Open AI Center in a browser, and begin capturing a HAR trace in the browser Window. After the capture begins, navigate to the ML Skills page in AI Center.
  • Stop capturing the trace after the ML Skills page loads.
  • Now that a HAR trace has been obtained, check the HAR trace for the call named mlskills?pageSize=xxxxxxx
  • Once the call is found, check the response to find details about all skills on the ML Skill page.
  • Search for the ML Skill in question by "name". Once the ML Skill is found, look for the corresponding "id".

See How to Retrieve Specific Details For ML Skills for more details about capturing and reviewing the HAR trace.

The value found in the "id" should correlate to one of the pods when searching in the support bundle or when using kubectl get pods -A

Example: "id": "27c0764d-c58c-4087-bf14-d0b6d1374b24"

Note: The pod will also have additional values after the id