Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controller: improve error for missed start times in cronjob
The reclaimspacecronjob may miss too many runs due to the following reasons: - low startingDeadlineSeconds - clock skew - (added now) when user has reduced schedule which in turn leads to the new interval being < 100 times of old interval, aka >100 missed runs. This issue only occurs when user changes schedule which drastically reduces interval by more than 100 times. Error message is improved to ask user to delete and recreate cronjob to overcome this issue. Signed-off-by: Rakshith R <[email protected]>
- Loading branch information