-
Notifications
You must be signed in to change notification settings - Fork 176
Add Keda Deployer #3386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Keda Deployer #3386
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: creydr The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3386 +/- ##
==========================================
- Coverage 54.74% 53.67% -1.08%
==========================================
Files 173 179 +6
Lines 20112 20147 +35
==========================================
- Hits 11011 10814 -197
- Misses 7992 8210 +218
- Partials 1109 1123 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/test all |
| CooldownPeriod: ptr.To(int32(300)), | ||
| ScalingMetric: &httpv1alpha1.ScalingMetricSpec{ | ||
| Rate: &httpv1alpha1.RateMetricSpec{ | ||
| TargetValue: 100, | ||
| Window: metav1.Duration{ | ||
| Duration: time.Minute, | ||
| }, | ||
| Granularity: metav1.Duration{ | ||
| Duration: time.Second, | ||
| }, | ||
| }, | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
|
||
| // Override invalid k8s.io/client-go v1.5.2 requirement from keda http-add-on | ||
| // keda uses a replace directive internally, but those don't propagate to dependents | ||
| replace k8s.io/client-go => k8s.io/client-go v0.34.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR to resolve this in the KHA is open and will probably be released next week, just need to fix CI, see kedacore/http-add-on#1424
Fixes #3390
Changes
Currently only exposes the function cluster internally. Issue to make the externally available is #3391.
/kind enhancement
Flow
flowchart TD U(User/other service) -->|accesses| A A[Entrypoint - Bridge Service] -->|forwards request| B B[Keda HTTP add-on interceptor-proxy] -->|forwards request| C B -.->|reads| E B -.->|scales| D C[App service] -->|forwards request| D D[Deployment] E{HTTPScaledObject}Test procedure:
make builde.g.
cd /tmp & git clone https://github.com/creydr/func-go-hello-worldRelease Note