Features
- New command for visualizing Kubernetes Jobs:
kubectl dashboard jobs
(shorthand:k db job
). Alsokubectl apply -f job.yaml
will use this visualization automatically:#8696
#8697
Fixes
- Windows PTY commands hang
#8702
- After
oc login
, one must restart Kui#8701
- Tooltips may not have arrow or can be oddly placed
#8698
#8699
For Kui Developers
- Guidebooks can now offer terminal splits that act as normal Kui terminals
#8691