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).