kubernetes-helm Questions

0

I have my-app chart which is getting deployed by helm3 in the following steps. It fails saying there is another operation in progress where as the last operation was successful. When I retry the sa...
Cotswolds asked 10/5 at 1:59

3

I am trying to use stable/fluent-bit as a sub-chart in my chart. That chart has a value in values.yaml: backend: es: host: elasticsearch How can I set the value of backend.es.host as something...
Methodius asked 7/12, 2019 at 2:32

2

Solved

Im new at helm. Im building a splunk helm chart with numerous conf files. I currently use something like this in a configmap .. apiVersion: v1 kind: ConfigMap metadata: name: splunk-master-configm...
Haim asked 14/8, 2018 at 14:38

7

Solved

I have installed rabbitmq using helm chart on a kubernetes cluster. The rabbitmq pod keeps restarting. On inspecting the pod logs I get the below error 2020-02-26 04:42:31.582 [warning] <0.314....

9

I have deployed a helm chart as shown below: When I try to run the helm upgrade command, I get the following error: I tried using the --force option too but still the same. How can I rectify this...
Colloquium asked 19/7, 2021 at 21:6

4

I installed rancher into existing kubernetes cluster from this tutorial, using these commands: helm repo add rancher-latest https://releases.rancher.com/server-charts/latest kubectl create namespac...
Gezira asked 16/4, 2021 at 13:47

3

I have a main chart that generates a random password in _helpers.ptl. This random password needs to be used by several subcharts (db and app). In _helpers.ptl of the main chart: {{/* Generate db cr...
Luckin asked 10/8, 2020 at 21:47

4

We are on Kubernetes 1.9.0 and wonder if there is way to access an "ordinal index" of a pod with in its statefulset configuration file. We like to dynamically assign a value (that's derived from th...
Popele asked 7/6, 2018 at 21:54

1

When I try to override only a specific value in a map item inside an array in my values.yaml, it replaces the entire thing and makes it have only that one property. Is there a way to keep the defau...
Caralie asked 25/11, 2020 at 19:33

2

Solved

I've been developing a prototype chart that depends on some custom resource definitions that are defined in one of the child charts. To be more specific, I'm trying to create the resources defined...
Brunette asked 18/2, 2020 at 14:32

9

I tried to run a Helm upgrade before running helm repo update and now it seems to be permanently stuck in "STATUS: pending-upgrade" and won't let me try to run the upgrade again. Trying t...
Kavita asked 25/11, 2020 at 14:43

4

Solved

I use vscode as an editor and have several yaml files in the project where parameter replacement occurs. However, it re-formats only one file with extra spaces between brackets, a file named servic...
Vaporescence asked 15/10, 2020 at 17:45

5

Solved

I'm looking to merge two values files in helm. secrets.yaml: oracle_db: serviceMonitor: endpoints: - module: oracledb port: http scheme: http url: "http://user:password@ip:port/xxx"...
Stacistacia asked 12/1, 2020 at 1:13

6

Solved

I have a problem with helm deployment. It has happend after I have added a new environment variable to the deployment. When I execute: helm upgrade [RELEASE] [CHART] I get the following error: ...
Ornithine asked 17/3, 2020 at 17:14

7

Solved

I just created a new Helm chart but when I run helm install --dry-run --debug I get: Error: YAML parse error on multi-camera-tracking/templates/multi-camera-tracking.yaml: error converting YAML to ...
Guss asked 14/11, 2019 at 16:53

4

Solved

My password once worked, but I don't remember if I changed it or not. However, I can't reset it. I tried with no success: kubectl get secret --namespace default grafana -o jsonpath="{.data.admin...
Romaic asked 21/1, 2020 at 10:7

6

How to SSH into a Kubernetes Node or Server hosted on AWS? I have hosted a Kubernetes Server and Node on AWS. I'm able to see the nodes and server from my local laptop with the kubectl get node com...
Typal asked 30/1, 2018 at 9:45

3

I have a secret resource templates that upon installation will generate random values for the data. I run into a problem after removing that chart (which did not delete the secret resource, becaus...
Vaporescence asked 12/9, 2019 at 15:16

1

I am installing argocd into my Kubernetes clusters with helm in Terraform like so: resource "kubernetes_namespace" "ns_argocd" { metadata { annotations = { name = "argoc...
Preponderate asked 7/12, 2021 at 13:37

3

I am trying to deploy multiple cronjob using same helm chart. I have defined cronjobs in values.yaml file which is below. cronjob: crons: "0": name: one-minute-cron schedule: "*/...
Arletha asked 14/9, 2021 at 7:41

2

Solved

Goal: Prepare a values.yaml file for the rabbitmq chart provided by bitnami, such that the plugin rabbitmq-message-deduplication is ready and available after running helm install ... Previous solut...
Hoff asked 7/10, 2020 at 14:50

3

Solved

I'm trying to install a chart to my cluster but I'm getting a error Error: template: go-api/templates/deployment.yaml:18:24: executing "go-api/templates/deployment.yaml" at <.Values.d...
Premonish asked 19/1, 2021 at 11:47

5

Solved

Is it possible to assign a multiline string to a variable in a helm template? I have a variable as follows: {{- $fullDescription := "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
Capitulate asked 20/6, 2018 at 14:52

8

Solved

I deployed a helm chart using helm install and after this I want to see if the pods/services/cms related to just this deployment have come up or failed. Is there a way to see this? Using kubectl ge...
Stoneham asked 12/10, 2020 at 21:49

4

I am trying to monitor external service (which is exporter of cassandra metrics) in prometheus-operator. I installed prometheus-operator using helm 2.11.0. I installed it using this yaml: apiVersi...
Densimeter asked 2/7, 2019 at 8:35

© 2022 - 2024 — McMap. All rights reserved.