get_failing_pods
Identify and retrieve all problematic pods within a specified Kubernetes namespace to simplify troubleshooting and cluster management.
Instructions
Get all pods with issues in the specified namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | default |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"default": "default",
"title": "Namespace",
"type": "string"
}
},
"title": "get_failing_podsArguments",
"type": "object"
}