Skip to content

Releases: applejag/kubectl-klock

v0.3.0

05 Aug 19:52
1ee03e1
Compare
Choose a tag to compare

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)

  • Added support for exec auth plugin. (5f122fa, #13)

  • 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)

v0.2.0

28 Apr 09:53
v0.2.0
f4ae258
Compare
Choose a tag to compare

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 via kubectl 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!)

v0.1.1

17 Apr 17:33
18beed4
Compare
Choose a tag to compare

Changes (since v0.1.0)

  • Added -o wide / --output wide support

v0.1.0

16 Apr 19:01
988ce7d
Compare
Choose a tag to compare

Initial release 🎉

Features

  • Watch arbitrary resources, just like kubectl get <resource> [name]
  • Auto updating age
  • Colors on statuses (e.g Running) and fractions (e.g 1/1) to make them stand out more