# Install using krew
kubectl krew install klock
# Upgrade existing krew installation
kubectl krew upgrade klock
# Usage
kubectl klock pods
Changes (since v0.3.1)
- Fixed some cells being printed as
<nil>
. Now they are printed as empty cells instead. (#23, thanks @semihbkgr!)
New Contributors
- @semihbkgr made their first contribution in #23