Adam Reese
Adam Reese
When running commands before `helm update` helm should advise me to update first ``` % helm fetch foo [ERROR] Could not load /Users/adamreese/.helm/config.yaml: open /Users/adamreese/.helm/config.yaml: no such file or directory...
On kubectl `HEAD` ``` $ helm install docker-registry ---> Running `kubectl create -f` ... error validating "STDIN": error validating data: field nodePort: is required; if you choose to ignore these...
helm should cleanup any successful manifest uploads if one fails
When running two spin applications with the same name a single log file is appended. Because there isn't a restriction on unique spin application name, you can get some confusing...
Add support for using Nomad's internal service discovery. This feature depends on nomad v1.3 https://www.nomadproject.io/docs/job-specification/service#provider Depends on https://github.com/deislabs/hippo/pull/980 Signed-off-by: Adam Reese