You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of fields in AnalysisTemplate/ClusterAnalysisTemplate that are static (consecutiveErrorLimit, interval, count, etc). It would mean a lot of practical benefits to make them dynamically configurable.
Use Cases
Having a single AnalysisTemplate you could define different threasholds for different applications (since they may have different tolerance to failures). The preferred experience IMO would be something like
and just use normal arg substitution to handle this. We'll need to switch the type to use the intstr.IntOrString kubernetes type to support this. Currently I think they are all *int32
and just use normal arg substitution to handle this. We'll need to switch the type to use the intstr.IntOrString kubernetes type to support this. Currently I think they are all *int32
one or more objects failed to apply, reason: error when patching "/dev/shm/2225555538": AnalysisTemplate.argoproj.io "..." is invalid: spec.args[0].value: Invalid value: "integer": spec.args[0].value in body must be of type string: "integer".
Summary
There are a number of fields in AnalysisTemplate/ClusterAnalysisTemplate that are static (
consecutiveErrorLimit
,interval
,count
, etc). It would mean a lot of practical benefits to make them dynamically configurable.Use Cases
Having a single AnalysisTemplate you could define different threasholds for different applications (since they may have different tolerance to failures). The preferred experience IMO would be something like
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: