-
Notifications
You must be signed in to change notification settings - Fork 262
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
Failed to get resource list for visibility.kueue.x-k8s.io/v1alpha1 #1519
Comments
@tenzen-y - are there any plans to address this one? Can confirm we're seeing the same error on kubernetes version 1.26 with latest helm chart deployment via the main branch. |
If we use the default config to install kueue via helm, we can see logs in kube-apiserver like this:
@jrleslie As I tried in my environment, maybe you can enable the feature
And I think this error may be caused by this feature too. If we want to catch the bug, this is where we can start. @tenzen-y |
I think this is a regression on kubernetes/kubernetes#115978, but cherry-picked to 1.26. Can you version v1.26.5? |
Let me take back the words. New clues found. |
The visibility server is disabled by default, so maybe that has something to do with it? @trasc can you take a look? |
In helm, we could make the installation of the API optional https://github.com/kubernetes-sigs/kueue/blob/main/config/components/visibility/apiservice.yaml But in kustomize... I guess we should comment out this line kueue/config/default/kustomization.yaml Line 20 in 4c1c6d6
|
/assign @trasc |
We can add a dedicated overlay like we have for prometheus, and include it in alpha-enabled as well. For help maybe add |
Those sound like good plans |
FYI and help others until the issue is fixed:
+ - --feature-gates=VisibilityOnDemand=true |
What happened:
Once we run
kubectl get resourceflavor
, we received the following error:What you expected to happen:
No error happens.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
We found this bug in #1459
Also, we haven't faced this error in K8s v1.27, v1.28, and v1.29.
Environment: KinD
kubectl version
): v1.26.3git describe --tags --dirty --always
): main branchcat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: