-
**Is this a bug report or feature request?** (choose one): Feature request
I'd like to explore the possibility of running `helm install local/foo` in the TravisCI jobs so we can verify charts …
-
Is it wanted that the `instance` name of the node-exporter are the IPs and not the hostnames of the server they are running on?
As it is a bit difficult when looking through Grafana and having to "re…
-
See also: https://github.com/kubernetes/charts/tree/master/stable/jenkins
-
# Proposal: Tiller Release Modules
A _release module_ is a pluggable Tiller component that can take a set of Kubernetes resource definitions and release them into a cluster. Release modules can rep…
-
Hi,
We want to move of Amazon RDS and use Vitess on kubernetes. I am not able to find any documentation for that.
Please provide any pointer to use Vitess in AWS Kube.
-
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you sea…
-
**Is this a bug report or feature request?** (choose one):
Feature request
We need to have a HA, resilient postgresql cluster. Currently, MaaS is the only project we are using postgresql with…
-
1) Suggest dry-run logic is put into make so developers can run it locally:
`make dry-run`
2) Suggest dry-run logic pipes output: `helm .... 2>&1 > /tmp/dry-run-output.log` for each chart and si…
-
Charts can break because of changes to their spec, or due to changes to upstream k8s.
Example issues in the past:
- alpha vs. beta annotations for PVCs: https://github.com/kubernetes/charts/issue…
-
`helm init` was completed.
```
$ helm init
$HELM_HOME has been configured at $HOME/.helm.
Warning: Tiller is already installed in the cluster. (Use --client-only to suppress this message.)
Happy …