Sergey Vasilyev
Sergey Vasilyev
Yep, good point. I've changed the default documentation from "latest" to "stable", so that people do not get confused anymore. It was not a problem when the codebase was small...
@mitar I couldn't find anything on this topic (but I didn't do a deep research). But this is the observed behaviour on the real cluster. ---- The only official description...
A little addition on this issue: I have "solved" this by using the list-then-watch strategy. The resource version strings seems to be scoped to the custom resource type, or maybe...
@mehrdad-khojastefar Hi. Thanks. Any help with writing the documentation with realistic (but not excessive) examples is appreciated. Please mention a PR in this ticket. There is no specific roadmap for...
@mehrdad-khojastefar Can you please elaborate with an example? I didn't fully get what you meant.
Hello. Thanks for asking. Kopf allows using the following CLI: ``` kopf run -m mod1 -m pkg2.mod2 … file1.py file2.py … ``` So, the operator can be "assembled" from multiple...
Hi. Does `dict(body)` work?
> IMHO, kopf should provide the ability to specify [conversion webhooks](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion) in the same way that we can specify admission webhooks. > How easy would this be to implement? Having...
> Am I missing something here? Shouldn't the handlers only be listening to a specific version of each resource? Hm. This was the idea that I first wanted to suggest,...
Related: * Varchar(max) https://github.com/datafold/data-diff/pull/825 * UUID case preservation https://github.com/datafold/data-diff/pull/825