-
As a user of helm, I'd like to have a default deployment strategy chosen for me of any chart I would like to install on a kubernetes cluster (probably rolling-update). However, I'd like to be able to …
-
I'm trying to brush off the [nfs example](https://github.com/kubernetes/kubernetes/tree/master/examples/nfs) now that privileged is working by default, and one of the small warts in it is the web serv…
-
`helm update` could potentially take a long time. Could we get a progress meter for that?
-
From #8 @BVrolyk points out that we need to watch for loops and other nasty conditions if a Chart has a symlink.
-
-
To make it easier to contribute a `Chart` we'd like to be able to run `helm install` and pass in a path to a chart with `[--chart-path|-p]=[.|]?`
This way people can grab a released version of the `h…
-
As suggested by @jimmidyson we should be able to set `scrape_interval`, `scrape_timeout`, and authentication parameters through relabeling.
Essentially allowing full scrape configuration through serv…
fabxc updated
5 years ago
-
Shall we have e.g. `helm show` command, which would show the content of `charts` manifest files?
-
We need to make sure folks who deploy more than one instance of a helm chart into a single namespace don't end up getting very confusing results.
For example, if I have two instances of `redis-standa…
slack updated
8 years ago
-
After #93 is done we should be able to easily install `helm` through our friend project `homebrew`.