You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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)
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
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 :)
The text was updated successfully, but these errors were encountered: