Last active
January 12, 2022 15:33
-
-
Save arsham/e747cb9610b26dc36ba62709ae5583bd to your computer and use it in GitHub Desktop.
Suspend #kubernetes cronjobs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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