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.
- 26 Sep, 2021 7 commits
-
-
张祖建 authored
fix getting LSP UUID by name
-
张祖建 authored
fix StatefulSet down scale
-
zhangzujian authored
-
zhangzujian authored
-
Oilbeater authored
fix vpc policy route
-
luoyunhe authored
-
Mengxin Liu authored
-
- 25 Sep, 2021 2 commits
-
-
Oilbeater authored
refactor: mute ovn0 ping log and add ping details
-
Mengxin Liu authored
-
- 23 Sep, 2021 1 commit
-
-
Oilbeater authored
feat: support vip
-
- 22 Sep, 2021 2 commits
-
-
Oilbeater authored
fix: wrong link for iptables
-
Mengxin Liu authored
-
- 18 Sep, 2021 9 commits
-
-
张祖建 authored
fix IPAM for StatefulSet
-
zhangzujian authored
Consider the following scenario: 1. A StatefulSet Pod with random IP address allocation is deleted and soon kube-ovn-contrller is restarted; 2. kube-ovn-controller initailizes IPAM on startup and no IPAM record for the deleted StatefuleSet Pod is created; 3. A new StatefulSet Pod with the same name is created and kube-ovn-controller assigns a new IP address to it.
-
hzma authored
append externalIds for pod and node when upgrade
-
张祖建 authored
feature: LoadBalancer for custom VPC
-
hzma authored
-
zhangzujian authored
-
lut777 authored
fix init ipam
-
hzma authored
fix: gc lb
-
hzma authored
fix: serialize pod add/delete order
-
- 17 Sep, 2021 3 commits
- 16 Sep, 2021 6 commits
-
-
zhangzujian authored
-
张祖建 authored
Update prometheus.md
-
范日明 authored
-
范日明 authored
-
feixiang43 authored
Update prometheus docs, Remove duplicated lines.
-
张祖建 authored
fix gc lsp statistic and ipam init for multiple subnet
-
- 15 Sep, 2021 5 commits
-
-
范日明 authored
-
lut777 authored
fix: kubeclient timeout
-
Oilbeater authored
ci: push dev image to separate repo
-
Mengxin Liu authored
-
Mengxin Liu authored
As the previous timeout is 0, the patch annotation operations might accidentally hang forever under high pressure. Use a separate kubeclient with timeout to fail fast when this happens
-
- 14 Sep, 2021 5 commits
-
-
Mengxin Liu authored
-
lut777 authored
perf: increase ovn-nb timeout
-
Mengxin Liu authored
For large scale, time to ovn-nb might increase and the 10s timeout might cause flip-flops
-
lut777 authored
fix: re-check ns annotation to avoid annotations lost
-
lut777 authored
-