mirror of https://github.com/kubeflow/trainer.git
Add PodNetwork plugin to KEP-2170 Job Pipeline Framework description (#2578)
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
This commit is contained in:
parent
4db032add8
commit
3781eda0e6
|
@ -1704,6 +1704,7 @@ On the other hand, the Internal APIs are not exposed and could not add any opera
|
|||
to any kind of resources like PodSpec.
|
||||
- `EnforceMLPolicy`: This configure MachineLearning framework specific parameters (e.x, specified in TrainingRuntime `.spec.mlPolicy`)
|
||||
to any kind of resources like PodSpec.
|
||||
- `PodNetwork`: This identifies Pod-to-Pod communication network endpoints for each Pod and stores them to `RuntimeInfo`.
|
||||
- `ComponentBuilder`: This builds Kubernetes resources leveraging `RuntimeInfo` and `TrainJob`.
|
||||
`RuntimeInfo` is abstracted objects extracted from runtimes like TrainingRuntime and ClusterTrainingRuntime.
|
||||
- `PostExecution Phase`:
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 438 KiB After Width: | Height: | Size: 456 KiB |
Loading…
Reference in New Issue