knative / knative/eventing

Investigate failing KinD tests

Open
#7,701 1 comment 0 reactions 1 assignee Claimed by @Cali0707 View on GitHub
area/test-and-release kind/bug triage/accepted
Dominant language
Go
Stars
1.6k
Forks
631
Avg merge
2d 1h
Merged PRs (30d)
6

Description

**Describe the bug**
Currently, KinD tests are often failing with error logs like:
```
"status": {
"phase": "Pending",
"conditions": [
{
"type": "PodScheduled",
"status": "False",
"lastProbeTime": null,
"lastTransitionTime": "2024-02-16T20:53:17Z",
"reason": "Unschedulable",
"message": "0/2 nodes are available: 1 Too many pods, 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }. preemption: 0/2 nodes are available: 1 No preemption victims found for incoming pod, 1 Preemption is not helpful for scheduling.."
}
],
"qosClass": "BestEffort"
```

**Expected behavior**
KinD tests pass

**To Reproduce**
Look at most PRs, KinD tests have failed

**Knative release version**
main

**Additional context**
Add any other context about the problem here such as proposed priority

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.