Skip to content
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

Override default topologySpreadConstraints if multiple pods use the same PVC with RWO #731

Closed
2 tasks done
PrivatePuffin opened this issue Mar 8, 2024 · 2 comments
Closed
2 tasks done
Assignees
Labels
enhancement New feature or request stale Categorises a PR or issue that has not been active for a specified time.

Comments

@PrivatePuffin
Copy link
Member

Is your feature request related to a problem?

When RWO is set on a PVC, multiple pods using the same PVC will fail to be scheduled on seperate nodes.
Ours default topologySpreadConstraints state that all replica's of a pod should be scheduled on seperate nodes.

However, this would inherently conflict with any mounted RWO PVC's.

Describe the solution you'd like

We should check if there are any PVC's with just RWO mounted and in that case we should ignore the default topologySpreadConstraints

Describe alternatives you've considered

.

Additional context

.

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.
@PrivatePuffin PrivatePuffin added the enhancement New feature or request label Mar 8, 2024
@truecharts-admin
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

@truecharts-admin truecharts-admin added the stale Categorises a PR or issue that has not been active for a specified time. label Sep 4, 2024
@truecharts-admin
Copy link
Collaborator

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

@truecharts-admin truecharts-admin closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale Categorises a PR or issue that has not been active for a specified time.
Projects
None yet
Development

No branches or pull requests

3 participants