✨ What's new
- Changed the existing
Shell
feature on Nodes to use a high privilege pod which has access to the host.- The previous Shell functionality is now named
Debug
to better align with the underlying command used:kubectl debug
#423
- The previous Shell functionality is now named
- Added
Debug
feature to Pods alongside the existingShell
feature #82 - Image used by Shell/Debug features can now be customised instead of using the default
busybox:latest
#82 - Added support for Ephemeral containers to Pods #416
- Added a list of ReplicaSets to the Deployment view, which can be used as a list of recent changes/revisions
😎 Improvements
- removed init containers from Pod container tabs
- Added System theme as an alternative to fixed Dark/Light theme #95
- use initContainer status and restart count when applicable
- changed default sort column DaemonSet and ReplicaSet to revision number
- added Algorithm and SAN to TLS Certificate View