Summary
I didn't find the way to define the custom metadata (labels or annotations) on the AnalysisRun resource.
Looking at the source code, I found the static creation for those properties.
This feature is going to address this limitation and allow the user to define the custom labels and annotations of AnalysisRun base on the Rollout template.
Use Cases
We recently introduced the ArgoCD external URL and our engineers liked that feature. For our ArgoCD resources we are generating the service specific links like (Kibana or Datadog).
One of our use cases is to provide the Kibana link for AnalysisRun with the version context. This will allow us to jump into the filtered logs for failing AnalysisRun.
This is our use case but, I can imagine other cases where we could use this feature to group/filter AnalysisRun resources.
Message from the maintainers:
Impacted by this bug? Give it a π. We prioritize the issues with the most π.
Summary
I didn't find the way to define the custom metadata (
labelsorannotations) on theAnalysisRunresource.Looking at the source code, I found the static creation for those properties.
This feature is going to address this limitation and allow the user to define the custom
labelsandannotationsofAnalysisRunbase on theRollouttemplate.Use Cases
We recently introduced the ArgoCD external URL and our engineers liked that feature. For our ArgoCD resources we are generating the service specific links like (Kibana or Datadog).
One of our use cases is to provide the Kibana link for
AnalysisRunwith the version context. This will allow us to jump into the filtered logs for failingAnalysisRun.This is our use case but, I can imagine other cases where we could use this feature to group/filter
AnalysisRunresources.Message from the maintainers:
Impacted by this bug? Give it a π. We prioritize the issues with the most π.