
To fix issues with the upstream way of doing it directly on the host. This also makes the logic much simpler. Fixes at least the CoreDNS containers not starting issue. Change-Id: I6ef651b1df972c7021d9f304a2479ae97e51696c
6 lines
146 B
YAML
6 lines
146 B
YAML
- hosts: all
|
|
roles:
|
|
- collect-container-logs # for some of minikube logs
|
|
- collect-kubernetes-state
|
|
- collect-kubernetes-pods-logs
|