Skip to main content

Think twice before using Helm

Jul 10, 2018|5 min read
Think twice before using Helm cover
Image Alt

Talk is cheap. Show me the code.

Linus Torvalds

Image Alt

1$ # render go-template files using golang or python script
2$ kubectl apply --dry-run -f .
3$ kubectl apply -f .
Image Alt

Image Alt

Image Alt

Image Alt

1helm delete --purge $RELEASE_NAME
1Error: release foo failed: timed out waiting for the condition
1kubectl -n foo get events --sort-by='{.lastTimestamp}'
1Error creating: pods "foo-5467744958" is forbidden: error looking up service account foo/foo: serviceaccount "foo" not found
Image Alt

Image Alt

Image Alt

Image Alt

Image Alt

Image Alt

Subscribe to our newsletter and never miss an article