python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
K8s jobs and pods differences as uses of host+subdomain
I have K8s used by Helm 3.
I need to access a k8s job while running in yaml file (created by helm).
The kubectl version:
Client Version: version.Info{Major:"1", Minor:"21",
GitV...
Eitan
Votes: 0
Answers: 1
How to use range function to keep values in same line in helm
I am trying to build configmap data out of values I have in values.yaml.
CASE 1:
values.yaml:
dns_domains: abc xyz
dns_servers: IP1 IP2 IP3
I want configmap data something as below for the above...
anonymous user
Votes: 0
Answers: 1
Best way to set up vm.max_map_count for opensearch on GKE with helm
Right now I'm using this shell script to configure my pods on GKE so that they all have proper amount of virtual memory, I guess there is way better solution, which I'm trying to find.
Probably someth...
Danyil Poprotskyi
Votes: 0
Answers: 1
Why does helm ternary operator report "unrecognized type: string"
Running helm v3.5.4.
I have a block of code in a helm chart that looks like this:
{{- if .Values.impacts_marketing_events }}
isMktgEventsImpacting: "Y"
{{- else }}
isMktgEventsImpacting: &qu...
David M. Karr
Votes: 0
Answers: 0