kube-knots icon indicating copy to clipboard operation
kube-knots copied to clipboard

Potential features

Open davidhu2000 opened this issue 2 years ago • 1 comments

  • [x] all resources page. That list out everything within a namespace
  • [ ] some sort of initial auth check page. If kubectl isn't properly authentically, the app should show that and how to fix.
  • [x] add ability to search logs
  • [ ] add ability to download logs (maybe useful?)
  • [ ] add setting to configure toast time. default is 3s
  • [x] trigger docs workflow on release published. I tried release trigger, but it doesn't seem to work if release is created by a workflow.
  • [x] include debug builds, which allow inspector access, but does increase file size. Also need to make sure the update.json is updated properly so we don't accidentally update the user to the debug version.
  • [ ] allow user to pick what specific columns to show. ideally it is total dynamic where we can let the user pick something like .metadata.name like jq format.

davidhu2000 avatar Mar 07 '23 07:03 davidhu2000

kubectl get all -v=8 

seems like getting all resources just mean calling every API

davidhu2000 avatar Mar 08 '23 05:03 davidhu2000