Kubernetes Roles

collect-kubernetes-logs

An ansible role to collect all pod descriptions in the current namespace and kubelet logs.

collect_kubernetes_logs_namespace

Name of the specified namespace to collect logs. If not specified explicitly, the namespace in the context would be used.

wait-for-pods

Wait for all pods to become Ready

This role scans the current namespace for all pods and ensures that all of them are in a Ready state.

wait_for_pods_namespace

Name of the specified namespace. If not specified explicitly, then use the namespace in the current context.