etcd-io/etcd

[robustness tests] Consider adding Keys, Count to Kubernetes traffic generator

Open

#20,623 创建于 2025年9月8日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Go (10,352 fork)batch import
area/robustness-testinghelp wantedtype/feature

仓库指标

Star
 (51,701 star)
PR 合并指标
 (平均合并 6天 3小时) (30 天内合并 71 个 PR)

描述

What would you like to be added?

Kubernetes traffic generator should use Count of Kubernetes-Etcd interface and invoke Ranges with keys_only to better simulate actual Kubernetes traffic.

It seems that keys_only Range calls will be unlikely in the future due to https://github.com/kubernetes/kubernetes/pull/133873.

Work in https://github.com/kubernetes/kubernetes/pull/132355 also replaced calls to Count so it is likely the work on this may no longer be needed/useful.

Why is this needed?

Part of https://github.com/etcd-io/etcd/issues/15820 and https://github.com/etcd-io/etcd/issues/20182

贡献者指南