-
Notifications
You must be signed in to change notification settings - Fork 4
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
Flux: Overview Page #79
Comments
The current version is still very much datadriven. Your suggestion is spot on, we need to focus on the use cases. In my experience the monitoring use cases are the most valuable. That means that the Flux plugin should provide an overview, with a focus on issues. I am not so sure if a Table View with kustomizations in several pages is the right way in that respect. Weave Gitops showed all kustomizations and helmreleases in a long list with errors on top. I feel that is a better approach. |
The approach Headlamp has chosen is to generally divide things to one table per page. Since you can flick between pages with the namespace filter maintained, it makes navigation a pleasure. Having to click to a page and then scroll to see where the second or third table starts, is adding steps for no reason, and makes it hard to flick between two pages/views... If you look at the Configuration navigation menu, the dropdown has many options. Things like Priority Classes and Runtime Classes are divided, even if the tables are closely related or not hundreds of pages long. This, in my opinion, was an intentional design choice. In terms of Weave Gitops approach, this is similar to what my feature suggestion was I think? Similar also to how the Cluster or Workloads overview page looks. This would mean that submenu navigation items can be dedicated to single tables as brought up in #78, following the existing example set by Headlamp. |
I think having an overview for the Flux plugin makes a lot of sense. Let's do that! |
We are in the process of designing the overview page. Maybe it will take a couple of weeks. |
Cluster and Workloads navigation menus starts with a view that provides a sort of umbrella overview of things.
It would be ideal if Flux has something similar, to provide a UI to the ever so helpful
flux get all -A --status-selector ready=false
.This way, like in Events where you can quickly filter to see only the 'issues', you can quickly troubleshoot anything that is failing.
It means that instead of clicking Flux and being taken to Applications, you will be taken to a view not visible as a submenu. Just like Cluster and Workloads:
It could also do something like
flux check
and provide version information, warn if Flux is not bootstrapped to the cluster, etc.As well as
flux stats
for a quick overview of qty of running/failing/suspended reconcilers.#75
The text was updated successfully, but these errors were encountered: