Questions tagged [helm]
10 questions
3
votes
2 answers
"awk" a value from irregular output by column name
I'm writing a bash script that uses helm history (Kubernetes tool) command to get the last revision number of my release. The output for the command is like this:
helm history release
REVISION UPDATED STATUS CHART …
Eduardo Baitello
- 606
- 7
- 19
1
vote
0 answers
Helm upgrade stuck until deleting the data-migration pod
Can anyone please guide me to run the commands in parallel to automate.
Suppose for example:
I wrote a script to upgrade the helm charts and as soon as the upgrade command runs, it gets stuck due to data-migration pod, so we need to delete the…
Dinesh Kumar
- 11
- 1
1
vote
0 answers
helm image pull issue
i have a private registry for images, which works,,,, now i want to use that,,
my deployment.yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ template "mychart.fullname" . }}
spec:
replicas: {{ .Values.replicaCount }}
…
Mohammed Ali
- 671
- 2
- 14
- 38
1
vote
0 answers
How to make `helm-execute-persistent-action` not to follow symlink original path
I want to complete by Tab when using find-file, so I bind a function helm-execute-persistent-action to Tab like this.
;; For find-file etc.
(define-key helm-read-file-map (kbd "TAB") 'helm-execute-persistent-action)
;; For helm-find-files…
ironsand
- 5,085
- 12
- 50
- 73
1
vote
1 answer
How to know function name inside helm
I just installed helm in Emacs.
It works fine, but I want to change some key bindings.
For example, Go to precedent level inside find-file is binding with C-l.
I want to rebind it with C-w.
I can't call describe-key because it is inside mini…
ironsand
- 5,085
- 12
- 50
- 73
0
votes
0 answers
How to install miniconda to Jupyterhub in Kubernetes?
I used this instruction to install Jupyterhub to Kubernetes cluster (chart version 2.0.0). But it doesn't contain Conda (but other images, that is not for k8s, do have it). How can I install miniconda to the kubernetes installation of the…
Timur
- 31
- 2
0
votes
0 answers
HELM get first element from a helpers template
I have some template inside _helpers.tpl file like this
{{- define "clusterNodes" }}
- ip: "192.168.7.10"
hostnames:
- "m1"
- ip: "192.168.7.20"
hostnames:
- "w1"
- ip: "192.168.7.30"
hostnames:
- "w2"
{{- end }}
and I want to fetch…
Sollosa
- 1,887
- 4
- 19
- 32
0
votes
0 answers
Prometheusrule helm release
Does anyone know if it is possible to create helm release for prometheusrule in such format?
eg.
kind: HelmRelease
metadata:
name: prometheus
namespace: prometheus
spec:
releaseName: prometheus
chart:
spec:
chart: prometheus
…
0
votes
0 answers
Dynamically read key from values.yaml in helm
I am working creating virtual service with helm my goal is to create vs that accept single or multiple match block with help of helm right now I am stuck at very last part , I want to read httpmatch uri dynamically for eg values.yaml (apologies for…
ammy
- 1
0
votes
1 answer
HELM(error) data: Too long: must have at most 1048576 bytes
ok I have a huge applications with multiple components, each have plentyful config files
directory tree looks like this
# ls -1 .
Chart.yaml
configs
templates
values.yaml
# ls -1…
Sollosa
- 1,887
- 4
- 19
- 32