arontsang
arontsang
I've been experimenting with using smol's `async_task` crate, and I was able to create a simple async scheduler using the dotnet threadpool. The advantage to using such a scheduler is...
In both of these cases, using arrays, without array pooling is causing unneccessary GC pressure (especially since we are reading from a C array in the first place). Expose the...
**Description** Adds support for deleting TXT records after the CRD is deleted. Fixes #5254 Fixes #5279 **Checklist** - [x] Unit tests updated - [x] End user documentation updated
I propose the name "IronOxide"
Within Kubernetes there is no reason to run with the capability NET_BIND_SERVICE. The helm charts already use non-standard ports by default. The docker file add `RUN setcap cap_net_bind_service=-ep /usr/local/sbin/haproxy` And...
**What happened**: Deletion of DNSEndpoint is ignored by sync engine **What you expected to happen**: Sync engine to delete TXT records **How to reproduce it (as minimally and precisely as...
GRPC already specifies that you can switch serializers using the `application/grpc+proto` and the `application/grpc+json` content types.