-
We do not have a easy universal shared file storage example.
This makes it hard to build realistic examples with kubernetes. For example, any type of batch job typically reads and writes to and f…
-
Is it possible to launch a pod without a service account, or with a null service account?
I've tried creating a serviceAccount and deleting the secret (it is recreated). I've tried creating a secret…
-
Because `helm uninstall` performs an operation on the k8s cluster, we should really prompt for confirmation before deleting. I'm envisioning something like this:
```
helm uninstall alpine
---> Compon…
-
If a user removes a chart from their working directory, should helm check to see if is installed?
-
One of the things that Helm sets out to do is expedite the development of Kuberntes manifest files. And we already provide several tools to help chart developers create new charts.
Perhaps we could a…
-
There is a possible race condition when a service is deployed, and then a pod or rc that depends on that service is deployed. If the service is not running, the pod/rc may not get the appropriate envi…
-
@kelseyhightower suggested that we could run an in-Kubernetes monitor that would keep its own copy of the charts repo, and notify users when the in-cluster charts are out of date. At some point it cou…
-
Currently we have dependency declarations like this:
```
depends:
- name: redis # chart name
version: ~1.3 # semver version or range
```
We need to extend the dependency system to support …
-
From the very beginning each chart declares a version number in its `Chart.yaml`. But we need a way to reference previous versions of a chart, and preferably do so without having to alter the underlyi…
-
We're starting work on building more baked, fully formed sets of resources and images running on Kubernetes (see #16517, which is still very much in pre-alpha, but defines an epoch to get Spark to a r…