-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
seperate affinity assistant setting on workspace #5275
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Feature request
Config affinity assistant on each workspace override default setting in feature-flags
Use case
I've got same problem with this issue: #3480
In my case, I have a PVC for code, and another PVC for build cache, and I will use a NAS StorageClass for cache PVC which will share data across AZs.
the code PVC will share between different task, such as git-clone-task and build-task, so this PVC needs affinity assistant
for now, if I set disable-affinity-assistant to true globally:
if I set disable-affinity-assistant to false globally:
more than one PersistentVolumeClaim is bound
)and If i can set code PVC to use affinity assistant, and disable cache PVC's affinity assistant, every thing works! and we just need to raise error if more than one affinity assistant exists.
The text was updated successfully, but these errors were encountered: