Emiel Bruijntjes
Emiel Bruijntjes
## Introduction I am experimenting with the "haproxy.org/route-acl" annotation for services to get pure websocket-traffic into a pod. While doing this and trying out many different settings and overwriting different...
Hello Frederik, The existing PHP mail libraries are not good, so I can see the point of writing a new one. But I took the liberty to run some test...
The launch.sh script allows users to pass environment variables to the weave program. However, not all possible options are handled. This pull request adds support for the IPALLOC_DEFAULT_SUBNET environment variable.
Hello, Maybe I do not understand the reason for using the service IP address in the PersistentVolume, but it does not seem to be a very reliable setup. This was...
**Is your feature request related to a problem? Please describe.** The keepalived pods open port 8080 on the nodes. However, this can conflict with other applications that also want to...
**Describe the bug** When removing a service, the associated lease is not removed. **To Reproduce** Run kube-vip with these settings as a DaemonSet: ``` image: ghcr.io/kube-vip/kube-vip:v0.6.0 args: - manager env:...
Hi Rainer, We have some issues with converting the json tree to a string from multiple threads at the same time. I think the problem is with the printbuf member...
Hi Rainer, Would you be willing to overthink your decision to not handle NULL bytes inside strings? It would be nice if we can rely on the library to recognize...