Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df140a79d
Choose a base ref
...
head repository: kubernetes/kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3943991f7
Choose a head ref
  • 17 commits
  • 21 files changed
  • 8 contributors

Commits on May 11, 2022

  1. Winkernel proxier cache HNS data to improve syncProxyRules performance

    Resolved issues with proxy rules taking a long time to be synced on Windows, by caching HNS data.
    
    In particular, the following HNS data will be cached for the context of syncProxyRules:
      * HNS endpoints
    
      * HNS load balancers
    daschott authored and marosset committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6bf9857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424dde3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

Commits on May 29, 2022

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

Commits on Jun 1, 2022

  1. ipvs: fix prevent concurrent map read and map write for 1.23

    Signed-off-by: cyclinder qifeng.guo@daocloud.io
    cyclinder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    082620e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Enable resize feature

    gnufied committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bb09c56 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Merge pull request #110118 from gnufied/automated-cherry-pick-of-#109…

    …987-upstream-release-1.23
    
    Automated cherry pick of #109987: Fix resizing of ephemeral volumes
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    be8f626 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110322 from cyclinder/fix_concurrent_map_1.23

    ipvs: fix prevent concurrent map read and map write for 1.23
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e160866 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #109981 from marosset/automated-cherry-pick-of-#10…

    …9124-upstream-release-1.23
    
    Automated cherry pick of #109124: Winkernel proxier cache HNS data to improve syncProxyRules
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4094673 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #110275 from sxllwx/automated-cherry-pick-of-#1101…

    …45-upstream-release-1.23
    
    Automated cherry pick of #110145: fix audit union loop variables in closures
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3d16dc1 View commit details
    Browse the repository at this point in the history
  5. kubelet: Mark ready condition as false explicitly for terminal pods

    Terminal pods may continue to report a ready condition of true because
    there is a delay in reconciling the ready condition of the containers
    from the runtime with the pod status. It should be invalid for kubelet
    to report a terminal phase with a true ready condition. To fix the
    issue, explicitly override the ready condition to false for terminal
    pods during status updates.
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    96ddfd6 View commit details
    Browse the repository at this point in the history
  6. Ignore EndpointSlices that are already marked for deletion

    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0e1588c View commit details
    Browse the repository at this point in the history
  7. move the ignore logic higher up to the reconciler

    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6041228 View commit details
    Browse the repository at this point in the history
  8. test: update graceful node shutdown e2e with watch

    Use a watch to detect invalid pod status updates in graceful node
    shutdown node e2e test. By using a watch, all pod updates will be
    captured while the previous logic required polling the api-server which
    could miss some intermediate updates.
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    772494d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #110480 from bobbypage/automated-cherry-pick-of-#1…

    …10256-upstream-release-1.23
    
    Automated cherry pick of #110256: kubelet: Mark ready condition as false explicitly for terminal pods
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6f31631 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #110483 from aryan9600/automated-cherry-pick-of-#1…

    …09624-upstream-release-1.23
    
    Automated cherry pick of #109624: Ignore EndpointSlices that are already marked for deletion
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3943991 View commit details
    Browse the repository at this point in the history
Loading