You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.8 KiB

  1. # CI test coverage
  2. ## docker
  3. | OS / CNI | canal | cilium | weave | contiv | kube-router | calico | macvlan | flannel | kube-ovn |
  4. |---| --- | --- | --- | --- | --- | --- | --- | --- | --- |
  5. amazon | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
  6. centos7 | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :white_check_mark: |
  7. coreos | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
  8. ubuntu18 | :x: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
  9. debian9 | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
  10. opensuse | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  11. ubuntu16 | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: |
  12. oracle7 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  13. debian10 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  14. ## containerd
  15. | OS / CNI | canal | cilium | weave | contiv | kube-router | calico | macvlan | flannel | kube-ovn |
  16. |---| --- | --- | --- | --- | --- | --- | --- | --- | --- |
  17. amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  18. centos7 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
  19. coreos | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  20. ubuntu18 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
  21. debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  22. opensuse | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  23. ubuntu16 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  24. oracle7 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
  25. debian10 | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
  26. --