-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeated errors in kueue-manager log when Kueue 0.9 is installed on Kubernetes 1.29 #3496
Comments
1.27 is out of support in open source. Kueue 0.9.0 was probably built with 1.31 apis so I’m not sure the skew will even be supporting at this point. |
On Kubernetes 1.29 (which I believe is still in support until 2025-02-28), I get a reduced set of repeating error messages but there is still a problem:
|
I verified that on Kubernetes 1.30 there are no error messages in the log. |
retitled issue to only mention supported Kubernetes version (1.29). |
As I can see here https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/, |
@mbobrovskyi do you know if this is just a weird logging, or |
A quick glance at the 1.29 documentation seems to imply that although VAP was in Beta in 1.29, the feature gate still defaulted to false. https://v1-29.docs.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ |
Are you able to see this with just kind? |
I was just using kind. (kind 0.25 with --image v1.29.10@sha256:3b2d8c31753e6c8069d4fc4517264cd20e86fd36220671fb7d0a5855103aa84b). |
So, the question if you can enable it on 1.29 to mitigate the issue. |
I reached out to @benluddy about this issue. This seems like an upstream issue and not really related to Kueue at the moment. |
Looks like kueue-controller-manager has started informers for the v1 VAP APIs, which did not exist in 1.27. |
What happened:
I created a fresh kind 0.24 cluster with Kubernetes 1.27.17. I installed the Kueue 0.9 release on the cluster.
Every 30 seconds (+/-) the kueue-controller-manager log contains the following stanza:
What you expected to happen:
I do not expect to see error logs when running Kueue 0.9.0 on Kubernetes 1.27. This is a regression vs. Kueue 0.8.3.
How to reproduce it (as minimally and precisely as possible):
Create 1.27 cluster with kind.
Anything else we need to know?:
Environment:
kubectl version
): 1.27.17git describe --tags --dirty --always
): 0.9.0The text was updated successfully, but these errors were encountered: