-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature: Add ArgoCD widget #4305
Feature: Add ArgoCD widget #4305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The length of the docs here backs up my theory that k8s is too complicated. If you’d think there’s a way to make it more concise (mostly linking to other places ) that’d be great, I didn’t see anything obvious.
As for the widget, if you wouldn’t mind copy pasting some sample api output for me to test.
Finally, one thing is all widgets should display no more than 4 blocks. I’ll have a real look once you have a chance to supply the above.
thanks
5f11951
to
388ec4e
Compare
388ec4e
to
5e938b6
Compare
I feel you, the doc however is not related to kubernetes itself. It's due to the way roles are configured in ArgoCD, which is a little unintuitive and I wanted to include a security best practice rather than just the quickest solution to get it running. Limited the maximum fields shown to 4 now. Sample API response to test with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: shamoon <[email protected]>
Co-authored-by: shamoon <[email protected]>
5ca4689
to
b4e9f09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thanks
Thank you for this cool project! |
Proposed change
This adds a widget for ArgoCD. It can list the count of apps present in an ArgoCD instance by app status, e.g.
synced
orhealthy
.Closes #2644
Type of change
Checklist: