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. 25 Feb, 2022 3 commits
  2. 24 Feb, 2022 7 commits
  3. 23 Feb, 2022 2 commits
  4. 22 Feb, 2022 2 commits
  5. 21 Feb, 2022 6 commits
  6. 20 Feb, 2022 1 commit
  7. 18 Feb, 2022 2 commits
  8. 16 Feb, 2022 3 commits
  9. 15 Feb, 2022 1 commit
  10. 14 Feb, 2022 7 commits
  11. 11 Feb, 2022 1 commit
  12. 09 Feb, 2022 2 commits
    • yi.luo's avatar
    • Oilbeater's avatar
      fix: only log matched svc with np (#1287) · 432c4070
      Oilbeater authored
      When kube-ovn-controller starts in a cluster with lots of services, the previous empty match log will flood the screen:
      ```
      I0208 00:31:03.804692       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804757       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804775       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804785       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804793       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804802       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804810       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804821       1 network_policy.go:789] match svc is []
      I0208 00:31:03.804832       1 network_policy.go:789] match svc is []
      ```
      432c4070
  13. 08 Feb, 2022 2 commits
  14. 07 Feb, 2022 1 commit