elasticsearch - Helm delele is hanging indefinitely -
i run helm ls --all , get
name    revision    updated                     status  chart               namespace assets  1           fri aug 18 15:34:12 2017    deleted elasticsearch-0.1.9 default then run helm del --purge assets , hangs indefinitely.
the tiller pod log moves when run ls command, doesn't move when run del command.
i tried deleting tiller pod fresh one, problem remained.
this script used deploy elasticsearch in case helps:
echo "deploying elasticsearch cluster" helm init helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator helm install incubator/elasticsearch --name assets --set data.resources.limits.cpu=250m,data.resources.limits.memory=1024mi,data.resources.requests.cpu=250m,data.resources.requests.memory=1024mi any ideas?
after few tries, got feedback tiller logs:
uninstall: failed deletion of "assets": timed out waiting "assets-elasticsearch-data" synced after long wait , few restarts of tiller pod, delete command worked. answer initial question is:
helm can't delete deployment when not of components synced.
as why component not synced, it's still not clear.
Comments
Post a Comment