Replies: 3 comments 3 replies
-
You are doing nothing wrong. The erratic plugin is bonkers. The readme should really elaborate on how it "implements" ready…
What is your use case for using erratic? |
Beta Was this translation helpful? Give feedback.
-
That's erratic behavior, even for the erratic plugin. If we want something to help test with readiness, we should make that an explicit feature of erratic, not some weird side effect. Since erratic is billed as being for testing client behavior, this weird readiness thing (which is about testing...what...server behavior? K8s behavior?), doesn't fit, especially as an undocumented side effect. |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone, sorry for the delay on the response. If I disable the readiness probe and ready plugin, coredns starts fine. If I have cache enabled for the Zone, like this, for instance:
Erratic works the first time, then it will work only again after the cache expires:
Which is fine, but I believe, if I may, worth to mention in the documentation. If I have this forward entry here:
It does not work, ever.
Which is not fine I believe, it's not clear in the documentation anywhere that forward breaks erratic. This forward config is standard in k8s. Which made me wonder.. What if cache prefetch is also being affected by this. You know, the one we have been discussing here: I changed the forwader config FROM:
TO:
Failed again, but it takes more time that the 60sec.. Prefetch is working, finally. (I know it's working because I had at the same time running the same test using the same test on another machine, and there, every 60s sucks) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just installed coredns v1.10.1.
Here's the plugin list:
I can see that erratic is installed.
Then I configured the system to use erratic:
I keep getting this error and coredns does not come up:
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions