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

Consider PVC access mode in affinity assistant #6989

Open
Tracked by #6990
lbernick opened this issue Jul 27, 2023 · 2 comments
Open
Tracked by #6990

Consider PVC access mode in affinity assistant #6989

lbernick opened this issue Jul 27, 2023 · 2 comments

Comments

@lbernick
Copy link
Member

This improvement was requested in #6543. PVCs that have access mode "ReadWriteOnce" can't be accessed in parallel from pods running on different nodes, and in these cases it is appropriate to use the affinity assistant to schedule them to the same node. However, if a cluster operator allows usage of "ReadWriteMany" and "ReadOnlyMany" PVCs as well, these can be accessed from different nodes, and it's not necessary to use the affinity assistant. We should consider updating the coscheduling options "workspaces" and "pipelineruns" to take into account PVC access mode, to provide more optionality for clusters where both "ReadWriteOnce" and "ReadWriteMany" access modes are used.

@tekton-robot
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 25, 2023
@vdemeester
Copy link
Member

/remove-lifecycle stale

@tekton-robot tekton-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 6, 2023
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

No branches or pull requests

3 participants