Run Kuma E2E with the Kubernetes Agent backend - #24642
Merged
Merged
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 5d6ed70 | Docs | View more details | Give us feedback! |
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
from
July 22, 2026 10:59
f2f9a0d to
e8978fe
Compare
nubtron
changed the base branch from
nubtron/kubernetes-agent-interface-e2e
to
nubtron/velero-kubernetes-agent-e2e
July 22, 2026 10:59
3 tasks
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
from
July 22, 2026 12:44
e8978fe to
bfe8c77
Compare
nubtron
changed the base branch from
nubtron/velero-kubernetes-agent-e2e
to
nubtron/kubernetes-agent-interface-e2e
July 22, 2026 12:44
3 tasks
nubtron
changed the base branch from
nubtron/kubernetes-agent-interface-e2e
to
nubtron/velero-kubernetes-agent-e2e
July 22, 2026 13:24
3 tasks
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
from
July 24, 2026 08:44
b52b0f6 to
a0f48d7
Compare
nubtron
changed the base branch from
nubtron/velero-kubernetes-agent-e2e
to
nubtron/kubernetes-agent-interface-e2e
July 24, 2026 08:44
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
from
July 24, 2026 08:55
a0f48d7 to
24ad990
Compare
nubtron
marked this pull request as ready for review
July 24, 2026 09:28
nubtron
marked this pull request as draft
July 24, 2026 09:29
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
4 times, most recently
from
July 30, 2026 13:30
446e862 to
a9cf8ae
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/kuma-kubernetes-agent-e2e
branch
from
August 10, 2026 09:34
d945435 to
50ec536
Compare
Base automatically changed from
nubtron/kubernetes-agent-interface-e2e
to
master
August 10, 2026 17:43
vitkyrka
added a commit
that referenced
this pull request
Aug 13, 2026
`run_command` defaults to `check=False`, so a timed-out or transient failure in the `kubectl create ns`/`apply`/`rollout status`/`wait` calls previously fell through silently into the pod-IP lookup and one-shot data-seeding curl, turning a clear "cluster never became Ready" failure into a confusing generic curl error. Add `check=True` to all four calls, matching the pattern already used for kuma's equivalent `setup_kuma()` (#24642). Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 tasks
pull Bot
pushed a commit
to ConnectionMaster/integrations-core
that referenced
this pull request
Aug 17, 2026
* Run Weaviate E2E tests with the Kubernetes Agent backend Switch from host-side kube_port_forward to the new Kubernetes Agent E2E backend: the API endpoint uses Service DNS, the metrics endpoint falls back to the pod IP since no Service targets that port, and the readiness check plus data-seeding POST now run from disposable in-cluster pods since the host can no longer reach the cluster directly. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * Remove redundant readiness wait before seeding Weaviate data `/v1/.well-known/live` (DEFAULT_LIVENESS_ENDPOINT) is an unconditional 200 in Weaviate v1.20.0 with no actual readiness check, while the Pod `Ready` condition that `kubectl wait --for=condition=Ready` already blocks on is driven by the StatefulSet's readinessProbe (`/v1/.well-known/ready`, the real `DB.StartupComplete() && ClusterHealthScore() == 0` check). The extra busybox-based WaitFor poll was checking a strictly weaker signal than what setup_weaviate() already waits for, so it can't add any real confidence and was only burning disposable pods. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * Fail loudly if cluster setup doesn't become ready in setup_weaviate `run_command` defaults to `check=False`, so a timed-out or transient failure in the `kubectl create ns`/`apply`/`rollout status`/`wait` calls previously fell through silently into the pod-IP lookup and one-shot data-seeding curl, turning a clear "cluster never became Ready" failure into a confusing generic curl error. Add `check=True` to all four calls, matching the pattern already used for kuma's equivalent `setup_kuma()` (DataDog#24642). Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
nubtron
marked this pull request as ready for review
August 17, 2026 13:10
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
from
August 18, 2026 06:21
a0858ae to
de7f144
Compare
evalya-impact-summaryevalya impact analysis |
nubtron
force-pushed
the
nubtron/kuma-kubernetes-agent-e2e
branch
from
August 18, 2026 09:08
de7f144 to
5d6ed70
Compare
Contributor
Validation ReportAll 21 validations passed. Show details
|
NouemanKHAL
approved these changes
Aug 21, 2026
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 Kuma's existing Kind E2E environment to the Kubernetes Agent backend.
The test fixture now:
http://kuma-control-plane.kuma-system.svc.cluster.local:5680/metrics);kubectl port-forwardprocesses and endpoint plumbing;The Kuma integration assertions are unchanged: the E2E still exercises the Helm-deployed Kuma control plane and verifies the expected Kuma metrics.
Motivation
Run the existing Kuma E2E through the Kubernetes Agent path and verify in-cluster service discovery without host-local endpoint plumbing. This PR changes only the E2E fixture; it does not change the Kuma check or production behavior.
Validation
ddev --no-interactive test -fs kumaReview checklist
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label and a backport PR will be opened automatically after merge.