From: onap-discuss@... [mailto:onap-discuss@...]
On Behalf Of alexander.dehn@...
Sent: Friday, October 2, 2020 7:30 AM
To: onap-discuss@...; fiachra.corcoran@...
Subject: Re: [onap-discuss] #oom #helm
There are a couple of charts affected.
See
https://jira.onap.org/browse/OOM-2566
Hi OOM Team,
When deploying master branch, I am seeing odd behaviour from helm.
The "deploy" cmd shows the relevant components get deplopyed:
helm deploy onap local/onap --namespace onap -f ~/onap-overrides.yaml --timeout 900
fetching local/onap
release "onap" deployed
release "onap-a1policymanagement" deployed
release "onap-aaf" deployed
release "onap-aai" deployed
release "onap-cassandra" deployed
release "onap-cds" deployed
release "onap-clamp" deployed
release "onap-consul" deployed
release "onap-dcaegen2" deployed
release "onap-dcaemod" deployed
release "onap-dmaap" deployed
release "onap-esr" deployed
release "onap-mariadb-galera" deployed
release "onap-msb" deployed
release "onap-policy" deployed
release "onap-portal" deployed
release "onap-robot" deployed
release "onap-sdc" deployed
release "onap-sdnc" deployed
release "onap-so" deployed
release "onap-vid" deployed
But when I do a "helm ls" it doesn't give me the full list of deployments:
helm ls -a
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
onap 1 Fri Oct 2 11:46:48 2020 DEPLOYED onap-6.0.0 Frankfurt onap
onap-a1policymanagement 1 Fri Oct 2 11:46:50 2020 DEPLOYED a1policymanagement-6.0.0 1.0.0 onap
onap-aai 1 Fri Oct 2 11:47:28 2020 DEPLOYED aai-6.0.0 onap
onap-cassandra 1 Fri Oct 2 11:47:39 2020 DEPLOYED cassandra-6.0.0 onap
onap-cds 1 Fri Oct 2 11:47:40 2020 DEPLOYED cds-6.0.0 onap
onap-consul 1 Fri Oct 2 11:48:16 2020 DEPLOYED consul-6.0.0 onap
onap-dcaegen2 1 Fri Oct 2 11:48:20 2020 DEPLOYED dcaegen2-6.0.0 onap
onap-dcaemod 1 Fri Oct 2 11:49:03 2020 DEPLOYED dcaemod-6.0.0 onap
onap-esr 1 Fri Oct 2 11:49:44 2020 DEPLOYED esr-6.0.0 onap
onap-mariadb-galera 1 Fri Oct 2 11:49:46 2020 DEPLOYED mariadb-galera-6.0.0 onap
onap-msb 1 Fri Oct 2 11:49:48 2020 DEPLOYED msb-6.0.0 onap
onap-robot 1 Fri Oct 2 11:51:31 2020 DEPLOYED robot-6.0.0 onap
onap-so 1 Fri Oct 2 11:55:28 2020 DEPLOYED so-6.0.0 onap
onap-vid 1 Fri Oct 2 11:57:03 2020 DEPLOYED vid-6.0.0 onap
This means I cannot update or delete through helm, those components that are missing.
Has this been observed by you guys? Is it a helm plugin issue?
Versions:
helm version
Client: &version.Version{SemVer:"v2.16.6", GitCommit:"dd2e5695da88625b190e6b22e9542550ab503a47", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.16.6", GitCommit:"dd2e5695da88625b190e6b22e9542550ab503a47", GitTreeState:"clean"}
kubectl version
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.11", GitCommit:"d94a81c724ea8e1ccc9002d89b7fe81d58f89ede", GitTreeState:"clean", BuildDate:"2020-03-12T21:08:59Z", GoVersion:"go1.12.17", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.11", GitCommit:"d94a81c724ea8e1ccc9002d89b7fe81d58f89ede", GitTreeState:"clean", BuildDate:"2020-03-12T21:00:06Z", GoVersion:"go1.12.17", Compiler:"gc", Platform:"linux/amd64"}
Any ideas?
Thanks,
Fiach