Commit 4416082
committed
Fix DRA nodeSelector for in-tree driver mode
When spec.moduleLoader is nil (in-tree mode), the DRA reconciler's
nodeSelector requires the KMM ready label, which is never set because
no module loading occurs. Fall back to spec.selector instead, matching
the existing behavior in the device plugin reconciler.
Signed-off-by: Anthony Byrne <abyrne@redhat.com>1 parent f17d16d commit 4416082
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
519 | 523 | | |
520 | 524 | | |
521 | 525 | | |
| |||
0 commit comments