-
Notifications
You must be signed in to change notification settings - Fork 43.2k
Comparing changes
Open a pull request
base repository: kubernetes/kubernetes
base: af521aa4f
head repository: kubernetes/kubernetes
compare: 6de0e5ae1
- 17 commits
- 22 files changed
- 9 contributors
Commits on May 11, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for eee55a0 - Browse repository at this point
Copy the full SHA eee55a0View commit details
Commits on May 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7fb440b - Browse repository at this point
Copy the full SHA 7fb440bView commit details
Commits on May 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7259745 - Browse repository at this point
Copy the full SHA 7259745View commit details
Commits on May 30, 2022
-
restore endpoints topology fallback in kube-proxy, fix issue 110208
Signed-off-by: xh4n3 <xyn1016@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7bebac5 - Browse repository at this point
Copy the full SHA 7bebac5View commit details
Commits on Jun 1, 2022
-
ipvs: fix prevent concurrent map read and map write
Signed-off-by: cyclinder qifeng.guo@daocloud.io
Configuration menu - View commit details
-
Copy full SHA for f858e3e - Browse repository at this point
Copy the full SHA f858e3eView commit details
Commits on Jun 2, 2022
-
etcd-client starts retrying transient errors from the etcd cluster
This PR enables unaryClientInterceptor in conjunction with Prometheus interceptor. Previously it was simply overwritten by the Prometheus interceptor. As a result etcd client didn't attempt to retry certain errors. The unaryClientInterceptor is important because it knows how to retry all sorts of errors from the etcd cluster. It will make the API server more resilient to failures - end users won't see certain errors. The full list of retriable (codes.Unavailable) errors can be found at https://github.com/etcd-io/etcd/blob/main/api/v3rpc/rpctypes/error.go#L72
Configuration menu - View commit details
-
Copy full SHA for b03c898 - Browse repository at this point
Copy the full SHA b03c898View commit details
Commits on Jun 9, 2022
-
Merge pull request #110321 from cyclinder/fix_concurrent_map
ipvs: fix prevent concurrent map read and map write
Configuration menu - View commit details
-
Copy full SHA for 629bc07 - Browse repository at this point
Copy the full SHA 629bc07View commit details -
Merge pull request #110274 from sxllwx/automated-cherry-pick-of-#1101…
…45-upstream-release-1.22 Automated cherry pick of #110145: fix audit union loop variables in closures
Configuration menu - View commit details
-
Copy full SHA for ca661b1 - Browse repository at this point
Copy the full SHA ca661b1View commit details -
Merge pull request #109985 from marosset/automated-cherry-pick-of-#10…
…9124-upstream-release-1.22 Automated cherry pick of #109124: Winkernel proxier cache HNS data to improve syncProxyRules
Configuration menu - View commit details
-
Copy full SHA for 290238f - Browse repository at this point
Copy the full SHA 290238fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b914b57 - Browse repository at this point
Copy the full SHA b914b57View commit details -
Ignore EndpointSlices that are already marked for deletion
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3528e12 - Browse repository at this point
Copy the full SHA 3528e12View commit details -
move the ignore logic higher up to the reconciler
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2368869 - Browse repository at this point
Copy the full SHA 2368869View commit details -
Merge pull request #110355 from p0lyn0mial/automated-cherry-pick-of-#…
…105069-upstream-release-1.22 Automated cherry pick of #105069: etcd-client starts retrying transient errors from the etcd
Configuration menu - View commit details
-
Copy full SHA for 9bad366 - Browse repository at this point
Copy the full SHA 9bad366View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4038f8c - Browse repository at this point
Copy the full SHA 4038f8cView commit details -
Merge pull request #110245 from xh4n3/features/restore-eps-topology-f…
…allback restore endpoints topology fallback in kube-proxy 1.22
Configuration menu - View commit details
-
Copy full SHA for c18f32d - Browse repository at this point
Copy the full SHA c18f32dView commit details -
Merge pull request #110482 from aryan9600/automated-cherry-pick-of-#1…
…09624-upstream-release-1.22 Automated cherry pick of #109624: Ignore EndpointSlices that are already marked for deletion
Configuration menu - View commit details
-
Copy full SHA for eeba55b - Browse repository at this point
Copy the full SHA eeba55bView commit details -
Merge pull request #110481 from bobbypage/automated-cherry-pick-of-#1…
…10256-upstream-release-1.22 Automated cherry pick of #110256: kubelet: Mark ready condition as false explicitly for terminal pods
Configuration menu - View commit details
-
Copy full SHA for 6de0e5a - Browse repository at this point
Copy the full SHA 6de0e5aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff af521aa4f...6de0e5ae1