mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
Addresses #9133 by adding clear documentation about the current limitation where only the first element in the loadAffinity array is processed. Changes: - Added prominent warning at the beginning of loadAffinity section - Updated misleading examples that showed multiple array elements - Added warnings to each multi-element example explaining the limitation - Clarified that the recommended approach is to combine all conditions into a single loadAffinity element using both matchLabels and matchExpressions This provides the "bare minimum" documentation clarification requested in the issue until a code fix can be implemented. 🤖 Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> Apply suggestion from @kaovilai Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> Apply suggestion from @kaovilai Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> Apply suggestion from @kaovilai Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> Co-Authored-By: Claude <noreply@anthropic.com>