kube-knots
kube-knots copied to clipboard
Potential features
- [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.namelikejqformat.
kubectl get all -v=8
seems like getting all resources just mean calling every API