Skip to content

Instantly share code, notes, and snippets.

@arsham
Last active January 12, 2022 15:33
Show Gist options
  • Save arsham/e747cb9610b26dc36ba62709ae5583bd to your computer and use it in GitHub Desktop.
Save arsham/e747cb9610b26dc36ba62709ae5583bd to your computer and use it in GitHub Desktop.
Suspend #kubernetes cronjobs
kubectl patch cronjobs <job-name> -p '{"spec" : {"suspend" : true }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment