Right now it's pretty easy for a bundle to fail in a few ways:
Tiller isn't installed (need to run helm init)
The version of helm installed in the bundle doesn't match what's on the cluster (need to run helm init --upgrade or some other magic).
Both are things that as user should expect porter to just take care of, instead of having the bundle install fail and then they have to deal with and try again.
Right now it's pretty easy for a bundle to fail in a few ways:
Both are things that as user should expect porter to just take care of, instead of having the bundle install fail and then they have to deal with and try again.