Skip to content

Remove LastOperation from CRD status #190

@unmarshall

Description

@unmarshall

What you would like to be added?

There are 2 fields that are present in the status of PodClique, PodCliqueScalingGroup and PodCliqueSet:

  • LastOperation - records the last reconciliation status (start/success/failure)
  • LastErrors - records the errors during the last reconcile run.

Why is this needed?

While LastErrors is quite useful, LastOperation is pretty useless and it also unnecessarily generates a lot of events since status gets changed. To remove any ambiguity w.r.t API status interpretation and also to reduce the number of enqueued events we should just remove this from the status.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions