Questions tagged [helm]

Package manager for kubernetes

Package manager for kubernetes

https://helm.sh/

87 questions
0
votes
0 answers

Grafana Loki, AlertManager - unable to read rule dir, open /tmp/loki/rules/fake: no such file or directory

I've deployed promtail, Grafana, Loki and AlertManager using Helm charts on k3d cluster on my local machine. I would like to have some rules in Loki such that if something will happen, AlertManager should be informed. Now I tried only with some…
mazix
  • 65
  • 1
  • 8
0
votes
1 answer

How to edit patch items in a Kustomization file for doing gitops with Helm (and avoiding patches piling up)

I'm looking for a better way to update docker images defined ina HelmRelease using GitOps, as my current method is generating noise. After introducing Helm to a cluster I'm managing with GitOps, I'm finding some difficulties on how to properly…
RogerFC
  • 344
  • 1
  • 2
  • 11
0
votes
0 answers

Terraform running Helm deploy against AKS fails with "failed to find any PEM data in key input"

I'm setting up a one-click deploy of an environment for some webservices, in which Terraform is used to deploy the infrastructure and then run Helm to populate it. The Terraform step is working fine and I can see the Kubernetes cluster created in…
0
votes
0 answers

how to deploy a helm chart a 2nd time

I need to deploy the ingress-nginx helm chart twice, once for private and once for public services. The chart for private ingresses is already deployed, in namespace=kube-system and with release-name=nginx-ingress-private. When I run the…
GI D
  • 11
0
votes
0 answers

MetalLB doesn't assign IP address to Keycloak service

I have installed both MetalLB and Keylcloak to my cluster. Both Keycloak's and MetalLB's pods are running, but the main Keycloak Load balance service is expecting IP (EXTERNAL-IP is in pending state). Here is my MetalLB config map: apiVersion:…
0
votes
0 answers

helmfile is getting missing repos error, how to fix that?

I have created a sample helmfile.yaml and content of it is below. releases: - name: loki-multitenant chart: ./loki namespace: default values: - loki-distributed: querier: replicas: 3 loki: …
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
0 answers

What is the csi driver for google cloud?

For aws eks service there is helm chart for csi driver to handle volumes. aws-ebs-csi-driver What is the alternative for gke, google kubernetes engine? Please suggest.
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
0 answers

How to convert terrraform to kubernetes helm chart?

Our current project is created using terraform templates. Both the infrastructure and the application deployment is on terraform yaml files. Is there anyway to convert the application part to helm charts? Please provide your suggestions.
user2331760
  • 155
  • 4
  • 12
0
votes
0 answers

Kubernetes pods failing with ImagePullBackOff when trying to pull image from AWS ECR

I are trying to run some Kubernetes pods in my Windows machine by using Docker-Desktop. I am trying to install them using HELM. I have created my Docker images and have pushed them into AWS ECR private repository. When I try to run the HELM install…
arjunbnair
  • 143
  • 1
  • 2
  • 11
0
votes
1 answer

How to HELM install multiple Traefik with rbac?

I am trying to install two traefik. Each will be in its own namespace. Each traefik will use label selection. Below is the values override I use for each when I run helm install. rbac: enabled: true # Enable prometheus additionalArguments: -…
Greg
  • 1
0
votes
1 answer

RabbitMQ Helm chart installation in a Kubernetes cluster failing distributing Erlang cookie to a node

I'm trying to install a RabbitMQ cluster through the Bitnami Helm chart (https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq) in an EKS cluster and when I execute the Helm installation I get the following error in the first pod…
Felipe
  • 11
  • 1
  • 5
0
votes
1 answer

helm - changing all configmaps during upgrade

We faced this kind of problem. When we start upgrading via helm - all our configmaps are changed after upgrade. The question is How to say helm DO NOT change the configmaps during upgrading release? We want to change configmaps by…
0
votes
0 answers

AKS Multiple Nginx Ingress with internal LB

Azure Kubernetes - AKS - K8s version - 1.20.9. Trying to setup multiple nginx ingress with Internal LB. ingress controller with ingress-class - helm install test1 ingress-nginx/ingress-nginx \ --set controller.replicaCount=1 \ --set…
sanjayparmar
  • 633
  • 8
  • 19
0
votes
1 answer

Access forbiden when downloading from private registry via helm chart, but not via simple pod

I am trying to deploy bitnami moodle chart with custom image hosted on gitlab. When I use the registry in pod the image gets downloaded. However, when used in the chart, it gives the error below with access forbiden. Tested on minikube, and private…
0
votes
1 answer

Grafana deploy in kubernetes with Letsencript certificate in ingess

I want to deploy grafana in my AKS kubernetes cluster. For deployment I use helm helm install grafana grafana/grafana --namespace=grafana --set…
Stefan
  • 117
  • 5