apache / submarine

Submarine is Cloud Native Machine Learning Platform.
https://submarine.apache.org/
Apache License 2.0
691 stars 254 forks source link

SUBMARINE-1362. Refactor submarine-k8s-agent using JOSDK #1038

Closed cdmikechen closed 1 year ago

cdmikechen commented 1 year ago

What is this PR for?

A unified agent service replaces the previous one for each experiment and notebook. The unified agent will listen to both experiments and notebooks and update their status in real time, instead of having to start them independently, which would have resulted in untimely status updates. We will use the Java Operator SDK (https://github.com/java-operator-sdk/java-operator-sdk)

What type of PR is it?

Feature

Todos

What is the Jira issue?

https://issues.apache.org/jira/browse/SUBMARINE-1362

How should this be tested?

Agent test cases

Screenshots (if appropriate)

NA

Questions:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1038 (0e91b02) into master (279393a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1038   +/-   ##
=======================================
  Coverage   75.98%   75.98%           
=======================================
  Files         119      119           
  Lines        5000     5000           
=======================================
  Hits         3799     3799           
  Misses       1201     1201           
Flag Coverage Δ
python-integration 59.72% <ø> (ø)
python-unit 52.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more