Nothing in helm3 list after 2to3 migration.
Closed this issue · 1 comments
I did helm3 2to3 convert for migration. Seems the migration was successful.
[root@ray-cwes-03 ~]# helm3 2to3 convert cert-manager
2019/10/17 06:17:36 Release "cert-manager" will be converted from Helm v2 to Helm v3.
2019/10/17 06:17:36 [Helm 3] Release "cert-manager" will be created.
2019/10/17 06:17:36 [Helm 3] ReleaseVersion "cert-manager.v1" will be created.
2019/10/17 06:17:36 [Helm 3] ReleaseVersion "cert-manager.v1" created.
2019/10/17 06:17:36 [Helm 3] Release "cert-manager" created.
2019/10/17 06:17:36 Release "cert-manager" was converted successfully from Helm v2 to Helm v3.
2019/10/17 06:17:36 Note: The v2 release information still remains and should be removed to avoid conflicts with the migrated v3 release.
2019/10/17 06:17:36 v2 release information should only be removed using helm 2to3
cleanup and when all releases have been migrated over.
But there is nothing in helm3 list.
[]# helm3 list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
[]# helm list
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
app-api 1 Thu Oct 17 02:49:24 2019 DEPLOYED ncm-app-1.8.1 1.5.64 ncms
cbur-master 1 Thu Oct 17 02:49:58 2019 DEPLOYED cbur-1.3.2 1.9-06-1466 ncms
cert-manager 1 Thu Oct 17 02:49:35 2019 DEPLOYED cert-manager-v0.8.0 v0.8.0 ncms
[]# helm3 repo list
NAME URL
stable http://tiller-repo:8879
local http://127.0.0.1:8879/charts
use all namespaces.
]# helm3 list --all-namespaces
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
app-api ncms 1 2019-10-17 02:49:24.474990133 +0000 UTC deployed ncm-app-1.8.1 1.5.64
cbur-master ncms 1 2019-10-17 02:49:58.258061687 +0000 UTC deployed cbur-1.3.2 1.9-06-1466
cert-manager ncms 1 2019-10-17 02:49:35.654801928 +0000 UTC deployed cert-manager-v0.8.0 v0.8.0