Skip to content

Allow users/community to define healthy status conditions per kubernetes resources per versions #4140

Open
@Cajga

Description

Problem

Currently, weave gitops reports "red" status instead of "green" at graph view for several resource types while the resource is in fact healthy.

Example:
HorizontalPodAutoscaler (apiVersion: autoscaling/v2)
It has 3 status conditions:

  • AbleToScale: should be True,
  • ScalingActive: should be True,
  • ScalingLimited: should be False

Solution

Define a way/procedure how/where users/projects can define the healthy status of a resource on a specific version. It could be a configuration or sending a PR etc.

Additional context

I would be willing to contribute the definition of several resources if it would be well defined how to do it

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions