Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 415 Bytes

kubectl-plugins

My kubectl plugins.

Put on your path for kubectl to pick them up, works with current context/user.

  • kubectl-cleartoken: Clears the current contexts auth-token
  • kubectl-copytoken: Copies the current contexts auth-token
  • kubectl-cronview: Allows for human-friendly cron schedules

Example usage:

kubectl cronview

Some require additional tools:

  • jq
  • pbcopy
  • sort
  • sed