Run PreBind plugins in parallel kubernetes/kubernetes #135393by tosi3k
Tip
Speed up the Binding Cycle by running PreBind plugins in parallel
  • opt-in
  • Plugins that run in parallel must be contiguous
    [serial] [parallel, parallel] [serial] [parallel] → [[p1], [p2, p3], [p4], [p5]]
scheduler config
profiles:
  - plugins:
      multiPoints:
        enabled:
        ...
        - name: DRA
          allowParallel: true
        - name: volumebinding
          allowParallel: true