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…
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…
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…
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…
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?
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…
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…
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…
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…
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:…
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…
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…
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…
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:…
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…