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.
- 12 Jun, 2020 1 commit
-
-
MengxinLiu authored
-
- 11 Jun, 2020 4 commits
-
-
Oilbeater authored
security: update yum repo
-
MengxinLiu authored
-
Oilbeater authored
fix node's annotations overwrited incorrectly
-
ckji authored
fix #376
-
- 10 Jun, 2020 3 commits
- 09 Jun, 2020 2 commits
- 08 Jun, 2020 3 commits
-
-
Gary authored
Blank lines within a RUN result in empty continuation line warning during Docker build. Remove these empty lines.
-
Oilbeater authored
security: update loopback to fix CVE
-
MengxinLiu authored
-
- 05 Jun, 2020 4 commits
-
-
Gary authored
Script checks if CONFIG_FILE exists, if not create one with default values. However, if /opt/ovs-config/ directory does not exist then the print command fails. mkdir -p creates dir if it does not exist.
-
Gary authored
Now multistage build Changed DPDK from make to meson-ninja build Configured out some unused DPDK options Image size reduced from 3.2GB to 724MB
-
Oilbeater authored
fix: add back privilege for ipv6
-
MengxinLiu authored
-
- 04 Jun, 2020 1 commit
-
-
Oilbeater authored
Config support for OVS-DPDK
-
- 03 Jun, 2020 3 commits
-
-
Patryk Strusiewicz-Surmacki authored
-
Oilbeater authored
security: add trivy scan and fix image CVEs
-
MengxinLiu authored
-
- 02 Jun, 2020 7 commits
-
-
MengxinLiu authored
-
MengxinLiu authored
-
Oilbeater authored
refactor: use ovs.Exec replace raw command
-
MengxinLiu authored
-
Oilbeater authored
chore: add gosec to audit code security
-
MengxinLiu authored
-
MengxinLiu authored
-
- 01 Jun, 2020 2 commits
-
-
MengxinLiu authored
-
MengxinLiu authored
-
- 30 May, 2020 4 commits
-
-
Oilbeater authored
chore: prepare for release 1.2
-
MengxinLiu authored
-
Oilbeater authored
chore: prepare for release 1.2
-
MengxinLiu authored
-
- 29 May, 2020 1 commit
-
-
Oilbeater authored
Add OVS-DPDK support, for issue 104
-
- 28 May, 2020 4 commits
-
-
Gary authored
Documented hugepages configuration Documented small section on cpu-mask Documented running TestPMD Slight reduction in Docker image size, without any changes to OVS-DPDK, yet.
-
Gary authored
This commit adds OVS-DPDK support to Kube-OVN. User instructions are included in a new file docs/dpdk.md A new Dockerfile has been added to include OVS-DPDK along with OVN. Where DPDK is required, this image is used for the ovs-ovn pod, in place of the existing kernel-OVS “kube-ovn” image. This Dockerfile is currently based on Fedora 32 for reasons noted as comments within the file. It should later be possible to change this to CentOS when full DPDK 19 support is available. I recommend the above Dockerfile is built and tagged as kube-ovn-dpdk:<version>, where the version corresponds to the DPDK version used within the image (in this case 19:11) rather than the Kube-OVN version. I recommend this as DPDK applications have a strong dependency on DPDK version. If we force an end user to always use the latest version, then we will likely break their DPDK app. I propose over time we provide images for multiple DPDK versions and let the user pick to suit their needs. I don’t see these images or Dockerfiles requiring maintenance or support. They should be completely independent of Kube-OVN versions and releases. The install.sh script has been modified. It now takes a flag --with-dpdk=<version> so the user can indicate they want to install OVS-DPDK based on which version of DPDK. Version of DPDK required will determine version of OVS and this will be already built into the Docker image provided. The Kube-OVN version installed is still set at the top of the script as the VERSION variable. This should still be the case going forward, Kube-OVN and DPDK versions should operate independently of each other. However, it’s something to watch. If future versions of Kube-OVN have a strong dependency on newer versions of OVS, then the older version of OVS used for DPDK may become an issue. We may have to update the install script so a user wanting an older version of DPDK has no choice but to use an older version of Kube-OVN that’s known to be compatible. I don’t foresee this being an issue, but one to watch as I said. New startup and healthcheck scripts added for OVS-DPDK.
-
Oilbeater authored
fix: pod get deleted between configure nb and patch pod
-
MengxinLiu authored
Sometimes pod get deleted between configure nb and patch pod. Then we need to recycle resources again.
-
- 27 May, 2020 1 commit
-
-
Oilbeater authored
fix: native vlan and delete subnet issues
-