Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support cilium cni #287

Merged
merged 21 commits into from
Jun 20, 2024
Merged

feat: support cilium cni #287

merged 21 commits into from
Jun 20, 2024

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    ddc98eb View commit details
    Browse the repository at this point in the history
  2. fix lint error

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5b8cd40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274c14a View commit details
    Browse the repository at this point in the history
  4. use helm for cilium

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    685bf26 View commit details
    Browse the repository at this point in the history
  5. fix vendir

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f3190e2 View commit details
    Browse the repository at this point in the history
  6. add vendir in hack

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    75329fa View commit details
    Browse the repository at this point in the history
  7. set cilium tag

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c560f3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04c8c2a View commit details
    Browse the repository at this point in the history
  9. remove cni assertion

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    305a9ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    184702e View commit details
    Browse the repository at this point in the history
  11. fix tests

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0b36211 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71c7d02 View commit details
    Browse the repository at this point in the history
  13. fix functional test

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9280ac1 View commit details
    Browse the repository at this point in the history
  14. resolve conflict

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    769de60 View commit details
    Browse the repository at this point in the history
  15. fix typo

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    223c38a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d015e6f View commit details
    Browse the repository at this point in the history
  17. enable sessionAffinity in cilium

    For users who run with kube-proxy (i.e. with Cilium's kube-proxy replacement
    disabled), the ClusterIP service loadbalancing when a request is sent from a pod
    running in a non-host network namespace is still performed at the pod network
    interface (until cilium/cilium#16197 is fixed).
    For this case the session affinity support is disabled by default.
    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6df62c4 View commit details
    Browse the repository at this point in the history
  18. fix flake8 errors

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    309577c View commit details
    Browse the repository at this point in the history
  19. ignore the below test failure until the upstream issue fixed

    Failure of `[sig-network] HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance]` is expected until cilium/cilium#14287 is fixed
    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    33f8eda View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2238c71 View commit details
    Browse the repository at this point in the history
  21. fix lint error

    okozachenko1203 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ea62d40 View commit details
    Browse the repository at this point in the history