apache / submarine

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

SUBMARINE-1327. Upgrade K8s to support the latest 3 releases (1.22-1.24) #1060

Closed cdmikechen closed 1 year ago

cdmikechen commented 1 year ago

What is this PR for?

Update k8s to 1.22, 1.23, 1.24. PodSecurityPolicy policy/v1beta1 is deprecated in v1.21+, unavailable in v1.25+, so that we will deal with the 1.22-1.24 for the time being and then try to upgrade to 1.25 or 1.26 once all the related issues have been resolved.

What type of PR is it?

Feature

Todos

Some issues were found during testing but remain unresolved and need to be looked at to see if they need to be resolved in 0.8.0:

What is the Jira issue?

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

How should this be tested?

Github CI

Screenshots (if appropriate)

No

Questions:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1060 (9b0f2f0) into master (1783097) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1060      +/-   ##
==========================================
- Coverage   75.98%   75.94%   -0.05%     
==========================================
  Files         119      119              
  Lines        5000     5000              
==========================================
- Hits         3799     3797       -2     
- Misses       1201     1203       +2     
Flag Coverage Δ
python-integration 59.68% <ø> (-0.04%) :arrow_down:
python-unit 52.48% <ø> (ø)

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

see 1 file with indirect coverage changes

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

cdmikechen commented 1 year ago

@pingsutw Hi~ I noticed that operators are not written in LICENSE-binary, do we need to add the relevant version information to them?

training-operator:1.6.0
notebook-controller:1.7.0
seldon-core-operator:1.15.1