How to Disable or Suspend CronJobs in Kubernetes
In this article, we will see how to disable or suspend cronjobs in Kubernetes. You might have come across a scenario where you cannot delete a cronjob in Kubernetes cluster, instead you need to put it in suspend state for now so that it cannot create any pod to perform its scheduled job. Although there ... Read more