You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promote the "pipelineruns" and "isolate-pipelineruns" values for the "coschedule" feature flag to "beta". These features allow scheduling all of a pipelinerun's pods to the same node, allowing users to bind multiple PVC-based workspaces to the same taskrun. The "isolate-pipelineruns" value allows users to require 1-1 mappings between nodes and pipelineruns (useful for clusters with autoscaling enabled, and where pipelineruns are deleted after completion).
To try out this feature, set "disable-affinity-assistant" to "true" and "coschedule" to the desired value. Docs here.
Current Feature Version: alpha
Raise Feature Version: beta
Consider renaming the feature in documentation to "coscheduling" rather than "affinity assistant" to focus more on the desired outcome and less on implementation details
#5776 is related, but this issue only applies to the "workspaces" mode of the affinity assistant, since PVCs are auto-deleted in the "pipelineruns" and "isolate-pipelineruns" mode.
This feature may address the use cases described in #3440, so we may want to close out that issue if this feature is sufficient.
Feature looking for Promotion
Promote the "pipelineruns" and "isolate-pipelineruns" values for the "coschedule" feature flag to "beta". These features allow scheduling all of a pipelinerun's pods to the same node, allowing users to bind multiple PVC-based workspaces to the same taskrun. The "isolate-pipelineruns" value allows users to require 1-1 mappings between nodes and pipelineruns (useful for clusters with autoscaling enabled, and where pipelineruns are deleted after completion).
To try out this feature, set "disable-affinity-assistant" to "true" and "coschedule" to the desired value. Docs here.
Current Feature Version: alpha
Raise Feature Version: beta
Pipeline Release
v0.51
Issues Reported by Users
#5776 is related, but this issue only applies to the "workspaces" mode of the affinity assistant, since PVCs are auto-deleted in the "pipelineruns" and "isolate-pipelineruns" mode.
This feature may address the use cases described in #3440, so we may want to close out that issue if this feature is sufficient.
Usage in Dogfooding Cluster
None yet
Examples/Tests
The text was updated successfully, but these errors were encountered: