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

Implement Keptn Health heart icon #3593

Open
Tracked by #3591
mowies opened this issue Jul 16, 2024 · 1 comment
Open
Tracked by #3591

Implement Keptn Health heart icon #3593

mowies opened this issue Jul 16, 2024 · 1 comment

Comments

@mowies
Copy link
Member

mowies commented Jul 16, 2024

Description

ArgoCD already has a general health icon, but we want to introduce our own with deeper checks.

Details

The health check should include checks for successful deployment. that results in checking the keptnappversion status of the latest KAV.

The possible states are:

  • healthy
  • unhealthy
  • warning
  • progressing

This UI feature should use a single keptn-gateway endpoint which returns the health status and abstracts away the business logic in the backend.

Request params:

  • keptnapp name
  • namespace

Response:

  • status of the latest keptnappversion of the provided keptnapp

Notes

The health icon should be visible in the App status panel: https://argo-cd.readthedocs.io/en/stable/developer-guide/extensions/ui-extensions/#application-status-panel-extensions

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be
closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 10, 2024
@mowies mowies removed the stale label Oct 10, 2024
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

1 participant