|
[DISCUSS] Automate the management of GitHub org/team membership
Hi folks, I've been looking into peribolos, a tool used at the Kubernetes org, for automating our Helm GitHub organization & team membership. Basically this means the Helm organization config will be
Hi folks, I've been looking into peribolos, a tool used at the Kubernetes org, for automating our Helm GitHub organization & team membership. Basically this means the Helm organization config will be
|
By
Roy Lenferink
·
|
|
Complex charts
3 messages
Hi All, I was advised to ask here regarding complex helm chart development. I'm trying to put together a new flight simulation system and this means a lot of inter-node communication through things li
Hi All, I was advised to ask here regarding complex helm chart development. I'm trying to put together a new flight simulation system and this means a lot of inter-node communication through things li
|
By
j.g.pelham@...
·
|
|
How to handle experiment of Helm charts in OCI repos when 3.0.0 comes out
10 messages
One of the features being developed for Helm v3 is the ability to store Helm charts in OCI container image repositories (by following the distribution spec). You can think of these as repositories lik
One of the features being developed for Helm v3 is the ability to store Helm charts in OCI container image repositories (by following the distribution spec). You can think of these as repositories lik
|
By
Matt Farina
·
|
|
PSA: Helm v3 and the Stable repository
13 messages
When you initialize Helm it has long added the stable repository. Unless overridden it is set to https://kubernetes-charts.storage.googleapis.com/. Even though Helm is designed to work with numerous d
When you initialize Helm it has long added the stable repository. Unless overridden it is set to https://kubernetes-charts.storage.googleapis.com/. Even though Helm is designed to work with numerous d
|
By
Matt Farina
·
|
|
Proposal on Helm v2 support post v3.0.0 stable release
We are currently discussing the support proposal for Helm v2 once Helm v3 is released. There are two reasons for this: We want to have a shared understanding about levels of support over time so there
We are currently discussing the support proposal for Helm v2 once Helm v3 is released. There are two reasons for this: We want to have a shared understanding about levels of support over time so there
|
By
Matt Farina
·
|
|
help to learn
3 messages
hello , need some resources to learn helm ,please help me. thank you!
hello , need some resources to learn helm ,please help me. thank you!
|
By
veereshreddy.r@...
·
|
|
New repo for Helm acceptance tests
Hi all, please see this new repo started as the home for Helm acceptance testing: https://github.com/helm/acceptance-testing This is a test suite built using the Robot Framework, with Python libraries
Hi all, please see this new repo started as the home for Helm acceptance testing: https://github.com/helm/acceptance-testing This is a test suite built using the Robot Framework, with Python libraries
|
By
Josh Dolitsky
·
|
|
PSA: Timelines For Removing Kuberntes Deprecated APIs - extensions/v1beta1, apps/v1beta1, apps/v1beta2
Kubernetes has an API deprecation policy. The extensions/v1beta1, apps/v1beta1, and apps/v1beta2 APIs are long past their deprecation window. They are now being deprecated. In Kubernetes 1.16 (the nex
Kubernetes has an API deprecation policy. The extensions/v1beta1, apps/v1beta1, and apps/v1beta2 APIs are long past their deprecation window. They are now being deprecated. In Kubernetes 1.16 (the nex
|
By
Matt Farina
·
|
|
Helm Interest at CloudNativeCon/KubeCon EU 2019
The CNCF put out a transparency report for this past EU conference. One of the things that caught my attention was that of the CNCF projects only Kubernetes and Prometheus had more interest than Helm
The CNCF put out a transparency report for this past EU conference. One of the things that caught my attention was that of the CNCF projects only Kubernetes and Prometheus had more interest than Helm
|
By
Matt Farina
·
|
|
Happy Helming in China!
4 messages
Hello Helm As we discussed on Helm weekly meeting of June 6, 2019, we tried set up a mirror of Helm Hub in China and it has been published here: https://developer.aliyun.com/hub It's 100% free and ope
Hello Helm As we discussed on Helm weekly meeting of June 6, 2019, we tried set up a mirror of Helm Hub in China and it has been published here: https://developer.aliyun.com/hub It's 100% free and ope
|
By
Lei Zhang
·
|
|
CRDs and Helm
Consider this email an invitation to get involved. Wouldn’t it be good if Helm was better with CRDs? Helm currently has the `crd-install` lifecycle hook. In charts we can use the Capabilities to detec
Consider this email an invitation to get involved. Wouldn’t it be good if Helm was better with CRDs? Helm currently has the `crd-install` lifecycle hook. In charts we can use the Capabilities to detec
|
By
Matt Farina
·
|
|
Get Helm from get.helm.sh
&tldr; The Helm client can now be downloaded from get.helm.sh. This is the new primary source we will ship the client from and the only location to get Helm v3. Helm v3 alpha1 builds are there now. Al
&tldr; The Helm client can now be downloaded from get.helm.sh. This is the new primary source we will ship the client from and the only location to get Helm v3. Helm v3 alpha1 builds are there now. Al
|
By
Matt Farina
·
|
|
CFP deadline for Helm Summit is today!
Today is the last day to submit your CFPs for Helm Summit! Helm Summit will be in Amsterdam on September 11-12, 2019. If you need help with your idea, I'm always happy to provide a helping hand! Feel
Today is the last day to submit your CFPs for Helm Summit! Helm Summit will be in Amsterdam on September 11-12, 2019. If you need help with your idea, I'm always happy to provide a helping hand! Feel
|
By
Matt Fisher
·
|
|
Helm 3.0.0-alpha.1 and 2.14.0 have been released!
Hey everyone! Helm 3.0.0-alpha.1 has been released. You can read all about what's changed by reading the release notes here. This is only the first alpha release, and we'll still continue to add more
Hey everyone! Helm 3.0.0-alpha.1 has been released. You can read all about what's changed by reading the release notes here. This is only the first alpha release, and we'll still continue to add more
|
By
Matt Fisher
·
|
|
Centralized Tiller deployments
3 messages
Hi, I'm setting up a number of Kubernetes clusters and want to use Helm/Tiller to deploy charts. Let's call these clusters central, dev, stg, and prod.I'm wondering if it's possible to install Tiller
Hi, I'm setting up a number of Kubernetes clusters and want to use Helm/Tiller to deploy charts. Let's call these clusters central, dev, stg, and prod.I'm wondering if it's possible to install Tiller
|
By
sal
·
|
|
Go get k8s.io/helm/pkg/helm meet ERROR "github.com/Sirupsen/logrus@v1.4.0: parsing go.mod: unexpected module path "github.com/sirupsen/logrus""
3 messages
Hi all, I want to build a Golang project with helm, but when I try to get helm package, I got following error: go: github.com/Sirupsen/logrus@....0: parsing go.mod: unexpected module path "github.com/
Hi all, I want to build a Golang project with helm, but when I try to get helm package, I got following error: go: github.com/Sirupsen/logrus@....0: parsing go.mod: unexpected module path "github.com/
|
By
soolaugust@...
·
|
|
Helm Question: Provide Helm Install flags using client.go
2 messages
Hi, I've received your contact through the following discussion: https://discuss.kubernetes.io/t/provide-helm-install-flags-using-client-go/5415 I'm pasting the question from discussion so you can hop
Hi, I've received your contact through the following discussion: https://discuss.kubernetes.io/t/provide-helm-install-flags-using-client-go/5415 I'm pasting the question from discussion so you can hop
|
By
Ante Peric
·
|
|
Status update for Helm 3 repos
3 messages
Over the past several months, we have been working on putting together some changes that would allow users to store their Helm charts in container registries. The level of collaboration has been prett
Over the past several months, we have been working on putting together some changes that would allow users to store their Helm charts in container registries. The level of collaboration has been prett
|
By
Josh Dolitsky
·
|
|
Recurring Helm 3 repos meeting
7 messages
In order to accelerate Helm 3 changes related to working with repos, we will be having a weekly call on Wednesdays at 8am PST (starting tomorrow). Please feel free to join us and share your thoughts!
In order to accelerate Helm 3 changes related to working with repos, we will be having a weekly call on Wednesdays at 8am PST (starting tomorrow). Please feel free to join us and share your thoughts!
|
By
Josh Dolitsky
·
|
|
Security release of ChartMuseum v0.8.1
3 messages
A security vulnerability was discovered in ChartMuseum. The following details can be found on the Helm blog the root source for this disclosure, but are reproduced here as well. Security researcher Be
A security vulnerability was discovered in ChartMuseum. The following details can be found on the Helm blog the root source for this disclosure, but are reproduced here as well. Security researcher Be
|
By
Matt Farina
·
|