Andrei Kvapil
Andrei Kvapil
Hey. I just comapred the configuration with provided in `Makefile` and configuration that we use. And I found that this option makes effect: https://github.com/kubeovn/kube-ovn/blob/ee6e590d0b34c7c8ba6eeb6cd3416d6f98fbb8f4/Makefile#L832 When enabled `externalTafficPolicy: Local` is working...
Oh, after three days of debugging I found that `ovn0` device has missing bpf program: now I added it to cilium-config: ``` devices: "en+ ovn0" ``` and everything statred working...
Over the past few days, I've been addressing an issue with the non-functioning `externalTrafficPolicy: Cluster` in [Cozystack](https://github.com/aenix-io/cozystack.io). After a deep dive into the BPF program code, it turned out, as...
We need to add similar reconciliation logic for all applications
Let's implement this logic in cozystack-controller: **option 1:** - cozystack-controller should watch for HelmReleases from `tenant` helm chart with `tenant-` prefix - caclulate hash from ( `cozystack.io/hash` annotation + values...
Hi all, I made another workaround for this: ```yaml server: extraContainers: - name: argocd-hard-refresher image: bitnami/kubectl:1.26.9 command: - /bin/sh - -c args: - | while kubectl annotate application.argoproj.io -A -l...
Flux 2.3.0 is not supported until #7847 get merged, however it requires to do some rework to update caravel plugin or fix dependencies for it and add some tests. Unfortunately,...
Hi @ptesar-xyndata, This project is currently facing a shortage of maintainers. I am doing my best to review the PRs, but my resources are limited at the moment. If you...
Thanks for the feature request. I think we can consider implementing such resources as `VMImage` So `VMDisk` can be created from `VMImage` which holds all the data locally in the...
Shouldn't it use EventBroadcaster instead?