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
I would like to implement a multi-batch rollout strategy using Kruise Rollouts, and I want to apply different labels and annotations* to the Pods of each batch, so that we can distinguish the groups.
Is there a native way to configure labels and annotations per batch?
In other rollout implementations (e.g. some proposals or Argo extensions), there is a field like patchPodTemplateMetadata in each step. I tried using it but got validation errors: unknown field "patchPodTemplateMetadata".
Could you please let me know if there is a supported way to achieve this in current versions (e.g. v0.6.0)? Or is this feature planned in future releases?