Skip to content

Open the Flux resource detail view when clicking the reconciliation status

Release notes

Problem to solve

As an Application Operator, when a deployment fails, I want to quickly reach information about the failure, so I can troubleshoot and fix the issue.

The failed deployment is highlighted by the Flux reconciliation status icon on the environment page.

Proposal

Screenshot_2024-06-18_at_22.33.10

Make the status clickable. Clicking the status should show the details sidebar for the configured Flux resource.

The details sidebar should

  • clearly indicate the status and any reasoning behind it
  • provide a button to reach the related event stream
  • provide a button to reach the related log stream

Historical log search is not expected.

Intended users

Feature Usage Metrics

  • clicks on the sync status
  • clicks on log stream buttons by kubernetes kind
  • clicks on event stream buttons by kubernetes kind

Does this feature require an audit event?

no

Implementation proposal

  1. Update Flux resource resolver to return all the data
  2. Use a GlDrawer and workload_details.vue component to render the details

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by Anna Vovchenko