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.
Implement KFServing v1beta1 controller (kubeflow#1042)
* Move existing controller to v1alpha2 * Implement v1beta1 controller * Fix test crd path * Add controller test for predictor * Setup webhook for v1beta1 and v1alpha2 * Fix webhook setup * Add api conversion * Patch conversion webhook to crd * Fix the configmap decoding * Fix v1beta1 controller test * Address comments * Add transformer * Transformer support * Fix validate create for http test * Reconcile kfserving ingress * Add license * Add rbac for ingress and svc * Add rbac for ingress and svc * Fix ingress host * Switch to use virtual service * Add conversion test * Add crd conversion test * Add explainer * More conversion test * Add custom predictor defaulter test * Don't use nested inline * Fix transformer and explainer * Set ingress condition * Add ingress asserts * Fix explainer route * Update ksvc traffic targets based on canary traffic split * e2e test to work with v1beta1 * skip gpu test * Fix canary traffic pointer type * Download yq * Add nil check for spec what miss component implementation * Expose podspec on component * Support http url in v1beta1 * fix typo * Update traffic on routespec when canaryPercent is changed * Add canary rollout test * Add explainer test * Address comments * Use tritonserver * Make container name and probe port field optional * Add traffic percent in status * Set xgboost nthread * Fix updates in test * Use default service name for backwards compatibility * Call knative defaulter to avoid diffs during reconcilation * Set SessionAffinity * Check if configured as internal domain
- Loading branch information
Showing
101 changed files
with
19,162 additions
and
4,083 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
Oops, something went wrong.