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.
- 04 Jul, 2021 3 commits
-
-
Mengxin Liu authored
-
Oilbeater authored
adapt to vfio-pci driver
-
Oilbeater authored
add judge before use slices's index
-
- 03 Jul, 2021 2 commits
-
-
张祖建 authored
fix IP/route transfer on node reboot
-
pengbinbin authored
-
- 01 Jul, 2021 4 commits
-
-
范日明 authored
-
zhangzujian authored
-
lut777 authored
add master check when a node adding to a cluster and config sb/nb add…
-
张祖建 authored
update installation scripts
-
- 30 Jun, 2021 3 commits
-
-
lut777 authored
-
hzma authored
do not delete statefulset pod when update pod
-
zhangzujian authored
Merge changes from install.sh into install-pre-1.16.sh.
-
- 29 Jun, 2021 3 commits
- 25 Jun, 2021 1 commit
-
-
Oilbeater authored
fix: node route should filter out 'vpc'
-
- 24 Jun, 2021 1 commit
-
-
范日明 authored
-
- 22 Jun, 2021 6 commits
- 21 Jun, 2021 6 commits
-
-
lut777 authored
add doc for openstack/kubernetes hybrid deploy
-
Ruijian Zhang authored
when external gateway's type is changed from 'distributed' to 'centralized' or external-gw-nodes list changes, it needs to clean up the existing chassis gateways.
-
lut777 authored
fix: check crds when controller start
-
lut777 authored
-
Oilbeater authored
[WIP] vpc load balancer
-
张祖建 authored
Fix multicast when nic type is OVS internal port
-
- 20 Jun, 2021 3 commits
-
-
zhangzujian authored
-
zhangzujian authored
1. do not change MAC address of provider interface; 2. add routes to OVS bridge in order by scope; 3. simplify error checks.
-
范日明 authored
-
- 19 Jun, 2021 1 commit
-
-
范日明 authored
-
- 18 Jun, 2021 2 commits
-
-
Oilbeater authored
fix: lsp may lost when server pressure is high
-
Mengxin Liu authored
When server under high pressure, etcd and ovn-db changes leader frequently, sometimes the pod has the allocation ready annotation but the lsp is lost. Some possible reasons are: 1. When ovn-db changes the leader, the lsp data is not propagate to all instances and leader change, the lsp is not persistent but we have already write back the annotation. 2. The lsp has been written to all ovn-db instances, but etcd changes the leader the apiserver takes long time to process the annotation write request. During this period the gc process is triggered and recycles the lsp before the annotation write success. To resolve it: 1. Add --wait=sb to ovn-nbctl and hope it can persist more data before leader change to amend 1 2. Extend gc interval to amend 2 3. When it happens again log it
-
- 17 Jun, 2021 4 commits
-
-
lut777 authored
add filter for internal vpc
-
Mengxin Liu authored
Some user upgrade form 1.6 to 1.7 by just change the image. The crds and rbacs are not updated, however the controller starts successfully and hide the issues. This check will panic kube-ovn-controller if crds are not ready and expose the issues.
-
lut777 authored
-
lut777 authored
auto external vpc proc
-
- 16 Jun, 2021 1 commit
-
-
lut777 authored
-