-
Notifications
You must be signed in to change notification settings - Fork 266
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
[BUG] [2.10.2] Fleet bundles are missing the status.summary field #13134
Comments
Hello @mantis-toboggan-md I just tried on Rancher --> v2.10-e09c0339f38576b224382a6d3c8bd8e694a1e7f6-head and Fleet --> fleet:v0.11.3-rc.1 Video showing GitRepo resources are populated.rancher-fleet-repo.mp4Please let me know if anything is missing there, happy to try that out. |
I tested as well in 2025-01-15_08-20-46.mov |
The status fields of the involved resources would be helpful: https://fleet.rancher.io/troubleshooting#fetch-detailed-status-from-gitrepos-and-bundles |
This video is not loading for me, but I have confirmed that a fleet.cattle.io.bundle resource is created after creating the gitrepo. The UI attempts to show this in the Bundles tab of the gitrepo detail view and throws errors because it expects bundles to have I apologize for the lack of clarify in my reproduction steps. Here's the gitrepo I created to reproduce this error on rancher
I followed instructions linked above to get the status of the bundle in question:
|
With Rancher version: v2.10-969f790e32c71d592e23b9284c8048fd963ac40d-head I am not able to reproduce it using GitRepo provided above. See below screenshot. Please let me know if I am missing anything here, happy test that 😄 GitRepo Output
|
@mantis-toboggan-md , are you able to reproduce this manually? |
I've reproduced it with Nancy's instructions. For clarrify
There are two git bundles
I'll try the above with v2.10-969f790e32c71d592e23b9284c8048fd963ac40d-head from #13134 |
Chatted with the fleet team
|
/forwardport v2.11.0 |
Rancher Server Setup
Information about the Cluster
User Information
admin
Describe the bug
Fleet bundles are missing the status.summary field. This breaks the gitrepo detail view: the bundle summary table fails to render, with errors thrown in the console.
To Reproduce
1.In the ui navigate to fleet>git repos>create
2. Specify a name, set the url to
https://github.com/rancher/fleet-examples.git
, add a path 'simple'3. Create the gitrepo
4. Once the gitrepo is created, navigate to its detail view (click its name in the repo table)
Result
The bundles tab is empty and there are console errors
Expected Result
A table with details about associated fleet bundles should render and no errors should be shown in the console.
Screenshots
It looks like this in 2.11:
Additional context
The text was updated successfully, but these errors were encountered: