Hide Forgot
+++ This bug was initially created as a copy of Bug #2046215 +++ +++ This bug was initially created as a copy of Bug #2044292 +++ +++ This bug was initially created as a copy of Bug #2039315 +++ Description of problem: Helm release list page and topology page fetches all the secrets for helm release that are not deployed. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install a helm chart from the catalog. 2. Upgrade or rollback the helm release a few times. 3. Go to helm release list page or topology. Actual results: List page fetches all the secrets. Expected results: It should only fetch the latest revision of the release. Additional info:
1. Install a helm chart from the catalog. 2. Upgrade or rollback the helm release a few times. 3. Go to helm release list page or topology, the request to get secrets are GET https://console-openshift-console.apps.ci-ln-419v1zt-72292.origin-ci-int-gce.dev.rhcloud.com/api/kubernetes/api/v1/namespaces/yapei-test/secrets?limit=250&labelSelector=owner=helm,status!=superseded it is using labelSelector owner=helm,status!=superseded instead of loading all secrets in the namespace However 'Topology' view doesn't show HelmReleases, just empty Assigning back for further investigation ^^ steps are checked against 4.7.47
Created attachment 1871427 [details] Helm Releases list page showing correctly
Created attachment 1871428 [details] Topology view empty
Created attachment 1874816 [details] tested-on-4.7.47.mp4
I tested this by also starting a 4.7.47 cluster I installed two helm charts which I can see in the helm list and the topology. I also verified that the helm response doesn't contain any data. See attached screen recording. The topology looks stuck to me because it shows nighter a loading indicator, data, nor the empty state. It just shows nothing here: https://bugzilla-attachments.redhat.com/attachment.cgi?id=1871428, I expect the reason is some pending network calls. We have another issue for this stuck topology: https://issues.redhat.com/browse/ODC-6056 The issue described in this bug and the backports work fine for me. For this, I would like to set this ticket as verified. But feel free to reopen it if you don't agree.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.7.50 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:1698