Skip to content

[BUG] The status message for a pending propagation is misleading #239

@Fei-Guo

Description

@Fei-Guo

Describe the bug

While I was waiting for the propagation to done, I saw the following in the condition.

status:
conditions:

  • lastTransitionTime: "2022-08-22T23:46:41Z"
    message: Successfully scheduled resources for placement
    observedGeneration: 2
    reason: ScheduleSucceeded
    status: "True"
    type: Scheduled
  • lastTransitionTime: "2022-08-22T23:46:48Z"
    message: there are still failed to apply manifests
    observedGeneration: 2
    reason: applyFailed
    status: "False"
    type: Applied

The message and reason should be changed to reflect the fact that the resource is pending for apply (no actual failure).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions