Found some issue with helm 3.7.2 .


Wasim Khan <wasimcloud91@...>
 

Hello Team,

Found that two releases names having the same names can run within the same namespace.

Can some developer folks look into this?


Output for reference:
helm list -n edfi
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
edfi-connecter edfi 2 2022-01-21 18:09:33.2841518 +0530 IST deployed edfi-0.1.0 1.16.0
edfi-connector edfi 1 2022-02-03 16:33:25.521377174 +0530 IST deployed edfi-connector-0.1.0 1.16.0

helm history edfi-connecter -n edfi
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Jan 21 18:04:08 2022 superseded edfi-0.1.0 1.16.0 Install complete
2 Fri Jan 21 18:09:33 2022 deployed edfi-0.1.0 1.16.0 Upgrade complete

and the got release-name got installed with helm upgrade --install release-name -n namespace

Output of helm version:v3.7.2
developer@CGLX-LPT-user11:~$ helm version
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}

Output of kubectl version:
developer@CGLX-LPT-user11:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eks-bc4871b", GitCommit:"5236faf39f1b7a7dabea8df12726f25608131aa9", GitTreeState:"clean", BuildDate:"2021-10-29T23:32:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS EKS




Thanks & Regards,

Wasim Khan


On Thu, 10 Feb 2022 at 13:26, Wasim Khan <wasimcloud91@...> wrote:
Thank you Team for your response. 

Thanks & Regards,
Wasim Khan

On Thu, 10 Feb 2022 at 01:58, conduct <conduct@...> wrote:
Hi Wasim, 

This is the Kubernetes Code of Conduct Committee and it looks like the issues you raised our outside of our scope. We recommend reaching out directly to the Helm team via cncf-helm@...

Best regards,
Kubernetes CoCC


On Thursday, February 3, 2022 at 6:52:28 AM UTC-8 Wasim Khan wrote:
Hello Team,

Today found that two releases names are running with the same name within same namespace.

Can some developer folks look into this?


Output for reference:
helm list -n edfi
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
edfi-connecter edfi 2 2022-01-21 18:09:33.2841518 +0530 IST deployed edfi-0.1.0 1.16.0
edfi-connector edfi 1 2022-02-03 16:33:25.521377174 +0530 IST deployed edfi-connector-0.1.0 1.16.0

helm history edfi-connecter -n edfi
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Jan 21 18:04:08 2022 superseded edfi-0.1.0 1.16.0 Install complete
2 Fri Jan 21 18:09:33 2022 deployed edfi-0.1.0 1.16.0 Upgrade complete

and the got release-name got installed with helm upgrade --install release-name -n namespace

Output of helm version:v3.7.2
developer@CGLX-LPT-user11:~$ helm version
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}

Output of kubectl version:
developer@CGLX-LPT-user11:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eks-bc4871b", GitCommit:"5236faf39f1b7a7dabea8df12726f25608131aa9", GitTreeState:"clean", BuildDate:"2021-10-29T23:32:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS EKS




Thanks & Regards,

Wasim Khan


Martin Hickey
 

Hi Wasim,
 
From the 'helm list' command. below, one is named 'edfi-connecter' and the other is named 'edfi-connector'. They are different because one ends in 'er' and the other in 'or'.

Regards,
Martin

 

----- Original message -----
From: "Wasim Khan" <wasimcloud91@...>
Sent by: cncf-helm@...
To: cncf-helm@...
Cc:
Subject: [EXTERNAL] Re: [cncf-helm] Found some issue with helm 3.7.2 .
Date: Thu, Feb 10, 2022 7:39 PM
 
Hello Team, Found that two releases names having the same names can run within the same namespace. Can some developer folks look into this? Output for reference: helm list -n edfi NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION ‍ ‍ ‍ ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization.
ZjQcmQRYFpfptBannerEnd
Hello Team,
 
Found that two releases names having the same names can run within the same namespace.
 
Can some developer folks look into this?

 

Output for reference:
helm list -n edfi
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
edfi-connecter edfi 2 2022-01-21 18:09:33.2841518 +0530 IST deployed edfi-0.1.0 1.16.0
edfi-connector edfi 1 2022-02-03 16:33:25.521377174 +0530 IST deployed edfi-connector-0.1.0 1.16.0

helm history edfi-connecter -n edfi
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Jan 21 18:04:08 2022 superseded edfi-0.1.0 1.16.0 Install complete
2 Fri Jan 21 18:09:33 2022 deployed edfi-0.1.0 1.16.0 Upgrade complete

and the got release-name got installed with helm upgrade --install release-name -n namespace

Output of helm version:v3.7.2
developer@CGLX-LPT-user11:~$ helm version
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}

Output of kubectl version:
developer@CGLX-LPT-user11:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eks-bc4871b", GitCommit:"5236faf39f1b7a7dabea8df12726f25608131aa9", GitTreeState:"clean", BuildDate:"2021-10-29T23:32:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS EKS

 

 

 

Thanks & Regards,

Wasim Khan

 
On Thu, 10 Feb 2022 at 13:26, Wasim Khan <wasimcloud91@...> wrote:
Thank you Team for your response. 

Thanks & Regards,
Wasim Khan
 
On Thu, 10 Feb 2022 at 01:58, conduct <conduct@...> wrote:
Hi Wasim, 
 
This is the Kubernetes Code of Conduct Committee and it looks like the issues you raised our outside of our scope. We recommend reaching out directly to the Helm team via cncf-helm@...
 
Best regards,
Kubernetes CoCC

 
On Thursday, February 3, 2022 at 6:52:28 AM UTC-8 Wasim Khan wrote:
Hello Team,
 
Today found that two releases names are running with the same name within same namespace.
 
Can some developer folks look into this?

 

Output for reference:
helm list -n edfi
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
edfi-connecter edfi 2 2022-01-21 18:09:33.2841518 +0530 IST deployed edfi-0.1.0 1.16.0
edfi-connector edfi 1 2022-02-03 16:33:25.521377174 +0530 IST deployed edfi-connector-0.1.0 1.16.0

helm history edfi-connecter -n edfi
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Jan 21 18:04:08 2022 superseded edfi-0.1.0 1.16.0 Install complete
2 Fri Jan 21 18:09:33 2022 deployed edfi-0.1.0 1.16.0 Upgrade complete

and the got release-name got installed with helm upgrade --install release-name -n namespace

Output of helm version:v3.7.2
developer@CGLX-LPT-user11:~$ helm version
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}

Output of kubectl version:
developer@CGLX-LPT-user11:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eks-bc4871b", GitCommit:"5236faf39f1b7a7dabea8df12726f25608131aa9", GitTreeState:"clean", BuildDate:"2021-10-29T23:32:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS EKS

 

 

 

Thanks & Regards,

Wasim Khan

 



Wasim Khan <wasimcloud91@...>
 

Oh, Thanks Martin,

I didn't figure that minute difference. Thanks for bringing it to my attention.

Thanks & Regards,
Wasim Khan


On Fri, 11 Feb 2022 at 02:46, Martin Hickey <martin.hickey@...> wrote:
Hi Wasim,
 
From the 'helm list' command. below, one is named 'edfi-connecter' and the other is named 'edfi-connector'. They are different because one ends in 'er' and the other in 'or'.

Regards,
Martin

 
----- Original message -----
From: "Wasim Khan" <wasimcloud91@...>
Sent by: cncf-helm@...
To: cncf-helm@...
Cc:
Subject: [EXTERNAL] Re: [cncf-helm] Found some issue with helm 3.7.2 .
Date: Thu, Feb 10, 2022 7:39 PM
 
Hello Team, Found that two releases names having the same names can run within the same namespace. Can some developer folks look into this? Output for reference: helm list -n edfi NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION ‍ ‍ ‍ ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization.
ZjQcmQRYFpfptBannerEnd
Hello Team,
 
Found that two releases names having the same names can run within the same namespace.
 
Can some developer folks look into this?

 

Output for reference:
helm list -n edfi
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
edfi-connecter edfi 2 2022-01-21 18:09:33.2841518 +0530 IST deployed edfi-0.1.0 1.16.0
edfi-connector edfi 1 2022-02-03 16:33:25.521377174 +0530 IST deployed edfi-connector-0.1.0 1.16.0

helm history edfi-connecter -n edfi
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Jan 21 18:04:08 2022 superseded edfi-0.1.0 1.16.0 Install complete
2 Fri Jan 21 18:09:33 2022 deployed edfi-0.1.0 1.16.0 Upgrade complete

and the got release-name got installed with helm upgrade --install release-name -n namespace

Output of helm version:v3.7.2
developer@CGLX-LPT-user11:~$ helm version
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}

Output of kubectl version:
developer@CGLX-LPT-user11:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eks-bc4871b", GitCommit:"5236faf39f1b7a7dabea8df12726f25608131aa9", GitTreeState:"clean", BuildDate:"2021-10-29T23:32:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS EKS

 

 

 

Thanks & Regards,

Wasim Khan

 
On Thu, 10 Feb 2022 at 13:26, Wasim Khan <wasimcloud91@...> wrote:
Thank you Team for your response. 

Thanks & Regards,
Wasim Khan
 
On Thu, 10 Feb 2022 at 01:58, conduct <conduct@...> wrote:
Hi Wasim, 
 
This is the Kubernetes Code of Conduct Committee and it looks like the issues you raised our outside of our scope. We recommend reaching out directly to the Helm team via cncf-helm@...
 
Best regards,
Kubernetes CoCC

 
On Thursday, February 3, 2022 at 6:52:28 AM UTC-8 Wasim Khan wrote:
Hello Team,
 
Today found that two releases names are running with the same name within same namespace.
 
Can some developer folks look into this?

 

Output for reference:
helm list -n edfi
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
edfi-connecter edfi 2 2022-01-21 18:09:33.2841518 +0530 IST deployed edfi-0.1.0 1.16.0
edfi-connector edfi 1 2022-02-03 16:33:25.521377174 +0530 IST deployed edfi-connector-0.1.0 1.16.0

helm history edfi-connecter -n edfi
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Jan 21 18:04:08 2022 superseded edfi-0.1.0 1.16.0 Install complete
2 Fri Jan 21 18:09:33 2022 deployed edfi-0.1.0 1.16.0 Upgrade complete

and the got release-name got installed with helm upgrade --install release-name -n namespace

Output of helm version:v3.7.2
developer@CGLX-LPT-user11:~$ helm version
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"}

Output of kubectl version:
developer@CGLX-LPT-user11:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.5-eks-bc4871b", GitCommit:"5236faf39f1b7a7dabea8df12726f25608131aa9", GitTreeState:"clean", BuildDate:"2021-10-29T23:32:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS EKS

 

 

 

Thanks & Regards,

Wasim Khan