Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatefulSet deployed via a Flux HelmRelease are not displayed in the UI. #63

Open
pmialon opened this issue May 15, 2024 · 6 comments
Open

Comments

@pmialon
Copy link

pmialon commented May 15, 2024

Hi,

We use flux 2.2.3 and Flamingo v2.10.2+81e8dc2.dirty

We use flamingo generate-app to create the argo app. It work perfectly well for HelmRelease containing a Deployment but for HelmRelease containing StatefulSet everything is displayed in the Flamingo UI except the StatefulSet.

Regards,

@ThatGinger135
Copy link

I am also having resources not showing when using flamingo generate-app from a helm-release. I am using the ingress-nginx chart. The resources used to show when creating the app (this stopped showing yesterday, and I have tried redeploying it all). All that is shown in the UI is the helmReop and helmRelease objects, but nothing else (the resources are created in Kubernetes)

@rehabyte
Copy link

Same Problem here. Tried a lot of HelmCharts with different kind of resources but they won't be shown. We are using flux 2.3.0 and Flamingo v2.10.5-fl.23-main-5958964b

@hirenko-v
Copy link

hirenko-v commented May 30, 2024

Same here, we use flamingo v2.10.2-fl.23-main-d2c9a8cb and flux 2.3.0. Is there any way to display pods/deployments and other resources deployed by helm releases?

@jan-delaet
Copy link

jan-delaet commented Jul 14, 2024

Also having the same problem of only the HelmRelease object being shown in the UI but not the objects that are managed by said HelmRelease.

Interestingly enough, if you turn on orphaned resources detection in the associated Argo project it shows that the application contains a bunch of orphaned resources, presumably the ones that are not shown in the UI.

In all the demos I have watched about Flamingo it shows that it is possible for a HelmRelease object to render its child objects, curious what changed now to no longer make this possible?

@gopaljayanthi
Copy link

I scaled down all pods (except redis) in argocd namespace, then scaled them up, now I am able to see the pods created by helmreleases and kustomizations. I am using 2.10.5 release of flamingo.

@rehabyte
Copy link

If you downgrade flux to version 2.2.2 the resources will be shown in Flamingo (v2.10.5-fl.23-main-5958964b).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants