Skip to content

Enable EtcdEventsHTTP in scalability tests#17892

Merged
k8s-ci-robot merged 3 commits intokubernetes:masterfrom
dims:feature/etcd-events-http-featureflag-scalability
Jan 29, 2026
Merged

Enable EtcdEventsHTTP in scalability tests#17892
k8s-ci-robot merged 3 commits intokubernetes:masterfrom
dims:feature/etcd-events-http-featureflag-scalability

Conversation

@dims
Copy link
Copy Markdown
Member

@dims dims commented Jan 28, 2026

Enable the EtcdEventsHTTP feature flag in scalability tests to use HTTP for the events etcd cluster, reducing TLS handshake overhead.

This matches what GCE scale tests do and helps avoid connection proliferation issues at scale.

Follow up to #17891

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 28, 2026
@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/assign @hakman @upodroid

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 28, 2026
@hakman
Copy link
Copy Markdown
Member

hakman commented Jan 28, 2026

/test presubmit-kops-aws-small-scale-ipalias-using-cl2

@hakman
Copy link
Copy Markdown
Member

hakman commented Jan 28, 2026

/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2

@kubernetes kubernetes deleted a comment from k8s-ci-robot Jan 28, 2026
@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/hold

for me to verify the artifacts from presubmit-kops-aws-small-scale-amazonvpc-using-cl2 to make sure they look ok :)

appreciate the quick review @hakman !

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 28, 2026
@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/test pull-kops-e2e-k8s-aws-calico

@dims dims force-pushed the feature/etcd-events-http-featureflag-scalability branch from 56cfb03 to 4496194 Compare January 28, 2026 19:18
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 28, 2026
dims added 2 commits January 28, 2026 14:18
Enable the EtcdEventsHTTP feature flag in scalability tests to use
HTTP for the events etcd cluster, reducing TLS handshake overhead.

This matches what GCE scale tests do and helps avoid connection
proliferation issues at scale.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This helps diagnose issues where feature flags may not be recognized,
such as build caching problems or initialization ordering issues.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@dims dims force-pushed the feature/etcd-events-http-featureflag-scalability branch from 4496194 to daa5988 Compare January 28, 2026 19:18
@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2

The sflags library splits comma-separated values in --env flag arguments
into separate slice elements. This breaks KOPS_FEATURE_FLAGS values like
"EtcdEventsHTTP,AWSSingleNodesInstanceGroup" because they get split into
separate entries in the Env slice.

Fix by reassembling the original value: collect all entries starting from
KOPS_FEATURE_FLAGS= until we hit another NAME=VALUE pattern, then join
them back together with commas.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 28, 2026
@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2

@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/skip

@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 28, 2026

/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 28, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman, rifelpet

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dims
Copy link
Copy Markdown
Member Author

dims commented Jan 29, 2026

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 29, 2026
@k8s-ci-robot k8s-ci-robot merged commit 85dc496 into kubernetes:master Jan 29, 2026
29 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.36 milestone Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants