Mostly just bugfixes in this one.
# Install using krew
kubectl krew install klock
# Upgrade existing krew installation
kubectl krew upgrade klock
# Usage
kubectl klock pods
Changes (since v0.2.0)
-
Fixed spinner still showing when there's no results. (edec13c, #18)
-
Fixed not redrawing on update, but instead only on age timer tick. Now it redraws immediately. (f65ef48, #20)
-
Fixed namespace column not showing when using
--all-namespaces
. (8b5a172, #21) -
Fixed non-namespaced resources'
CREATED AT
column not showing as duration. (d1323de)