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?
If
helm ls
returns the following error Error: could not find a ready tiller pod the log collection will not be performed for thedefault
namespace on OVA, to get around this delete the tiller pod fromkube-system
Can we have the script returning the error from helm and the possible solution if that is the case?