Add kubelet and calico CLI info collection
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>pull/690/head
parent
1772d122b2
commit
893538d8e6
|
@ -25,12 +25,20 @@
|
|||
cmd: journalctl -p err --no-pager
|
||||
- name: etcd_info
|
||||
cmd: etcdctl --peers={{ etcd_access_addresses }} cluster-health
|
||||
- name: calico_info
|
||||
cmd: "{{bin_dir}}/calicoctl node status"
|
||||
- name: calico_workload_info
|
||||
cmd: "{{bin_dir}}/calicoctl get workloadEndpoint -o wide"
|
||||
- name: calico_pool_info
|
||||
cmd: "{{bin_dir}}/calicoctl get ippool -o wide"
|
||||
- name: weave_info
|
||||
cmd: weave report
|
||||
- name: weave_logs
|
||||
cmd: docker logs weave
|
||||
- name: kube_describe_all
|
||||
cmd: kubectl describe all --all-namespaces
|
||||
- name: kubelet_logs
|
||||
cmd: journalctl -u kubelet --no-pager
|
||||
- name: kubedns_logs
|
||||
cmd: "for i in `kubectl get pods --all-namespaces -l k8s-app=kubedns -o jsonpath={.items..metadata.name}`;
|
||||
do kubectl logs ${i} --namespace kube-system kubedns; done"
|
||||
|
|
Loading…
Reference in New Issue