Basics
Guides
References
System tests
Resources
Commits
get_describe_pod_operator(cluster_name, *[, pod_name, ...])
get_describe_pod_operator
Return an operator that prints kubectl describe pod(s) output in the Airflow logs.
kubectl describe pod(s)
Exactly one of pod_name or namespace must be provided.
cluster_name (str) – Name of the EKS cluster
pod_name (str | None) – Describe a single pod by name
namespace (str | None) – List and describe all pods in the given namespace
Was this entry helpful?
get_describe_pod_operator()