Questions tagged [helm]

Package manager for kubernetes

Package manager for kubernetes

https://helm.sh/

116 questions
14
votes
2 answers

Kubernetes v1.24.3 upgrade broke ingress-nginx

After upgrading our AKS kubernetes cluster to from v1.23.8 to v1.24.3 our ingress stopped working properly. No errors logged in events and the ingress-nginx pod does not report any errors on the console. Everything looks fine from within the…
sevenam
  • 441
7
votes
1 answer

Docker images vs Helm Charts

First of all I apologies because I am developer trying to understand some server stuffs. I request the moderators please don't be harsh if this question doesn't make any sense here. From my understanding we have docker images inside docker hub which…
7
votes
2 answers

Helm: how to add elements to a list of default values?

It might be a very simple question, though somewhy I can't google the answer. Let's assume we have a Helm chart with some default values such as the following: parameters: - parameterName: parameter1 value: value1 - parameterName: parameter2 …
6
votes
2 answers

In a helm template how can i use items in 1 list to iterate over another list

i want to pre-populate a kubernetes cluster with namespaces and their respective secrets for our apps and services. For that i would like to be able to specify 2 lists, 1 list with secrets, and 1 list with namespaces. Each namespace in the list has…
rinini
  • 71
5
votes
1 answer

For a helm chart, what versions are available?

I can specify a specific version of a chart by doing: helm install --version stable/ But, how do I know which versions are available?
Job Evers
  • 261
3
votes
1 answer

Helm reset resources into known-good state

We're starting to manage Kubernetes resources with Helm, and we have some users who are used to managing resources with kubectl edit. We'd like Helm to sanitize the deployed resources every time it's run, bringing them back into a known-good…
spiffytech
  • 1,153
3
votes
0 answers

Terraform Helm set tolerations

I'm trying to set tolerations values in Terraform Helm for the occm chart in the following way: set { name = "tolerations" value = yamlencode([ { key = "node.kubernetes.io/test" value = "true" effect = "NoSchedule" …
sctx
  • 53
  • 1
  • 6
2
votes
1 answer

In Helm Kubernetes config, how can I share many environment vars between multiple deployment files

We're using Helm to deploy our app to K8s. In 4 different deployment files (one for each service) and a job file for migrations, we have to have an identical set of env variables. Whenever we need to add a new one, we need to add it to all 5 files.…
2
votes
1 answer

What is needed to use kubernetes port forwarding through a proxy?

I have a kubernetes cluster that I can reach through an nginx proxy. I can do kubectl get deployments -n kube-system without issue. However, I'm trying to use helm. Helm is throwing an error: Error: forwarding ports: error upgrading connection:…
cat pants
  • 2,363
2
votes
3 answers

Helm under MicroK8S giving: "Error: could not find a ready tiller pod"

I need learn about Kubernetes, Helm, conjure-up and also need install Eclipe-Che, and to it I did: On a fresh install of [Ubuntu 18.04.2 Server X64] running as virtual machine inside vmware workstation Im installing MicroK8S and Helm. Its on a fresh…
Mark
  • 121
  • 2
  • 9
2
votes
1 answer

Helm i/o timeout kubernetes

Trying to use helm on my kubernetes cluster. helm init went fine but trying to install or just helm list gives this error. $ helm list Error: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps?labelSelector=OWNER%!D(MISSING)TILLER:…
Gab
  • 193
2
votes
3 answers

Helm offline usage

Environment [root@kubernetes-master-001 centos]# helm version Client: &version.Version{SemVer:"v2.9.0", GitCommit:"f6025bb9ee7daf9fee0026541c90a6f557a3e0bc", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.9.0",…
2
votes
1 answer

Re-enabling commands in a cluster environment

we are running Redis as a container in a Kubernetes cluster (v1.21.14-gke.3000) where it is installed via Helm. Helm uses the Bitnami image, which disables the FLUSHALL command. As with this article, we want to re-enable Redis command but editing…
2
votes
1 answer

How to setup alert in helm chart values file?

I am trying to setup grafana alerts in helm chart. For that, using the existing manually created alert from another grafana instance, which we want to keep in new grafana setup by default with helm chart. As not able to find any export/import…
Kalel
  • 264
  • 2
  • 8
  • 20
2
votes
1 answer

Apache Spark Web UI on kubernetes not working as expected

hi im having a problem i'am deploying Apache spark helm chart on kubernetes bitnami chart : helm repo add bitnami https://charts.bitnami.com/bitnami normally the apache spark webui is on port 8080 when i access the webUI here is what i get : what…
1
2 3 4 5 6 7 8