This project is mirrored from https://gitee.com/mirrors/Kube-OVN.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 15 Mar, 2020 1 commit
-
-
MengxinLiu authored
This patch allow kube-ovn-controller combine multus-cni to allocate addresses for subnet providers other than ovn by annotate pods with allocated addresses. Users need to create subnet CRs and set the provider with <name>.<namespace> of NetworkAttachmentDefinition defined by multus-cni. Then kube-ovn-controller will combine the `k8s.v1.cni.cncf.io/networks` annotation and address information in subnet cr to determine an address. This patch only implement the controller side logical, we need other patches to complete the cni part that communicates to apiserver and fetch the address information to the main cni.
-
- 14 Mar, 2020 4 commits
-
-
Oilbeater authored
fix: only delete pod that restart policy is Always
-
MengxinLiu authored
-
Oilbeater authored
perf: only enqueue updatePod when needed
-
MengxinLiu authored
-
- 13 Mar, 2020 2 commits
-
-
Oilbeater authored
fix: add iptables to accept container traffic
-
MengxinLiu authored
-
- 12 Mar, 2020 5 commits
-
-
Oilbeater authored
feat: check kube-proxy and coredns in diagnose
-
MengxinLiu authored
-
Oilbeater authored
feat: add label param in install script
-
MengxinLiu authored
-
Oilbeater authored
perf: recycle ip and lsp for pod that in failed or succeeded phase
-
- 11 Mar, 2020 3 commits
-
-
MengxinLiu authored
-
Oilbeater authored
fix: add inactivity_probe back
-
MengxinLiu authored
-
- 10 Mar, 2020 2 commits
-
-
Oilbeater authored
feat: check if crds exist in diagnose
-
MengxinLiu authored
-
- 09 Mar, 2020 6 commits
-
-
Oilbeater authored
fix: gc static routes
-
MengxinLiu authored
-
Oilbeater authored
fix: still delete lsp if pod not in ipam
-
MengxinLiu authored
-
Oilbeater authored
fix: delete chassis from sb when delete node
-
MengxinLiu authored
-
- 08 Mar, 2020 6 commits
-
-
Oilbeater authored
fix: missing label selector
-
MengxinLiu authored
-
Oilbeater authored
feat: add one script installer
-
MengxinLiu authored
-
Oilbeater authored
fix: cleanup in offline environment
-
MengxinLiu authored
-
- 05 Mar, 2020 5 commits
-
-
Oilbeater authored
refactor: the ipam now has lock itself no need for ippool queue
-
Oilbeater authored
feat: diagnose check ds/deployment status
-
MengxinLiu authored
-
MengxinLiu authored
-
Oilbeater authored
fix: if pod is evicted, recycle address
-
- 04 Mar, 2020 5 commits
-
-
MengxinLiu authored
-
Oilbeater authored
fix: use uuid to fetch vip
-
MengxinLiu authored
-
Oilbeater authored
refactor ipam
-
MengxinLiu authored
Use kube-ovn ipam to replace ovn dynamic address allocation. We will design more flexible ip allocation strategy and provide ipam capacity to other cni plugin later.
-
- 27 Feb, 2020 1 commit
-
-
MengxinLiu authored
-