Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Add links to issues on ROADMAP.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Apr 13, 2020
1 parent c142d96 commit 4613360
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ This document outlines the main directions on the Kubeflow Distributed Training

We will continue developing capabilities for better reliability, scaling, and maintenance of production distributed training experiences provided by operators.

* Enhance maintainability of operator common module. Related Issues: [#54](https://github.com/kubeflow/common/issues/54).
* Migrate operators to use [kubeflow/common](https://github.com/kubeflow/common) apis.
* Graduate MPI Operator, MXNet Operator and XGBoost Operator to v1.
* Enhance maintainability of operator common module. Related issue: [#54](https://github.com/kubeflow/common/issues/54).
* Migrate operators to use [kubeflow/common](https://github.com/kubeflow/common) APIs. Related issue: [#64](https://github.com/kubeflow/common/issues/64).
* Graduate MPI Operator, MXNet Operator and XGBoost Operator to v1. Related issue: [#65](https://github.com/kubeflow/common/issues/65).

## Features

To take advantages of other capabilities of job scheduler components, operators will expose more APIs for advanced scheduling. More features will be added to simplify usage like dynamic volume supports and git ops experiences. In order to make it easily used in the Kubeflow ecosystem, we can add more launcher KFP components for adoption.

* Support dynamic volume provisioning for distributed training jobs. Realated Issue: [#19](https://github.com/kubeflow/common/issues/19).
* MLOps - Allow user to submit jobs using Git repo without building container images.
* Add Job priority and Queue in SchedulingPolicy for advanced scheduling in common operator. Realated Issue: [#46](https://github.com/kubeflow/common/issues/46).
* Add pipeline launcher components for different training jobs. [pipeline#3445](https://github.com/kubeflow/pipelines/issues/3445).
* Support dynamic volume provisioning for distributed training jobs. Related issue: [#19](https://github.com/kubeflow/common/issues/19).
* MLOps - Allow user to submit jobs using Git repo without building container images. Related issue: [#66](https://github.com/kubeflow/common/issues/66).
* Add Job priority and Queue in SchedulingPolicy for advanced scheduling in common operator. Related issue: [#46](https://github.com/kubeflow/common/issues/46).
* Add pipeline launcher components for different training jobs. Related issue: [pipeline#3445](https://github.com/kubeflow/pipelines/issues/3445).

## Monitoring

* Provides a standardized logging interface. Related Issues: [#60](https://github.com/kubeflow/common/issues/60).
* Expose generic prometheus metrics in common operators. Related Issues: [#22](https://github.com/kubeflow/common/issues/22).
* Centralized Job Dashboard for training jobs (Add metadata graph, model artifacts later).
* Provides a standardized logging interface. Related issue: [#60](https://github.com/kubeflow/common/issues/60).
* Expose generic prometheus metrics in common operators. Related issue: [#22](https://github.com/kubeflow/common/issues/22).
* Centralized Job Dashboard for training jobs (Add metadata graph, model artifacts later). Related issue: [#67](https://github.com/kubeflow/common/issues/67).

## Performance

Continue to optimize reconciler performance and reduce latency to take actions on CR events.

* Performance optimization for 500 concurrent jobs and large scale completed jobs. Related Issues: [tf-operator#965](https://github.com/kubeflow/tf-operator/issues/965) [tf-operator#1079](https://github.com/kubeflow/tf-operator/issues/1079).
* Performance optimization for 500 concurrent jobs and large scale completed jobs. Related issues: [#68](https://github.com/kubeflow/common/issues/68), [tf-operator#965](https://github.com/kubeflow/tf-operator/issues/965), and [tf-operator#1079](https://github.com/kubeflow/tf-operator/issues/1079).

0 comments on commit 4613360

Please sign in to comment.