Skip to content
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

Workload CRD can not be displayed #2936

Open
nico-ssi opened this issue Oct 28, 2024 · 4 comments
Open

Workload CRD can not be displayed #2936

nico-ssi opened this issue Oct 28, 2024 · 4 comments

Comments

@nico-ssi
Copy link

K9s has a "workloads" view. However, the Kueue kubernetes system has a native workload resource. It's not possible to display this resource in k9s by doing :Workload.

Add a configuration toggle to disable internal worklods, so the workloads CRD can be shown. Thanks :)

@SammyA
Copy link
Contributor

SammyA commented Nov 13, 2024

It's not just workloads, all kueue crd's seem to be undisplayable:
Watcher failed for kueue.x-k8s.io/v1beta1/localqueues.kueue.x-k8s.io -- the server could not find the requested resource (get localqueues.kueue.x-k8s.io.kueue.x-k8s.io)

This used to work in v0.32.5

@SammyA
Copy link
Contributor

SammyA commented Nov 13, 2024

99d47ab is the very last commit before the v0.32.6 release, and was still working. You do have to use the full name (:workloads.kueue.x-k8s.io) instead of just :workloads

@SammyA
Copy link
Contributor

SammyA commented Nov 13, 2024

Looks like it's caused by the change in internal/dao/registry.go

@SammyA
Copy link
Contributor

SammyA commented Nov 14, 2024

ShortName (wl) still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants