Run KEDA E2E with the Kubernetes Agent backend - #24671
Draft
nubtron wants to merge 1 commit into
Draft
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 7719ede | Docs | Datadog PR Page | Give us feedback! |
3 tasks
nubtron
force-pushed
the
nubtron/keda-kubernetes-agent-e2e
branch
4 times, most recently
from
July 30, 2026 13:30
b6f2805 to
4fbc615
Compare
nubtron
force-pushed
the
nubtron/kubernetes-agent-interface-e2e
branch
from
August 10, 2026 09:28
2a64043 to
f21cf4c
Compare
nubtron
force-pushed
the
nubtron/keda-kubernetes-agent-e2e
branch
from
August 10, 2026 09:34
cc0cdc6 to
7719ede
Compare
Contributor
Validation ReportAll 21 validations passed. Show details
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Migrates the KEDA Kind E2E to the Kubernetes Agent backend introduced in #24639. The check now reaches KEDA through the in-cluster Service DNS endpoint,
http://keda-operator-metrics-apiserver.keda.svc.cluster.local:8080/metrics, and returns the Kind kubeconfig in the Kubernetes backend metadata. This removes the external Docker Agent and persistentkubectl port-forwardwhile preserving the existing setup, waits, instance shape, assertions, and timeouts.Validation:
cd ddev && hatch run -- ddev --no-interactive test -fs keda(passed)cd ddev && hatch run -- ddev --no-interactive test --lint keda(passed)cd ddev && hatch run -- ddev --no-interactive test keda(2 passed, 1 E2E skipped)cd ddev && hatch run -- ddev env start --dev keda py3.13-2.16.0(passed)cd ddev && hatch run -- ddev env test --dev keda py3.13-2.16.0(1 passed, 2 deselected)cd ddev && hatch run -- ddev env stop keda py3.13-2.16.0(passed)Motivation
Exercise KEDA from the same Kubernetes network as the Agent and validate the new backend from #24639 without maintaining a host-side port-forward process.
Review checklist (to be filled by reviewers)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged