|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
[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
·
|
|
A Helm3 Controller
9 messages
Hello everyone, i want to introduce a new project https://github.com/alauda/captain related to Helm3. It’s a controller based on the helm3 code, and defines several CRDs (HelmRequest, Release, ChartRe
Hello everyone, i want to introduce a new project https://github.com/alauda/captain related to Helm3. It’s a controller based on the helm3 code, and defines several CRDs (HelmRequest, Release, ChartRe
|
By
Hang Yan
·
|
|
How to handle experiment of Helm charts in OCI repos when 3.0.0 comes out
4 messages
Now that we have artifacts accepted as an OCI project, what is the thought process to pull this out of experimentation? This isn’t as much a chicken/egg scenario as cart/horse. Registries will priorit
Now that we have artifacts accepted as an OCI project, what is the thought process to pull this out of experimentation? This isn’t as much a chicken/egg scenario as cart/horse. Registries will priorit
|
By
Steve Lasker
·
|
|
Install apps using helm3 on multiple clusters with --kube-context
Hi, In helm2 "helm init" would install tiller using current cluster context. Can I do this in parallel on multiple clusters using "--kube-context". We are just starting to use helm so leaning towards
Hi, In helm2 "helm init" would install tiller using current cluster context. Can I do this in parallel on multiple clusters using "--kube-context". We are just starting to use helm so leaning towards
|
By
siddhesh.divekar@...
·
|
|
Add my Udemy course to Related Projects and Documentation section
Can I add my Udemy course (https://www.udemy.com/course/helm-the-kubernetes-package-manager-course) to Related Projects and Documentation section (https://helm.sh/docs/related/). Can anyone guide me t
Can I add my Udemy course (https://www.udemy.com/course/helm-the-kubernetes-package-manager-course) to Related Projects and Documentation section (https://helm.sh/docs/related/). Can anyone guide me t
|
By
usample12@...
·
|