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

fix(k8s): use EndpointSlices to determine identity for Service without selectors #10134

Merged
merged 9 commits into from
May 23, 2024

Commits on May 7, 2024

  1. fix(k8s): use EndpointSlices to determine Service endpoints

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4bdcfcd View commit details
    Browse the repository at this point in the history
  2. test(k8s): update test

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e857a38 View commit details
    Browse the repository at this point in the history
  3. test(kumactl): update golden files

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 7, 2024
    Configuration menu
    Copy the full SHA
    42e17ae View commit details
    Browse the repository at this point in the history
  4. refactor: skip reconciling Pods via EndpointSlice if we reconcile anyway

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 7, 2024
    Configuration menu
    Copy the full SHA
    65ffa23 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix: just continue if we can't find the service instead of queueing a…

    …ll the endpoints
    
    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 8, 2024
    Configuration menu
    Copy the full SHA
    090a373 View commit details
    Browse the repository at this point in the history
  2. Update pkg/plugins/runtime/k8s/util/util_test.go

    Co-authored-by: Bart Smykla <bartek@smykla.com>
    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont and bartsmykla committed May 8, 2024
    Configuration menu
    Copy the full SHA
    656780c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. test(k8s): add test for Services without selectors

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b4696a8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. chore: fixed up logging

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed May 14, 2024
    Configuration menu
    Copy the full SHA
    62b18a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03672a1 View commit details
    Browse the repository at this point in the history