Skip to content

fix(cg): pod anti-affinity selector should include all cache-group #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zxh326
Copy link
Member

@zxh326 zxh326 commented Aug 1, 2025

No description provided.

@zxh326 zxh326 requested a review from Copilot August 1, 2025 06:43
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the pod anti-affinity selector for cache groups to include all cache-group pods rather than just pods from the same specific cache group. The change modifies the label selector from checking for specific cache group names to simply checking for the existence of any cache group label.

  • Changes pod anti-affinity selector from LabelSelectorOpIn with specific values to LabelSelectorOpExists
  • Removes the cache group name filtering to allow anti-affinity across all cache groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant