Add EKS Addon and IPv6 to OTelCI test - #2271
Open
Paamicky wants to merge 1 commit into
Open
Conversation
Paamicky
force-pushed
the
mcommey/eks-e2e-ci-addon-ipv6
branch
from
September 3, 2026 20:37
b3b1228 to
6f52422
Compare
Paamicky
force-pushed
the
mcommey/eks-e2e-ci-addon-ipv6
branch
from
September 4, 2026 14:17
6f52422 to
9c93396
Compare
Paamicky
marked this pull request as ready for review
September 4, 2026 14:18
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.
Description of the issue
The OTel Container Insights EKS e2e test only ran the Helm installation path and only on IPv4. The EKS add-on install path (now released) and IPv6 were not covered, unlike the JMX e2e suite which runs both Helm and add-on on IPv4/IPv6.
Description of changes
EKSE2EOTELContainerInsightsTestHelmIPv6(HELM_CHART, IPv6)EKSE2EOTELContainerInsightsTestAddonIPv6(EKS_ADDON, IPv6)The add-on jobs point at
resources/cwagent_configs_eks_addon/ci_node.jsonand seteks_installation_type: EKS_ADDON; IPv6 jobs setip_family: ipv6and the IPv6 test VPC. Terraform and the test harness already support both install types.License
By submitting this pull request, I confirm that you can use, modify, copy, and
redistribute this contribution, under the terms of your choice.
Requirements
make fmtandmake fmt-shmake lintIntegration Tests
To run integration tests against this PR, add the
ready for testinglabel.