Andrei Kvapil
Andrei Kvapil
`ovn-central` log: ``` Defaulted container "ovn-central" out of: ovn-central, hostpath-init (init) PROBE_INTERVAL is set to 180000 OVN_LEADER_PROBE_INTERVAL is set to 5 OVN_NORTHD_N_THREADS is set to 1 ENABLE_COMPACT is set to...
All right it is started working after I disabled NetworkManager support with this patch: https://github.com/aenix-io/cozystack/blob/b7a51ba0bb4b47c7a0866cec0e9a0a2e43c473a5/packages/system/kubeovn/images/kubeovn/patches/disable-nm-syncer.diff See https://github.com/kubeovn/kube-ovn/issues/4643 for more details, so final working solution: https://github.com/aenix-io/cozystack/blob/94b40b646b1c2d5ddc2eb3d72db10921fff83bea/packages/system/kubeovn/images/kubeovn/Dockerfile#L50-L54 Also ipset were added to...
Fixed by https://github.com/kubeovn/kube-ovn/pull/5140
I was wrong, I still getting this error on Talos Linux: ```bash /kube-ovn/start-ovs.sh: line 83: /usr/local/sbin/iptables: Operation not permitted ``` So I still keep these lines in my Dockerfile to...
We are familiar with codebase and do testing for every release update. We already build our own images as part of platform, want to add more integration tests, so I...
> Because it's a risk, no production environment will really want to use something that is labeled unstable In our case we use kamaji just like a tool for spawning...
As @prometherion mentioned currently we stick to edge releases, we cover it with test cases. Let's consider oportunity to provide custom releases of Kamaji for enterprise users in separate issue
Hey @kingdonb thank you for report, we have plans to test this functionality soon
@dosubot We have to update a doc to explain how to enable Hubble
done in https://github.com/cozystack/cozystack/pull/388