Merge pull request #117194 from sanposhiho/revert-preenqueue

Revert "Optimization on running prePreEnqueuePlugins before adding pods into activeQ"
This commit is contained in:
Kubernetes Prow Robot
2023-04-13 16:00:50 -07:00
committed by GitHub
3 changed files with 12 additions and 47 deletions

View File

@@ -8,6 +8,8 @@
- [Node Binaries](#node-binaries)
- [Container Images](#container-images)
- [Changelog since v1.26.0](#changelog-since-v1260)
- [Known Issues](#known-issues)
- [The PreEnqueue extension point doesn't work in backoffQ](#the-preEnqueue-extension-point-doesnt-work-for-pods-going-to-activeq-through-backoffq)
- [Urgent Upgrade Notes](#urgent-upgrade-notes)
- [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
- [Changes by Kind](#changes-by-kind)
@@ -198,6 +200,15 @@ name | architectures
## Changelog since v1.26.0
## Known Issues
### The PreEnqueue extension point doesn't work for Pods going to activeQ through backoffQ
In v1.26.0, we've found the bug that the PreEnqueue extension point doesn't work for Pods going to activeQ through backoffQ.
It doesn't affect any of the vanilla Kubernetes behavior, but, may break custom PreEnqueue plugins.
The cause PR is [reverted](https://github.com/kubernetes/kubernetes/pull/117194) by v1.26.1.
## Urgent Upgrade Notes
### (No, really, you MUST read this before you upgrade)