|
Re: Feedback on Helm
Berin,
Thanks for such an extensive write-up. I can't address all of it now but I wanted to talk about transitive dependencies. I am curious what you are looking for in respect to that as far as
Berin,
Thanks for such an extensive write-up. I can't address all of it now but I wanted to talk about transitive dependencies. I am curious what you are looking for in respect to that as far as
|
By
Matt Farina
·
#302
·
|
|
Feedback on Helm
I'm in the process of modernizing our deployment to use containers and kubernetes to deploy a complex microservices application. The current deployment uses python scripts to place things where they
I'm in the process of modernizing our deployment to use containers and kubernetes to deploy a complex microservices application. The current deployment uses python scripts to place things where they
|
By
bloritsch@...
·
#301
·
|
|
Re: localizing Helm docs [feedback requested]
Thanks for suggesting the Kubernetes process. I'll take a look at it.
I just took Gitlocalize for a spin. I had a couple problems with it (i.e., hugo front matter handling and DCO). Won't work for us.
Thanks for suggesting the Kubernetes process. I'll take a look at it.
I just took Gitlocalize for a spin. I had a couple problems with it (i.e., hugo front matter handling and DCO). Won't work for us.
|
By
Matt Farina
·
#300
·
|
|
Re: localizing Helm docs [feedback requested]
Happy to chat about how k8s docs is doing it if you want!
Most of the process is outlined here: https://kubernetes.io/docs/contribute/localization/
I would echo Chris' statement that it works out
Happy to chat about how k8s docs is doing it if you want!
Most of the process is outlined here: https://kubernetes.io/docs/contribute/localization/
I would echo Chris' statement that it works out
|
By
Jim Angel
·
#299
·
|
|
Re: localizing Helm docs [feedback requested]
Fedora and OpenStack use http://zanata.org
It's notable the Kubernetes community just treats translations as code and that has served them decently, but they have invested in doing public "doc
Fedora and OpenStack use http://zanata.org
It's notable the Kubernetes community just treats translations as code and that has served them decently, but they have invested in doing public "doc
|
By
Chris Aniszczyk
·
#298
·
|
|
Re: localizing Helm docs [feedback requested]
I'm kinda interested in the human based tools more than automating translations. From what I've been told, the automation quality is so-so.
But, we have people interested in translating docs. But, our
I'm kinda interested in the human based tools more than automating translations. From what I've been told, the automation quality is so-so.
But, we have people interested in translating docs. But, our
|
By
Matt Farina
·
#297
·
|
|
Re: localizing Helm docs [feedback requested]
Sorry, missing link: https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/
Matthew Fisher
Caffeinated Software Engineer
Microsoft Canada
Sorry, missing link: https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/
Matthew Fisher
Caffeinated Software Engineer
Microsoft Canada
|
By
Matt Fisher <matt.fisher@...>
·
#296
·
|
|
Re: localizing Helm docs [feedback requested]
Something I was interested in looking into was the Microsoft Translator API. From its description,
> [...] that developers can easily integrate into their applications websites, tools, or any solution
Something I was interested in looking into was the Microsoft Translator API. From its description,
> [...] that developers can easily integrate into their applications websites, tools, or any solution
|
By
Matt Fisher <matt.fisher@...>
·
#295
·
|
|
localizing Helm docs [feedback requested]
The Helm website and docs are setup for localization / i18n. The flow of contributing translations is the same as contributing docs and code.
This has left me wondering... should Helm use some outside
The Helm website and docs are setup for localization / i18n. The flow of contributing translations is the same as contributing docs and code.
This has left me wondering... should Helm use some outside
|
By
Matt Farina
·
#294
·
|
|
Link for resolving a specified task
Hi,
I'm a DevOps course student.
I am now in the final project phase of the course, and I was required to deploy Prometheus operator via helm and grafana.
Can you please, send me a link to a
Hi,
I'm a DevOps course student.
I am now in the final project phase of the course, and I was required to deploy Prometheus operator via helm and grafana.
Can you please, send me a link to a
|
By
Sara Ben Shabbat <sarabenshabbat@...>
·
#293
·
|
|
Re: Helm
Thanks Matthew, for your response.
I don't believe the problem is with type. I tried with $, but getting the null pointer exception. <.Values.common >: nil pointer evaluating interface {}.mypath. I
Thanks Matthew, for your response.
I don't believe the problem is with type. I tried with $, but getting the null pointer exception. <.Values.common >: nil pointer evaluating interface {}.mypath. I
|
By
lmadan@...
·
#292
·
|
|
Re: Helm
In other words, you are passing a function a string when it expected an object. If you change your function call to the type it expects, that should solve your error.
Matthew Fisher
Caffeinated
In other words, you are passing a function a string when it expected an object. If you change your function call to the type it expects, that should solve your error.
Matthew Fisher
Caffeinated
|
By
Matt Fisher <matt.fisher@...>
·
#291
·
|
|
Re: Helm
In your example, you are passing a variable of type string ("need value") to your function "mypath". Inside your "mypath" function,. it's looking for an object with a field called Values.
If you
In your example, you are passing a variable of type string ("need value") to your function "mypath". Inside your "mypath" function,. it's looking for an object with a field called Values.
If you
|
By
Matt Fisher <matt.fisher@...>
·
#290
·
|
|
Helm : referencing the parent template field in sub chart.
Hi all, i have a quick question. I have the chart
hierarchy
-- parentChart
-- template
-- _helpers.tpl— charts
-- charts
-- chart1
-- template
-- _helpers.tpl
--
Hi all, i have a quick question. I have the chart
hierarchy
-- parentChart
-- template
-- _helpers.tpl— charts
-- charts
-- chart1
-- template
-- _helpers.tpl
--
|
By
lmadan@...
·
#289
·
Edited
|
|
Re: Lua Technical Discussion
Hi Matt,
Thanks for the great briefing, it sounds like the biggest sticking-point in my suggestion is that AFAIK Squirrel doesn't have a Go implementation.
It shares a lot in common with Lua and was
Hi Matt,
Thanks for the great briefing, it sounds like the biggest sticking-point in my suggestion is that AFAIK Squirrel doesn't have a Go implementation.
It shares a lot in common with Lua and was
|
By
Alistair Lowe
·
#287
·
|
|
Re: Is it possibe to create yaml object in helm from file
Probably not the right forum to ask usage questions on. Maybe try the #helm-users kubernetes slack channel in the future. But:
{{- $lists := .Files.Get "files/test.yaml" | fromYaml }}
{{- range
Probably not the right forum to ask usage questions on. Maybe try the #helm-users kubernetes slack channel in the future. But:
{{- $lists := .Files.Get "files/test.yaml" | fromYaml }}
{{- range
|
By
Fox, Kevin M <Kevin.Fox@...>
·
#286
·
|
|
Is it possibe to create yaml object in helm from file
I want to iterate over the Yaml list which is defined in the file, and use it in Job. For example i have
test.yaml
list:
- first element
- second element
In _helpers.tpl i can define
I want to iterate over the Yaml list which is defined in the file, and use it in Job. For example i have
test.yaml
list:
- first element
- second element
In _helpers.tpl i can define
|
By
lmadan@...
·
#285
·
|
|
Re: Lua Technical Discussion
We were looking to use Lua as a pre- and post-hook event system when charts were being rendered.
The post-render hook introduced in Helm 3.1 seems to handle most of the use cases the Lua event system
We were looking to use Lua as a pre- and post-hook event system when charts were being rendered.
The post-render hook introduced in Helm 3.1 seems to handle most of the use cases the Lua event system
|
By
Matt Fisher <matt.fisher@...>
·
#284
·
|
|
Lua Technical Discussion
Hi guys,
I'm interested in the move to supporting Lua templates, is there a technical discussion or documentation discussing the reasoning behind Lua as a language choice?
I would like to put forward
Hi guys,
I'm interested in the move to supporting Lua templates, is there a technical discussion or documentation discussing the reasoning behind Lua as a language choice?
I would like to put forward
|
By
Alistair Lowe
·
#283
·
|
|
Re: Helm unit tests
Thank you Gareth. At a first glance it looks good and I will surely try it out.
--
SIMON FONTANA OSCARSSONSoftware DeveloperEricssonÖlandsgatan 137133 Karlskrona,
Thank you Gareth. At a first glance it looks good and I will surely try it out.
--
SIMON FONTANA OSCARSSONSoftware DeveloperEricssonÖlandsgatan 137133 Karlskrona,
|
By
Simon Fontana Oscarsson
·
#282
·
|