Skip to content

v0.3.2

Compare
Choose a tag to compare
@applejag applejag released this 18 Aug 23:51
· 125 commits to main since this release
69f69fc
# 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