Andrei Kvapil
Andrei Kvapil
Looking into source code, it expects for annotation `ovn.kubernetes.io/allocated=true` on the pod https://github.com/kubeovn/kube-ovn/blob/8aaebc31228f4bf8ce98a1433cdead3c1dac8200/pkg/daemon/handler.go#L201-L202
I guess controller adds a new pod request to queue here: https://github.com/kubeovn/kube-ovn/blob/8aaebc31228f4bf8ce98a1433cdead3c1dac8200/pkg/controller/pod.go#L390-L391 But it seems the queue has stuck itself
Hey, I just got the same issue on `v1.13.11` ```console # k describe pod -n cozy-kamaji kamaji-85cf964c89-7kz6z Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled...
Hey @oilbeater working fine already for a month in production 🎉 https://github.com/cozystack/cozystack/pull/1047
Thank you for waiting here, this OR probably will be suppressed by #1641 Until that, let's merge it. @LoneExile could you please fix DCO: ``` git rebase --signoff # substitute...
Hi @kingdonb thank you! We have already started work on refactoring whole installation process, and going to migrate to flux-aio distribution. Here is draft PR https://github.com/cozystack/cozystack/pull/1641 I'm going to merge...
/test pull-kubernetes-e2e-gce
Hey @oilbeater thanks for your suggestions, I just observed similar issue from another cluster: ``` Name: OVN_Northbound Cluster ID: bad4 (bad46320-9311-45b4-9a97-bae5b1becdb1) Server ID: b5d7 (b5d7b89d-8709-4a6a-aa26-9f7e1bf15d0a) Address: ssl:[10.4.100.12]:6643 Status: disconnected from...
> I guess this is because the database file is located on ephemeral storage and is lost when the node restarts so the node rejoin with a new id. It...
Does it contain any persistent state which can't be lost? Please correct me if I'm wrong but Kubernetes objects are always Single-source-of-Truth for Kube-OVN, so in such cases we can...