Questions tagged [helm]

Package manager for kubernetes

Package manager for kubernetes

https://helm.sh/

87 questions
2
votes
1 answer

Invalid keycloak URL error when installing alfresco-dbp with helm in Kubernetes on AWS

I'm currently trying to deploy Alfresco Content Services on AWS following this guide. I got as far as to "Creating File Storage for Alfresco Content Services Community" where I have to create an EFS storage using another guide. In step 4 "Deploy the…
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
  • 449
  • 1
  • 6
  • 18
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…
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
  • 593
  • 2
  • 14
  • 29
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…
Remco Haszing
  • 113
  • 1
  • 5
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…
Dario Pedol
  • 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,301
  • 3
  • 31
  • 42
1
vote
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…
1
vote
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
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
  • 1
  • 3