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. 07 Dec, 2021 2 commits
  2. 06 Dec, 2021 1 commit
  3. 30 Nov, 2021 1 commit
  4. 04 Nov, 2021 1 commit
  5. 03 Nov, 2021 1 commit
  6. 02 Nov, 2021 6 commits
  7. 01 Nov, 2021 2 commits
  8. 29 Oct, 2021 1 commit
  9. 28 Oct, 2021 2 commits
  10. 25 Oct, 2021 6 commits
  11. 20 Oct, 2021 1 commit
  12. 16 Oct, 2021 4 commits
  13. 14 Oct, 2021 1 commit
  14. 12 Oct, 2021 1 commit
  15. 11 Oct, 2021 1 commit
  16. 09 Oct, 2021 1 commit
  17. 26 Sep, 2021 5 commits
  18. 22 Sep, 2021 1 commit
  19. 18 Sep, 2021 2 commits
    • zhangzujian's avatar
      fix IPAM for StatefulSet · b4faf60b
      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.
      b4faf60b
    • hzma's avatar
      append externalIds for pod and node when upgrade · d0525957
      hzma authored
      d0525957