Top "Kubernetes-helm" questions

Helm is a tool to manage packages of pre-configured Kubernetes resources (Charts).

Error: error installing: the server could not find the requested resource HELM Kubernetes

What I Did: I installed Helm with curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash helm init …

kubernetes kubernetes-helm
How do I see what custom values were used in a Helm release?

When I use helm install to install a chart into a Kubernetes cluster, I can pass custom values to the …

kubernetes-helm
How to set a different namespace for child helm charts?

When you install a chart with a child chart that doesn't specify a namespace, Helm will use the one specified …

kubernetes-helm
helm: x509: certificate signed by unknown authority

I'm using Kubernetes and I recently updated my admin certs used in the kubeconfig. However, after I did that, all …

ssl kubernetes kubernetes-helm
Helm: generate comma separated list

Using Helm templates, I'm trying to generate a list of server names based on a number in values.yaml. The …

kubernetes go-templates kubernetes-helm
How do I get individual pod hostnames in a Deployment registered and looked up in Kubernetes?

I need to know all the hostnames for all the pods in a Deployment in Kubernetes. Based on https://kubernetes.…

kubernetes kubernetes-helm kube-dns
Why helm upgrade --install failed when previous install is failure?

This is the helm and tiller version: > helm version --tiller-namespace data-devops Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27…

kubernetes kubernetes-helm
Helm 3 install for resouces that exist

when running helm install (helm 3.0.2) I got the following error: Error: rendered manifests contain a resource that already exists. Unable …

kubernetes kubernetes-helm
helm chart error can't evaluate field Values in type interface {}

I know this is some kind of syntax/yaml structure related error but the message is so cryptic I have …

kubernetes kubernetes-helm
What is the equivalent for depends_on in kubernetes

I have a docker compose file with the following entries version: '2.1' services: mysql: container_name: mysql image: mysql:…

kubernetes kubectl kubernetes-helm kubeadm