Questions tagged [helm]

Package manager for kubernetes

Package manager for kubernetes

https://helm.sh/

76 questions
2
votes
1 answer

Kubernetes kubeconfig inside pod

I am trying to create a deployment which is deployed on K8S instance on which it does migration of services. This needs kubeconfig as part of the code right now. We do not have access to create service accounts. We also have kubectl binary inside…
Tech_Lover
  • 21
  • 1
  • 3
1
vote
1 answer

Required changes to migrate to Kubernetes 1.16

I have a multi-component platform which I created the required helm charts for it and it was properly working on Kubernetes <= 1.15. Now I need to prepare them to be compatible with k8s 1.16. I thought that it is just enough to change the…
AVarf
  • 409
  • 1
  • 6
  • 17
1
vote
0 answers

haproxy pods in keep crashloopbackoff

I'm using helm to install a redis-ha in my cluster with command: helm install -f develop-redis-values.yaml stable/redis-ha --namespace=develop -n=develop-redis In develop-redis-values.yaml, i turn haproxy.enabled to true When the pods appear, its…
Ash Blake
  • 121
  • 4
1
vote
2 answers

Nextcloud Helm Chart Change Max Upload Size

I deployed the Nextcloud Helm chart to my cluster. Installation went fine and I can use it. But I can only upload small files (the default). How can I configure the helm chart to allow larger files (5Gi) to be uploaded?
cclloyd
  • 583
  • 1
  • 13
  • 24
1
vote
0 answers

How to copy all images in a helm chart offline

I have helm\tiller installed on my on-prem Kubernetes deployment which is isolated from the internet. I'm trying to copy some helm charts to my isolated network and I'm finding the process of understanding which container images I need to download…
Oren
  • 11
  • 2
1
vote
2 answers

Switch helm config based on kubectl context

I’m using Helm for managing apps running in my Kubernetes cluster. I’m managing multiple clusters for different environments. kubectl supports this out of the box, e.g.: kubectl config set-context staging kubectl config set-context production To…
1
vote
1 answer

Helm Chart loads default Laravel instead of real site

I have set up my project to use this package for Kubernetes/Helm on Laravel application: https://github.com/richdynamix/arc When I run docker-compose up I get the real project I have been working on, but when I install Helm at tools/helm-chart…
plexcell
  • 111
  • 2
1
vote
1 answer

Create Image Pull Secret from Other Secret or Copy Secret from Other Namespace

I've got a problem that I cannot solve nicely it seems. I've got a Kubernetes cluster running on GCP and a custom HELM chart helm/foo. I have multiple instances of the chart running with different names and need to change it so it each runs in its…
Dariop
  • 111
  • 5
1
vote
2 answers

helm install a chart and give parameters to the depencie chart

I am trying to use the chart stable/mcrouter for memcache sharding, everything works, but this chart uses a memcache chat as dependencie. I would like to know if I can pass parameters to memcache chart, this is the dependencies file:…
c4f4t0r
  • 5,149
  • 3
  • 28
  • 41
1
vote
1 answer

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…
johnbt
  • 111
  • 5
1
vote
1 answer

Keycloak w/ EKS + ALB (401 after auth)

I’m currently trying to get Keycloak to run in EKS behind ALB and for the life of me, I can’t get it to work. I get the redirect to a login screen and after I log in - I instantly get presented with 401 Authorization required. Infrastructure as…
1
vote
0 answers

Share a dependency across helm charts

I am trying to launch two different Helm charts that share a common dependency (a MySQL database in this case). Let's consider two different helm charts with the following setup in Chart.yaml: Service A: dependencies: - name: mysql version:…
1
vote
0 answers

Updating ingress-nginx helm chart for kubernetes 1.23.5

I am having lots of issues that seem to stem from upgrading my kubernetes cluster to the latest version (1.23.5). I initially had some issues with the cluster itself and the nodes but that seems to be fixed and the cluster seems to be healthy, at…
kirie
  • 111
  • 3
1
vote
0 answers

How to enable ipv6 for ingress-controller services when installing using Helm nginx-ingress chart?

I have a baremetal K8 cluster setup using Kubespray (Calico as CNI) and have dual stack enabled. I can see that all the pods that get deployed get both IPv4 and IPv6 addresses but when I try to install nginx-ingress controller using nginx helm chart…
mickey9
  • 11
  • 1
1
vote
2 answers

GitLab Runner failing to register after migration to new cluster

I have GitLab installed in Kubernetes with their Helm chart. I migrated my old Gitlab deployment from one cluster to another with the following steps: Scale down all pods in old cluster Apply values.yml with helm to new cluster (to create…
cclloyd
  • 583
  • 1
  • 13
  • 24