Commit ca5409d
authored
Consistent ISC usage during the life of a vLLM instance (llm-d-incubation#492)
* Consistent ISC usage during the life of a vLLM instance
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Specify range for ModelServerConfig.Port
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Introduce an event recorder and begin to use it
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Simplify recoverInstanceStateFromLauncherPod
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Clean up ensureUnbound
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Protect the newly added annotations
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Change from int16 to int32 for port number assigned to an instance
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Drop dead block as well as the event recorder
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Sharpen snapshot comments and deduplicate ensureUnbound teardown
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Drop redundant ISC-key slices from snapshot state
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
* Report ISC-config failures as non-transient requester status
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
---------
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>1 parent abb27a3 commit ca5409d
6 files changed
Lines changed: 249 additions & 161 deletions
File tree
- api/fma/v1alpha1
- config
- crd
- validating-admission-policies
- pkg/controller
- dual-pods
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
292 | 295 | | |
293 | 296 | | |
294 | 297 | | |
295 | | - | |
296 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
297 | 304 | | |
298 | 305 | | |
299 | 306 | | |
| |||
304 | 311 | | |
305 | 312 | | |
306 | 313 | | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
313 | 324 | | |
314 | 325 | | |
315 | 326 | | |
| |||
0 commit comments