Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

deleting and getting delete error's, objects not found #22

Closed
hendrikbene opened this issue Oct 5, 2018 · 1 comment
Closed

deleting and getting delete error's, objects not found #22

hendrikbene opened this issue Oct 5, 2018 · 1 comment

Comments

@hendrikbene
Copy link

With the following command, I always get an error on an AKS cluster
helm delete consul --tiller-namespace helm

Error:
Error: deletion completed with 8 error(s): object not found, skipping delete; object not found, skipping delete; object not found, skipping delete; object not found, skipping delete; object not found, skipping delete; object not found, skipping delete; object not found, skipping delete; object not found, skipping delete

additional:
Wat also sometimes happen is that a pvc does not de-provision correctly. Not sure if this is an issue of the combination of helm consul and aks, or just AKS. then i need to do it manually.

@mitchellh
Copy link
Contributor

Helm doesn't delete PVCs, so this is probably working as intended.

I'm not sure about the deletion errors you're getting but I don't think those are related to the helm chart. Its likely Helm or AKS. Let me know if you find otherwise.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants