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

Istio does not enable dns redirection bydefault. #3

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2022

  1. Update ci-pr.yml

    Update the secrets
    vishnoianil authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    94d87ce View commit details
    Browse the repository at this point in the history
  2. Update ci-release.yml

    Update the secrets
    vishnoianil authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    01003db View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Update image location

    Signed-off-by: Anil Kumar Vishnoi <[email protected]>
    vishnoianil committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    77f51fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adace33 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    6f94ba0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    c99e64d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    275cb5f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. skip ebpf program

    Signed-off-by: Anil Kumar Vishnoi <[email protected]>
    vishnoianil committed May 11, 2022
    Configuration menu
    Copy the full SHA
    c1882a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from vishnoianil/bypass-ebpf

    skip ebpf program
    vishnoianil authored May 11, 2022
    Configuration menu
    Copy the full SHA
    cb9caf4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Revert "skip ebpf program"

    This reverts commit c1882a3.
    vishnoianil committed May 12, 2022
    Configuration menu
    Copy the full SHA
    441ab9a View commit details
    Browse the repository at this point in the history
  2. optimize sendmsg ebpf prog. Lookup for

    the rediection port or dns capture port
    if only packet is not coming from sidecar
    
    Signed-off-by: Anil Kumar Vishnoi <[email protected]>
    vishnoianil committed May 12, 2022
    Configuration menu
    Copy the full SHA
    fd575ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from vishnoianil/opt-sendmsg

    Opt sendmsg
    vishnoianil authored May 12, 2022
    Configuration menu
    Copy the full SHA
    a766b3a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    21d8a8f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    5b48ebe View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Istio does not enable dns redirection bydefault.

    This PR provides an option to explictly enable/disable
    DNS redirection related eBPF programs
    
    Signed-off-by: Anil Kumar Vishnoi <[email protected]>
    vishnoianil committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e82a416 View commit details
    Browse the repository at this point in the history