What does Kubernetes cronjobs `startingDeadlineSeconds` exactly mean?

After investigating the code base of the Kubernetes repo, so this is how the CronJob controller works: The CronJob controller will check the every 10 seconds the list of cronjobs in the given Kubernetes Client. For every CronJob, it checks how many schedules it missed in the duration from the lastScheduleTime till now. If there … Read more

How to automatically remove completed Kubernetes Jobs created by a CronJob?

You can now set history limits, or disable history altogether, so that failed or successful CronJobs are not kept around indefinitely. See my answer here. Documentation is here. To set the history limits: The .spec.successfulJobsHistoryLimit and .spec.failedJobsHistoryLimit fields are optional. These fields specify how many completed and failed jobs should be kept. By default, they … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)