Jump to content

User:HNowlan (WMF)/helm notes

From Wikitech
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Some general notes on using Helm, Helmfile and Kubernetes as I hit things.

"no deployed resources" after a bad deploy

If your `helmfile sync` doesn't go successfully for some reason, helmfile will get into a state mess where it knows an attempt has been made to deploy but no pods or successful deployments exist. This can be cleared up by running `helm delete --purge RELEASENAME`. Alternatively, you can manually delete the service, deployment and replicaset for your service.