Replies: 1 comment
-
Tested also with 0.9.3, but no luck. Does no one have a clue how to ignore |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ever since I upgraded to 0.9.0 (but now on 0.9.2)
CronJob
which can't be immediately scheduled are reported as "Errors: ReasonUnschedulable
".I've a staging system where I also use kwatch, where often it takes multiple tries to schedule CronJob, therefore I want to ignore those errors.
For similar reasons I already have an existing config, here's my current (pre 0.9.0)
ConfigMap
:Now I want to add
Unschedulable
to be ignored too, but nothing I tried worked:So far no luck: those errors are still coming.
I wrote:
Basically, I'm pretty sure I was never notified of
Unschedulable
before (using 0.8.5).Any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions