agent: |
qaVDE8VGhnQkBk7vho80Describe the pod
Describe the pod
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
Get detailed information about the pod to identify the root cause of the issue.
inputs
outputs
kubectl describe pod <pod_name>
kubectl get pod <pod_name> -o wide
kubectl logs <pod_name>
copied