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.
  1. 03 Apr, 2020 4 commits
  2. 02 Apr, 2020 2 commits
  3. 01 Apr, 2020 4 commits
  4. 31 Mar, 2020 3 commits
  5. 30 Mar, 2020 2 commits
  6. 27 Mar, 2020 1 commit
  7. 26 Mar, 2020 3 commits
  8. 25 Mar, 2020 2 commits
  9. 24 Mar, 2020 4 commits
  10. 19 Mar, 2020 2 commits
  11. 18 Mar, 2020 2 commits
  12. 17 Mar, 2020 6 commits
  13. 15 Mar, 2020 1 commit
    • MengxinLiu's avatar
      feat: add basic allocation function for multus-cni · 1319eb5d
      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.
      1319eb5d
  14. 14 Mar, 2020 4 commits