Commit d2d43ca
authored
Integration between the dual-pods controller and the launcher (llm-d-incubation#231)
* Begin to manage the lifecycles of vLLM instance via launchers
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Rework the process of infSvrItem
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Move some controllers-shared stuff to pkg/controller/common/
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Revise bind and unbind logic to be compatible with launcher-based providers
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Correct the hashing of LauncherConfig
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Use Spec.ModelServerConfig.Port instead of hard-coded port for vLLM instances
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Improve error reports
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Take all matching launcher Pods into consideration
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Better handle the inference server port of launcher-hosted vLLM instances
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Initial e2e tests for CR-based requesters and launcher-based providers
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Use GitHub Actions for launcher-based e2e tests
* Lengthen timeout for launcher-based e2e tests
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Update the helm command for dpctlr due to its new dir
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Enforce predictable output format for "docker images"; fix typo
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
---------
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>1 parent bdaaea7 commit d2d43ca
File tree
9 files changed
+861
-57
lines changed- .github/workflows
- pkg/controller
- common
- dual-pods
- launcher-populator
- utils
- test/e2e
9 files changed
+861
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
306 | | - | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
316 | | - | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
374 | 385 | | |
375 | 386 | | |
376 | 387 | | |
| |||
627 | 638 | | |
628 | 639 | | |
629 | 640 | | |
| 641 | + | |
630 | 642 | | |
631 | 643 | | |
632 | 644 | | |
| |||
660 | 672 | | |
661 | 673 | | |
662 | 674 | | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
663 | 688 | | |
664 | 689 | | |
665 | 690 | | |
| |||
0 commit comments