ibm-apiconnect / v2018-postmortem

Log collection tool for API Connect v2018.
Apache License 2.0
0 stars 6 forks source link

Log gathering is incomplete on OVA if tiller pod is not responding #21

Closed xor76 closed 4 years ago

xor76 commented 4 years ago

If helm ls returns the following error Error: could not find a ready tiller pod the log collection will not be performed for the default namespace on OVA, to get around this delete the tiller pod from kube-system

Can we have the script returning the error from helm and the possible solution if that is the case?

nitekon1 commented 4 years ago

In commit 8edac4245d1739de793a6f6a1441f915eca0123b, added code to detect empty helm deployments and offer to restart tiller pod.