k8s-issue-kind-routing
agent routing and skill selection · devops · 200 items · primary question type choice. Source open-index/open-github-issues (ODC-BY-1.0); labels are outcome labels, never an LLM judge. Download these samples (JSON).
| System | DecisionScore | Accuracy (top pick) | Answered |
|---|---|---|---|
| Jev | 77.5 | 72.5% | 200 / 200 |
| decider-2b | 75.4 | 66.0% | 200 / 200 |
| OpenJev | 73.8 | 71.0% | 200 / 200 |
| JevFish | 73.6 | 62.0% | 200 / 200 |
| System One Scorer | 73.5 | 61.0% | 200 / 200 |
| NanoJev | 61.5 | 34.0% | 200 / 200 |
real-time-and-agents:k8s-115483 · 181 state tokens (common tier)Turn 1 — the request (identical for every system)
State (JSON)
{
"repo": "kubernetes/kubernetes",
"title": "Secrets does not creating",
"body": "### What happened? I am writing to report an issue with the latest version of Kubernetes in Azure, version v1.24.6. Before this version, when creating a Kubernetes cluster, the service account and secrets were automatically created and everything worked smoothly. However, with version v1.24.6, I have encountered an error when attempting to connect the cluster to Azure DevOps. Also during execution command in version v1.23.8 \"kubectl create serviceaccount some_name\", security token generating automatically. But not in v1.24.6. I found only 2 secrets in new cluster v1.24.6 comparing with v1.23.8 where was more than 30 secrets. I am checking all namespaces with command \"kubectl get secrets …"
}Question kind · choice · primary (ranked)
Read `repo`, `title` and `body`. Which kubernetes issue kind will maintainers assign to this issue?
7 options
bug— Something is broken or behaves contrary to documentation (kind/bug)feature— Request for new functionality or an enhancement (kind/feature)cleanup— Refactor, tech-debt removal, deprecation of old code, no user-facing change (kind/cleanup)documentation— Docs are missing, wrong or unclear (kind/documentation)support— A usage question or help request rather than a defect (kind/support)failing_test— A test fails consistently in CI (kind/failing-test)flake— A test fails intermittently / flaky CI job (kind/flake)
Turn 2 — each system's response · Turn 3 — the grade
Expected answer: support
| System | Top pick | Grade | P(expected) | Proper score | Distribution |
|---|---|---|---|---|---|
| Jev | bug | wrong | 23.0% | 0.407 |
|
| decider-2b | bug | wrong | 7.9% | 0.258 |
|
| OpenJev | bug | wrong | 0.0% | 0.016 |
|
| JevFish | bug | wrong | 9.9% | 0.259 |
|
| System One Scorer | support | correct | 38.6% | 0.737 |
|
| NanoJev | failing_test | wrong | 8.2% | 0.481 |
|
real-time-and-agents:k8s-115556 · 253 state tokens (common tier)Turn 1 — the request (identical for every system)
State (JSON)
{
"repo": "kubernetes/kubernetes",
"title": "[Flaky Test] Conformance - GCE - master - kubetest2",
"body": "### Which jobs were failing? Conformance - GCE - master - kubetest2 ### Which tests failed? It looks like the overall build may be failing ### When has it been failing? From 1:35pm - 3:35pm ### Testgrid link https://k8s-testgrid.appspot.com/sig-release-master-blocking#Conformance%20-%20GCE%20-%20master%20-%20kubetest2 ### Reason for failure (if possible) It looks like build/release.sh script blew up: ``` DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --load -t kube-build:build-6454b08013-5-v1.27.0-go1.20-bullseye.0 --pull=false --build-arg=KUBE_CROSS_IMAGE=registry.k8s.io/build-image/kube-cross --build-arg=KUBE_CROSS_VERSION=v1.27.0-go1.20-bullseye.0 …"
}Question kind · choice · primary (ranked)
Read `repo`, `title` and `body`. Which kubernetes issue kind will maintainers assign to this issue?
7 options
bug— Something is broken or behaves contrary to documentation (kind/bug)feature— Request for new functionality or an enhancement (kind/feature)cleanup— Refactor, tech-debt removal, deprecation of old code, no user-facing change (kind/cleanup)documentation— Docs are missing, wrong or unclear (kind/documentation)support— A usage question or help request rather than a defect (kind/support)failing_test— A test fails consistently in CI (kind/failing-test)flake— A test fails intermittently / flaky CI job (kind/flake)
Turn 2 — each system's response · Turn 3 — the grade
Expected answer: failing_test
| System | Top pick | Grade | P(expected) | Proper score | Distribution |
|---|---|---|---|---|---|
| Jev | flake | wrong | 1.0% | 0.020 |
|
| decider-2b | flake | wrong | 10.6% | 0.214 |
|
| OpenJev | flake | wrong | 0.2% | 0.007 |
|
| JevFish | flake | wrong | 26.7% | 0.542 |
|
| System One Scorer | flake | wrong | 9.3% | 0.409 |
|
| NanoJev | flake | wrong | 25.6% | 0.656 |
|
real-time-and-agents:k8s-122585 · 221 state tokens (common tier)Turn 1 — the request (identical for every system)
State (JSON)
{
"repo": "kubernetes/kubernetes",
"title": "kubelet creates two duplicate containers",
"body": "### What happened? In our k8s cluster, I created a pod, but kubelet pulled up two containers,as shown below:   Judging from the kubelet log, a timeout occurred when kubelet created the first container.kubelet may think container creation failed, then kubelet created a second container. When the second container is created successfully, the first container is also created successfully, so container duplication occurs. ### What did you expect to happen? I think kubelet should not create …"
}Question kind · choice · primary (ranked)
Read `repo`, `title` and `body`. Which kubernetes issue kind will maintainers assign to this issue?
7 options
bug— Something is broken or behaves contrary to documentation (kind/bug)feature— Request for new functionality or an enhancement (kind/feature)cleanup— Refactor, tech-debt removal, deprecation of old code, no user-facing change (kind/cleanup)documentation— Docs are missing, wrong or unclear (kind/documentation)support— A usage question or help request rather than a defect (kind/support)failing_test— A test fails consistently in CI (kind/failing-test)flake— A test fails intermittently / flaky CI job (kind/flake)
Turn 2 — each system's response · Turn 3 — the grade
Expected answer: bug
| System | Top pick | Grade | P(expected) | Proper score | Distribution |
|---|---|---|---|---|---|
| Jev | bug | correct | 100.0% | 1.000 |
|
| decider-2b | bug | correct | 81.9% | 0.981 |
|
| OpenJev | bug | correct | 99.1% | 1.000 |
|
| JevFish | bug | correct | 85.1% | 0.986 |
|
| System One Scorer | bug | correct | 66.3% | 0.930 |
|
| NanoJev | feature | wrong | 16.2% | 0.583 |
|
real-time-and-agents:k8s-126119 · 176 state tokens (common tier)Turn 1 — the request (identical for every system)
State (JSON)
{
"repo": "kubernetes/kubernetes",
"title": "Do not start cadvisor when feature PodAndContainerStatsFromCRI is enabled",
"body": "### What would you like to be added? Remove the need to start cadvisor, which has a periodic housekeeping task. That leaves on-demand invocations to cadvisor APIs ### Why is this needed? Cadvisor housekeeping task is a visible overhead that collects host OS stats, which can be entirely replaced by CRI APIs. The only use left for having housekeeping task is to [collect rootfs stats](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cadvisor/cadvisor_linux.go#L151), which can be changed to an on-demand call. Also see prior issues that attempted to manage the overhead of cadvisor: https://github.com/kubernetes/kubernetes/pull/124520 …"
}Question kind · choice · primary (ranked)
Read `repo`, `title` and `body`. Which kubernetes issue kind will maintainers assign to this issue?
7 options
bug— Something is broken or behaves contrary to documentation (kind/bug)feature— Request for new functionality or an enhancement (kind/feature)cleanup— Refactor, tech-debt removal, deprecation of old code, no user-facing change (kind/cleanup)documentation— Docs are missing, wrong or unclear (kind/documentation)support— A usage question or help request rather than a defect (kind/support)failing_test— A test fails consistently in CI (kind/failing-test)flake— A test fails intermittently / flaky CI job (kind/flake)
Turn 2 — each system's response · Turn 3 — the grade
Expected answer: feature
| System | Top pick | Grade | P(expected) | Proper score | Distribution |
|---|---|---|---|---|---|
| Jev | feature | correct | 87.0% | 0.984 |
|
| decider-2b | cleanup | wrong | 10.9% | 0.266 |
|
| OpenJev | feature | correct | 99.8% | 1.000 |
|
| JevFish | cleanup | wrong | 45.1% | 0.746 |
|
| System One Scorer | cleanup | wrong | 19.7% | 0.505 |
|
| NanoJev | feature | correct | 33.2% | 0.723 |
|
real-time-and-agents:k8s-129759 · 183 state tokens (common tier)Turn 1 — the request (identical for every system)
State (JSON)
{
"repo": "kubernetes/kubernetes",
"title": "Documentation of pod selection for node-pressure eviction is confusing regarding QoS",
"body": "In [the Node-pressure doc explaining the ranking of pods for eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#pod-selection-for-kubelet-eviction), there is a note saying that QoS are not used for this ranking (which appears to be correct, AFAICT from the code). However, this section still mentions QoS extensively, and it reads a bit ambiguous. In particular, this section: >As a result, kubelet ranks and evicts pods in the following order: > > 1. BestEffort or Burstable pods where the usage exceeds requests. These pods are evicted based on their Priority and then by how much their usage level exceeds the request. > 2. Guaranteed pods and Burstable …"
}Question kind · choice · primary (ranked)
Read `repo`, `title` and `body`. Which kubernetes issue kind will maintainers assign to this issue?
7 options
bug— Something is broken or behaves contrary to documentation (kind/bug)feature— Request for new functionality or an enhancement (kind/feature)cleanup— Refactor, tech-debt removal, deprecation of old code, no user-facing change (kind/cleanup)documentation— Docs are missing, wrong or unclear (kind/documentation)support— A usage question or help request rather than a defect (kind/support)failing_test— A test fails consistently in CI (kind/failing-test)flake— A test fails intermittently / flaky CI job (kind/flake)
Turn 2 — each system's response · Turn 3 — the grade
Expected answer: documentation
| System | Top pick | Grade | P(expected) | Proper score | Distribution |
|---|---|---|---|---|---|
| Jev | documentation | correct | 100.0% | 1.000 |
|
| decider-2b | documentation | correct | 87.5% | 0.988 |
|
| OpenJev | documentation | correct | 99.6% | 1.000 |
|
| JevFish | documentation | correct | 78.6% | 0.961 |
|
| System One Scorer | documentation | correct | 59.3% | 0.895 |
|
| NanoJev | documentation | correct | 49.3% | 0.847 |
|
real-time-and-agents:k8s-129802 · 288 state tokens (common tier)Turn 1 — the request (identical for every system)
State (JSON)
{
"repo": "kubernetes/kubernetes",
"title": "[Flaking Test] [sig-api-machinery] k8s.io/kubernetes/test/integration/apiserver/coordinatedleaderelection.coordinatedleaderelection",
"body": "### Which jobs are flaking? master-blocking - integration-master ### Which tests are flaking? k8s.io/kubernetes/test/integration/apiserver/coordinatedleaderelection.coordinatedleaderelection [Prow](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-integration-master/1881787128904421376) [Triage](https://storage.googleapis.com/k8s-triage/index.html?test=k8s.io%2Fkubernetes%2Ftest%2Fintegration%2Fapiserver%2Fcoordinatedleaderelection.coordinatedleaderelection&xjob=e2e-kops) ### Since when has it been flaking? [1/14/2025, 12:41:26 AM](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-integration-master/1878882224963588096) [1/18/2025, 1:29:23 …"
}Question kind · choice · primary (ranked)
Read `repo`, `title` and `body`. Which kubernetes issue kind will maintainers assign to this issue?
7 options
bug— Something is broken or behaves contrary to documentation (kind/bug)feature— Request for new functionality or an enhancement (kind/feature)cleanup— Refactor, tech-debt removal, deprecation of old code, no user-facing change (kind/cleanup)documentation— Docs are missing, wrong or unclear (kind/documentation)support— A usage question or help request rather than a defect (kind/support)failing_test— A test fails consistently in CI (kind/failing-test)flake— A test fails intermittently / flaky CI job (kind/flake)
Turn 2 — each system's response · Turn 3 — the grade
Expected answer: flake
| System | Top pick | Grade | P(expected) | Proper score | Distribution |
|---|---|---|---|---|---|
| Jev | flake | correct | 100.0% | 1.000 |
|
| decider-2b | flake | correct | 87.9% | 0.988 |
|
| OpenJev | flake | correct | 99.9% | 1.000 |
|
| JevFish | flake | correct | 67.8% | 0.920 |
|
| System One Scorer | flake | correct | 77.6% | 0.969 |
|
| NanoJev | flake | correct | 25.9% | 0.669 |
|