forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added target and metric to components (kubeflow#2082)
* Added target and metric to components Added scaleTarget and scaleMetric to ComponentSpec Made changes to ksvc_reconciler to add annotations to component as required Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added validation Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Fixed validation bugs Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated comments Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated python sdk and openapi Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added test for autoscaling Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added tests for autoscaling Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added e2e for autoscaling changes Removed validation for metric concurrency Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated CRD Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Fixed liniting issues Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Made ScaleMetric as enum Added a test for raw deployment Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Fixed issues with type after changes in ScaleMetric type Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated crd Updated crd Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated test case. Modified to check deployment mode before checking hpa or kpa. Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added debug logs to debug e2e failure in workflow alone Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Disabling all tests temporarily to debug failing e2e Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Reverting debugging changes Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Temporary changes to verify if e2e is passing after Dan's port forwarding Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Removed e2e changes. Removed comments. Updated python sdk version to debug test failure. Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated test variable Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Fixed linting error Added test logs Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Adding logs to print spec Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added more debugging logs Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Reverting python definition log in run e2e script Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated python sdk and docs Fixed liniting error Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Fix for failing protobuf issue Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added debug logs for kserve controller Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added logs to check controller changes show up Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added knative hpa Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Updated resource requirements Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Moved knative hpa installation to setup-deps Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Removed skip for tests Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Mutate and add deployment mode annotation if RawDeployment or ModelMesh Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
- Loading branch information
Showing
29 changed files
with
852 additions
and
35 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.