Replies: 1 comment 6 replies
-
Good question. I would tend to lean towards saying that the readiness of a blueprint should not impact selection, but should pause processing of the selected workload/deliverable with an appropriate status condition. I lean this way because switching the blueprint can be dramatic. It's not uncommon for resource to briefly become unhealthy and then recover. The impact of pausing the processing of a workload is minor compared to the potentially large impact of deleting all of the stamped resources and creating new stamped resources. Impacts like:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would love some feedback on this as I'm unsure if it's a bug
If you have two supply chains on the cluster, and one is not
Ready: True
, should it still be considered for ‘selection’ of a workload?If not: the workload selects on something that is valid, but the operator’s intention might have been for it to select for the currently broken supply chain
If it should: then we need to make sure we present the error in the workloads status (we do not right now, selection fails and the workload has an “Unknown” status
Beta Was this translation helpful? Give feedback.
All reactions