|
Re: Does Helm has a plan to support the complete Operator maturity level?
That url is a bit misleading. Its describing their "helm based operator sdk"s capabilities. I have personally done more advanced things then possible with the "helm based operator sdk" can do using a
That url is a bit misleading. Its describing their "helm based operator sdk"s capabilities. I have personally done more advanced things then possible with the "helm based operator sdk" can do using a
|
By
Fox, Kevin M <Kevin.Fox@...>
·
#415
·
|
|
Re: Does Helm has a plan to support the complete Operator maturity level?
The "Operator Capability Levels" you reference are comparing helm-based operators, ansible-based operators, and go-based operators as supported by the operator-sdk. Those are the three operator types
The "Operator Capability Levels" you reference are comparing helm-based operators, ansible-based operators, and go-based operators as supported by the operator-sdk. Those are the three operator types
|
By
Michael Hrivnak
·
#414
·
|
|
Re: Does Helm has a plan to support the complete Operator maturity level?
I’d like to add to what Paul said.
Helm and operators are two different types of things. They don’t solve the same problem. Think of it this way, would I ask apt or yum to implement ansible
I’d like to add to what Paul said.
Helm and operators are two different types of things. They don’t solve the same problem. Think of it this way, would I ask apt or yum to implement ansible
|
By
Matt Farina
·
#413
·
|
|
Re: Does Helm has a plan to support the complete Operator maturity level?
The complete Operator capability level is a bit of a misnomer and very self serving and are often not operator specific, but assume the operator writer has implemented extra things. There not really
The complete Operator capability level is a bit of a misnomer and very self serving and are often not operator specific, but assume the operator writer has implemented extra things. There not really
|
By
Paul C
·
#412
·
|
|
Does Helm has a plan to support the complete Operator maturity level?
Hello Helm Team,
We are using Helm in our product for the deployments and upgrade. We are looking at the next step of introducing the Kubernetes Operator for handling the Day 2 Operations.
Going
Hello Helm Team,
We are using Helm in our product for the deployments and upgrade. We are looking at the next step of introducing the Kubernetes Operator for handling the Day 2 Operations.
Going
|
By
Anil Kumar <anil181@...>
·
#411
·
|
|
Re: [EXTERNAL] Re: [cncf-helm] Self nomination to help maintain helm/helm
Hey all,
My apologies for not noticing this first, but this was the incorrect list to have started the actual voting on (Usually, the nomination happens here and the voting is to be conducted on the
Hey all,
My apologies for not noticing this first, but this was the incorrect list to have started the actual voting on (Usually, the nomination happens here and the voting is to be conducted on the
|
By
Matt Butcher <matt.butcher@...>
·
#410
·
|
|
Re: Self nomination to help maintain helm/helm
+1 !
By
Josh Dolitsky
·
#409
·
|
|
Re: Self nomination to help maintain helm/helm
+1
By
Adam Reese
·
#408
·
|
|
Re: [EXTERNAL] Re: [cncf-helm] Self nomination to help maintain helm/helm
+1 🎉👏
By
Reinhard Nägele
·
#407
·
|
|
Re: [EXTERNAL] Re: [cncf-helm] Self nomination to help maintain helm/helm
+1 for Scott
By
Matt Butcher <matt.butcher@...>
·
#406
·
|
|
Re: Self nomination to help maintain helm/helm
+1
Scott has been very helpful with the charts testing/releasing features and associated GitHub actions!
+1
Scott has been very helpful with the charts testing/releasing features and associated GitHub actions!
|
By
Jeff Billimek
·
#405
·
|
|
Re: Self nomination to help maintain helm/helm
+1
Regards,
Martin
By
Martin Hickey
·
#404
·
|
|
Re: Self nomination to help maintain helm/helm
+1 for Scott!
thanks for all the work you do!
Em qui., 16 de set. de 2021 às 21:08, Scott Rigby <scott@...> escreveu:
+1 for Scott!
thanks for all the work you do!
Em qui., 16 de set. de 2021 às 21:08, Scott Rigby <scott@...> escreveu:
|
By
Carlos Tadeu Panato Jr
·
#403
·
|
|
Self nomination to help maintain helm/helm
Hi again everyone 👋
Since last week's Helm dev call, I planned to self nominate to help with helm/helm triage via the new Triage role. I've also already been wanting to volunteer time to help
Hi again everyone 👋
Since last week's Helm dev call, I planned to self nominate to help with helm/helm triage via the new Triage role. I've also already been wanting to volunteer time to help
|
By
Scott Rigby
·
#402
·
|
|
Triage Maintainer Self Nomination: Allen Bai
Hello everyone!
As discussed during today's (Sept. 9) weekly Helm developer meeting,
I'd like to nominate myself as one of the triage maintainers.
I'm a software engineer at Red Hat and working on
Hello everyone!
As discussed during today's (Sept. 9) weekly Helm developer meeting,
I'd like to nominate myself as one of the triage maintainers.
I'm a software engineer at Red Hat and working on
|
By
Allen Bai
·
#401
·
|
|
[HIP] cascade option for uninstall and upgrade commands
Hi,
I would like to propose a 'cascade' option for the uninstall and upgrade commands.
The current implementation of these commands hardcodes metav1.DeletePropagationBackground and removes all
Hi,
I would like to propose a 'cascade' option for the uninstall and upgrade commands.
The current implementation of these commands hardcodes metav1.DeletePropagationBackground and removes all
|
By
Péter Laukó <peter.lauko@...>
·
#400
·
|
|
[proposal] Reference packaged value files
Hi all!
I am planning to write an HIP about referencing packaged values in
dependency charts. Before doing that, I would like to check if there
is any interest in the proposal, or if I should just
Hi all!
I am planning to write an HIP about referencing packaged values in
dependency charts. Before doing that, I would like to check if there
is any interest in the proposal, or if I should just
|
By
Riccardo Piccoli
·
#399
·
|
|
Use a config from a sub-chart to an other
Hello,
I write this in the dependencies or my Chart.yaml
- name: redis-config
repository: file://../../configs/redis
import-values:
- child: config
parent: redis
- name:
Hello,
I write this in the dependencies or my Chart.yaml
- name: redis-config
repository: file://../../configs/redis
import-values:
- child: config
parent: redis
- name:
|
By
Stéphane Brunner
·
#398
·
|
|
Custom resource ordering in Helm
Hello,
I wanted to ask what the status is on the ordering of custom resources in Helm. I need to deploy PSP, SCC, and a MutatingWebhookConfiguration in a certain order. I see a couple of PRs that
Hello,
I wanted to ask what the status is on the ordering of custom resources in Helm. I need to deploy PSP, SCC, and a MutatingWebhookConfiguration in a certain order. I see a couple of PRs that
|
By
Gabe Alford <redhatrises@...>
·
#397
·
|
|
Re: [EXTERNAL] [cncf-helm] Application for joining Helm organization
Yes, I want to be a maintainer for helm project. it is is my pleasure. I will spend more time maintaining the community and solving problems. At the beginning, you can give me viewer permission first.
Yes, I want to be a maintainer for helm project. it is is my pleasure. I will spend more time maintaining the community and solving problems. At the beginning, you can give me viewer permission first.
|
By
苑雄雄
·
#396
·
|