OS - MAC, Helm Version - v2.14.2, Tiller v2.14.2
I am trying to remove jaeger
using helm, but as soon as I am executing the below command, nothing is showing in console.
helm del --purge jaeger
After waiting for a few mins, the below error is coming.
Error: context deadline exceeded
The same thing happing with helm ls --all jaeger
command as well.