Skip to content

v1.0.4

Choose a tag to compare

@akash-cloudtech akash-cloudtech released this 22 Jul 22:32
· 2 commits to main since this release

K8s Rizz Check v1.0.4

Two areas of improvement: broader resource status coverage, and a few UI polish fixes.

Resource status

Beyond the specific fixes in v1.0.3, the resource tree now has a generic fallback for any resource kind that isn't specifically recognized. It checks for a plain phase/state field or a standard conditions array and infers health from it, so unfamiliar CRDs show something meaningful more often instead of always falling back to "Unknown". This is a best-effort inference, not a verified read, so it errs toward flagging things for a look rather than assuming they're fine.

UI fixes

  • Namespace rows (both the main table and the sidebar list shown after selecting a namespace) now show a hover highlight, making it clear they're clickable.
  • The namespace sidebar list no longer scrolls the whole page when it has more entries than fit on screen — it scrolls independently, same as the resource tree list.

No configuration changes needed. Existing config.yaml files keep working as-is.