-
Notifications
You must be signed in to change notification settings - Fork 268
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
[SURE-9104] Improve Fleet Performance #12424
Labels
Milestone
Comments
github-actions
bot
added
QA/dev-automation
Issues that engineers have written automation around so QA doesn't have look at this
and removed
JIRA
labels
Oct 30, 2024
7 tasks
I'll defer on filing a back port issue for now until @richard-cox determines the approach. |
/backport v2.10.1 |
/backport v2.9.5 |
@ QA please reach out to me for areas to test / scale |
This was referenced Nov 6, 2024
richard-cox
added
QA/manual-test
Indicates issue requires manually testing
and removed
QA/dev-automation
Issues that engineers have written automation around so QA doesn't have look at this
labels
Nov 21, 2024
Validated in v2.9-023781e52103c45a9bbdf3cb47d60b9336321daa-head and v2.10-0f28018201f044edebee948e7644fd45836d24c7-head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Internal reference SURE-9104
Setup
Contributes to SURE-9104
Describe the bug
Improve or remove fleet git repo clusterResourceStatus and resourcesStatuses getters
Remove dependnecy on bundledeployment resource type
Additional context
Reference chain
gitRepo clusterResourceStatus
--> shell/components/formatter/FleetSummaryGraph.vue component computed
summary
. find specific cluster --> status.resoureCounts--> FLEET_SUMMARY header
--> Fleet Cluster List View (
Resources
Column)--> shell/components/fleet/FleetRepos.vue cluster (in not cluster mode) list
--> Fleet Git Repo List (actual list)
--> Fleet cluster Group List View (
Resources
Column)--> shell/components/formatter/FleetClusterSummaryGraph.vue wrapper
--> shell/components/fleet/FleetRepos.vue (in cluster mode)
--> Fleet Cluster Detail View (git repo list 'Resources' column)
--> shell/components/fleet/FleetRepos.vue (in cluster mode)
--> find current cluster --> cluster.status?.displayStatus
--> Fleet Cluster Detail View (git repo list)
gitRepo resourcesStatuses
--> gitRepo clusterResourceStatus
--> shell/components/fleet/FleetResources.vue
--> Fleet Git Repo Detail View (resources table)
trying to summarise ...
The text was updated successfully, but these errors were encountered: