Comment 0 for bug 1911933

Revision history for this message
Jim Gauld (jgauld) wrote :

Brief Description
-----------------
collect is missing relevant helm v2 commands since upversion to helm v3 (i.e., helm status, helm get values). This data is useful for debugging. Some helm v3 commands don't work properly through as root via 'sudo' since helm commands are supposed to be done as sysadmin user.

Severity
--------
Provide the severity of the defect.
Minor: helm is usable, harder to debug field issues.

Steps to Reproduce
------------------
collect

Expected Behavior
------------------
collect tarball contains relevant /var/extra/containerization_helm.info and ./helm data.

Actual Behavior
----------------
/var/extra/containerization_helm.info and ./helm missing status and values.

Reproducibility
---------------
100%

System Configuration
--------------------
All configurations.

Branch/Pull Time/Commit
-----------------------
NA

Last Pass
---------
Day one issue since helmv3 merged.

Timestamp/Logs
--------------
NA

Test Activity
-------------
Feature Testing of armada containerization/helmv3 upgrade.

Workaround
----------
Manually run:
helmv2-cli -- helm list -a

For each application listed:
helmv2-cli -- helm status <name>
helmv2-cli -- helm get values <name> --revision <version>