Sergey Vasilyev
Sergey Vasilyev
A little follow-up: I've just remembered: over the past couple of years there were one or two reports of cases when the K8s API watch-calls stopped reporting the changes and...
UPD: Here is the other issue, the main one, with details and some health checking scripts (finally found it!): #204
And I would agree, since this issue appears quite regularly. I will add some default there (not sure which one though).
Thanks for suggesting this! Indeed, I was not so happy with the injected kwargs too, but that seemed like a lesser evil at the moment. First of all, I am...
Both timers and daemons add finalizers to all served (i.e. matching) resources. This is needed to ensure proper termination of those asyncio tasks running the timers/daemons (timer is essentially a...
The biggest challenge is the definition of "idle". Changes can happen all the time, including the time when other changes are being processed — so, even a timeout on do-nothing...
Oh, I've missed a big part of the discussion while writing the answer :-) I agree here: in some cases, a simple `for` cycle is easier than complicated operators. The...
Hello. Can you please briefly describe the use-case behind this supposed solution?
Currently, the operator is assumed to be statically formed. Dynamic registration/removal of handlers brings some complications to the API/DSL (not so much to the implementation). However, it might be implemented...