Top "Kubernetes-helm" questions

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

Kubernetes Readiness probe failed error

While running my container on kubernetes using helm upgrade command, I am getting this error: 'Readiness probe failed: Get http://172.17.0.6:3003/: …

docker minikube kubernetes-helm
Pod is in pending stage ( Error : FailedScheduling : nodes didn't match node selector )

I have a problem with one of the pods. It says that it is in a pending state. If I …

kubernetes kubernetes-helm kubectl helmfile
How to set multiple values with helm?

Use helm install can set value when install a chart like: helm install --set favoriteDrink=slurm ./mychart Now want to …

string shell kubernetes command-line-interface kubernetes-helm
"How to fix 'Error: must either provide a name or specify --generate-name' in Helm"

How to fix Error: must either provide a name or specify --generate-name in Helm Created sample helm chart name as …

nginx kubernetes-helm
Kubernetes - How to define ConfigMap built using a file in a yaml?

At present I am creating a configmap from the file config.json by executing: kubectl create configmap jksconfig --from-file=config.…

kubernetes minikube kubernetes-helm configmap
For a helm chart, what versions are available?

I can specify a specific version of a chart by doing: helm install --version <some_version> stable/<…

kubernetes kubernetes-helm
Helm rollback to previous release

I am looking for a way to rollback a helm release to its previous release without specifying the target release …

kubernetes kubernetes-helm
Helm: Error: no available release name found

I am getting a couple of errors with Helm that I can not find explanations for elsewhere. The two errors …

kubernetes kubernetes-helm
How to create a helm chart to deploy multiple applications using the same value.yaml file

I'm trying to deploy an HTTPD instance and a couch db instance using the same values.yaml file Is there …

kubernetes-helm
How to delete(uninstall) helm chart on specific resource

I have installed redis. The default given name to me is plinking-narwhal. Now I would like to install a service …

redis kubernetes kubernetes-helm