This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUBMARINE-1327. Upgrade K8s to support the latest 3 releases (1.22-1.24)
### 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 * [x] - Update Notebook-Controller-Operator to 1.7.0 * [x] - Update Training-Operator to 1.6.0 * [x] - Update Seldon-Core-Operator to 1.15.1 * [x] - Update Submarine CRD/Operator-API to v1 * [x] - Git Action update * [x] - Test NoteBook (Blocked issue solved by PR #1058 ) * [x] - Test Tf Experiment * [x] - Test PyTorch Experiment * [x] - Test Serving * [x] - Update documents 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: * [ ] - Training-operator change the `job-name` of the pod label to`training.kubeflow.org/job-name` after the upgrade from 1.3.0 to 1.6.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: * Do the license files need updating? Yes * Are there breaking changes for older versions? Yes * Does this need new documentation? Yes Author: cdmikechen <[email protected]> Signed-off-by: cdmikechen <[email protected]> Closes #1060 from cdmikechen/SUBMARINE-1327 and squashes the following commits: 9b0f2f0 [cdmikechen] Update serving document f6f25a3 [cdmikechen] Fix training-operator job name 4694597 [cdmikechen] Support for notebook-controller 1.6.0+ 478c041 [cdmikechen] Replace v2 to v3 df1ee51 [cdmikechen] Fix version 962cf84 [cdmikechen] Down to 1.17.2 bdb3a90 [cdmikechen] Update Helm CR version to v1 Update istio to 1.17.1 Update Go to 1.19.7
- Loading branch information
1 parent
22df22f
commit b2e65c7
Showing
60 changed files
with
25,905 additions
and
5,475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.