-
Notifications
You must be signed in to change notification settings - Fork 117
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
[WIP] Install KEDA for testing #2796
[WIP] Install KEDA for testing #2796
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #2796 +/- ##
============================================
- Coverage 61.75% 61.71% -0.04%
+ Complexity 749 748 -1
============================================
Files 152 152
Lines 10712 10720 +8
Branches 231 231
============================================
+ Hits 6615 6616 +1
- Misses 3634 3639 +5
- Partials 463 465 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
01914d6
to
a0d3705
Compare
/retest-required |
a0d3705
to
da9ebb6
Compare
da9ebb6
to
d8280f0
Compare
@aavarghese with the default values with KEDA we're slower (higher e2e latency) in our Sacura test: https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative-sandbox_eventing-kafka-broker/2796/reconciler-tests_eventing-kafka-broker_main/1594762319668187136 |
/test channel-integration-tests-sasl-plain |
@pierDipi Do you see higher latency errors in the failing tests?
and
|
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
fb534d9
to
408a112
Compare
However, I think we should allow configuring default values for the autoscaler via a ConfigMap because scale to 0 by default might have a big latency impact |
@pierDipi: The following tests failed, say
Instructions 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/test-infra repository. I understand the commands that are listed here. |
@pierDipi: PR needs rebase. Instructions 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/test-infra repository. |
/cc @Cali0707 |
# quick check - we need exactly one argument which denotes the Strimzi version we want to update to | ||
if [[ "$#" -ne 1 ]]; then | ||
echo "Usage: $0 <strimzi_version>" | ||
exit 1 |
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.
# quick check - we need exactly one argument which denotes the Strimzi version we want to update to | |
if [[ "$#" -ne 1 ]]; then | |
echo "Usage: $0 <strimzi_version>" | |
exit 1 | |
# quick check - we need exactly one argument which denotes the KEDA version we want to update to | |
if [[ "$#" -ne 1 ]]; then | |
echo "Usage: $0 <keda_version>" | |
exit 1 |
Shouldn't these be keda versions?
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.
Yes
@@ -0,0 +1,24 @@ | |||
#!/usr/bin/env bash | |||
|
|||
# Copyright 2020 The Knative Authors |
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.
# Copyright 2020 The Knative Authors | |
# Copyright 2023 The Knative Authors |
Yes, thanks @Cali0707 |
Signed-off-by: Pierangelo Di Pilato pierdipi@redhat.com
Fixes #
Proposed Changes
Release Note
Docs