Frank Villaro-Dixon
Frank Villaro-Dixon
Hi, This MR enables the comprehension of the Haproxy Proxy Protocol v1 & v2. Still missing: - [ ] Tests - [x] Documentation - [x] Examples Please tell me what...
Hi, I wanted to give vcluster a try, however it seems that IPv6-only kubernetes clusters are not yet fully supported; ``` kl -n host-namespace-1 logs -f vcluster-1-0 vcluster time="2021-05-18T09:56:40.133915808Z" level=info...
### Describe the bug I was editing a `HelmRepository` and set an invalid `.spec.interval=1d` value. Once the source-controller pulled the git repo, it immediately detected the invalid value: ``` {"level":"info","ts":"2022-04-14T16:06:45.038Z","logger":"controller.gitrepository","msg":"artifact...
Hi @nolar , Sync handlers and daemons are run inside a thread for each resource. When the number of resources exceeds the default number of allocated workers (for example `os.cpu_count()...
- [x] Have you signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php), using the same email address as you used in your commits? - [x] Do each of your commits have a "Signed-off-by"...
Hi, First of all thank you for this really good lib ! I'm hitting a small bug using MountFS: the `listdir` method doesn't take into account mounts for dir listing....
Hi, First of all, thanks for your library, it's great ! We'd like to tests our custom CRDs + Custom Resources with kubetest. When created our custom resources automatically create...
Each namespace created by kubetest contains the timestamp. This commit reverses the timestamp (1234 becomes 4321). This is useful when debugging tests. Indeed, when using tab-completion and kubectl, it is...
Hi, I just stumbled on a new feature that could be useful: - When doodling together to find a common date, I generally take a screenshot/picture of my calendar. The...
Hi, This small MR adds a Dockerfile that builds go-mmproxy. It would be very nice to add the dockerhub integration and to build the project automatically :-) PS: I've added...