Now available on krew index! 🎉
kubectl krew install klock
kubectl klock pods
Changes (since v0.1.1)
-
Added warning color on pod restarts when >0. (7f7a1b9)
-
Added flag
--watch-kubeconfig
/-W
to restart the watch when your kubeconfig (e.g~/.kube/config
) file was changed. Such as when changing context viakubectl config use-context NAME
or kubectx. (25a1f97) -
Added keybinding
f
to toggle fullscreen manually. (30639c5) -
Fixed bug where kubectl-klock would panic after ~50min of inactivity. (#12)
-
Added better help text in README and
--help
. (9aa6d22) -
Added support for ARM architecture. All supported architectures: (246223c)
- darwin/386
- darwin/amd64
- darwin/arm64 (new!)
- linux/386
- linux/amd64
- linux/arm64 (new!)
- windows/386
- windows/amd64
- windows/arm64 (new!)