promenade/promenade/templates/scripts/validate-cluster.sh

8 lines
163 B
Bash

{% include "header.sh" with context %}
wait_for_kubernetes_api
for node in $(kubectl get nodes -o name | cut -d / -f 2); do
validate_kubectl_logs $node
done