Questions tagged [helm]

Package manager for kubernetes

Package manager for kubernetes

https://helm.sh/

87 questions
0
votes
2 answers

Kubernetes NGINX Ingress Controller Failure using Helm on AKS

When going through the setup of a K8 ingress controller, which is documented here I am unable to get past the step of "Create an Ingress Controller" During the Helm command step and placing the command in debug mode, I see there is a timeout on one…
thxmike
  • 153
  • 1
  • 11
0
votes
1 answer

Kubernetes error "Unable to attach or mount volumes"

I deployed bitnami/wordpress helm using nginx ingress as loadbalancer like here. Everything working fine but problem is with some pods when they are created manually or automaticly by autoscaling. Some of them (not all) have all time…
Don Don Don
  • 1
  • 1
  • 3
0
votes
1 answer

Automate the creation of database/user/password into K8 for Bitnami helm chart postgresql

I'm deploying the https://github.com/bitnami/charts/tree/master/bitnami/postgresql into k8s and wondering how can I automate the following creation of a database create a role with password as owner of the database above I've seen the extraDeploy…
silviud
  • 2,687
  • 2
  • 18
  • 19
0
votes
2 answers

How to reinstall consul on a different namespace?

I have installed consul on default namespace using helm. helm install -f config.yaml consul hashicorp/consul --version "0.32.1" I tried uninstall of consul using helm delete consul And installing again using. kubectl create namespace consul helm…
Sara June
  • 451
  • 1
  • 9
  • 28
0
votes
1 answer

How to manage storage / persistence overflow in Bitnami Kafka Helm chart?

I deploy Bitanmi Kafka Helm chart on AWS provisioned with Terraform. I find the documentation storage and persistence allocation, very confusing. From what I understood from the documentation; logs are chunks of messages in a topic, when…
Rubber Duck
  • 101
  • 2
0
votes
1 answer

Ansible: clone repo or install helm chart from private github

Any idea how to install Helm chart (tgz) from private Github repo using Ansible? Is it possible at all to do this using Github token only and not ssh key or maybe it is easier to clone private git repo first with Ansible and then install it?
DisplayName
  • 145
  • 4
0
votes
0 answers

Selenium Grid Helm Chart: Can I Run Multiple Versions Of Chrome Concurrently?

I am hosting a Selenium Grid instance in a Kubernetes cluster that was installed using the standard Helm chart. Things are working well but I don't see any value that can be used to install multiple versions of Chrome or Firefox. Has anyone else…
Tom Purl
  • 549
  • 1
  • 3
  • 13
0
votes
1 answer

Why does embedding KeyCloak into a another stack using requirements.yaml fail?

I ran into a really weird issue when using https://github.com/codecentric/helm-charts/tree/master/charts/keycloak to set up keycloak on k8s: Using this helmchart and setting it up directly works pretty well, extraVolumes / mountPoints are processed…
Peter
  • 11
  • 2
0
votes
1 answer

A chart install (or helm_release via terraform) always results in "failed to download "

When installing a helm chart directly (with helm 3), or using the helm provider in terraform, the same error is thrown which implies the download fails, something like: Error: failed to download "https://agones.dev/chart/stable/agones-1.7.0.tgz"…
Adam C
  • 5,222
  • 2
  • 30
  • 52
0
votes
0 answers

Helm install is --values values.yaml explicitly required?

Using Helm version 2, I was under the assumption that explicitly setting --values values.yaml in helm --name elasticsearch install ./ is not required (i.e. defaults to --values values.yaml). However I am not seeing this behavior, when I run --debug…
Justin
  • 5,328
  • 19
  • 64
  • 84
0
votes
1 answer

Kubernetes: Issues with liveness / readiness probe on S3 storage hosted Docker Registry

Current setup Hello. I'm using a Docker Registry helm chart deployed with an S3 storage. Now I would like to update (change) the way the live/readiness probes work. The reason being that after one day of use, I have depleted the free tier monthly…
David
  • 101
  • 3
0
votes
1 answer

K8S Redis connection

I've installed Bitnami Helm Chart for HA Redis: https://bitnami.com/stack/redis/helm aleg@Azure:~$ kubectl get pods | grep redis redis-1580896952-master-0 1/1 Running 0 67m redis-1580896952-slave-0 …
Alec
  • 23
  • 1
  • 1
  • 5
1 2 3 4 5
6