Commit Graph

120315 Commits

Author SHA1 Message Date
Alexander Constantinescu
dd6e286a1a TestSlowNodeSync: fix flake by allowing informer cache to get populated 2023-11-17 15:21:16 +01:00
Kubernetes Prow Robot
c28c200918
Merge pull request #121790 from pwschuurman/fix-framework-test-describe
Pass External Storage label parameters as individual arguments in framework variadic function
2023-11-17 11:38:35 +01:00
huweiwen
a3e27aa1ad ad controller: optimize populateActualStateOfWorld
Reduce overall complexity from O(n^2) to O(n)
Run time of the new benchmark is reduced from hours to 13s
2023-11-17 16:48:30 +08:00
huweiwen
854347ac81 ad controller populator: check for inUse sync in test 2023-11-17 16:48:30 +08:00
Yuki Iwai
a85f587984 Job: Use built-in min function instead of integer package
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2023-11-17 14:10:00 +09:00
Kubernetes Prow Robot
8509ab82b9
Merge pull request #121851 from andyzhangx/fix-smb-IsCorruptedMnt
fix: statle smb mount issue when smb file share is deleted and then unmount
2023-11-16 17:02:35 +01:00
Kubernetes Release Robot
c3ff08250e CHANGELOG: Update directory for v1.25.16 release 2023-11-16 11:30:31 +00:00
Kubernetes Prow Robot
94fe1b3b0c
Merge pull request #121867 from lianghao208/preeption
feat: Support score extension function in preemption.
2023-11-16 10:47:57 +01:00
Lars Ekman
19da26005b kube-proxy: Fix etp:Local for externalIPs
The problem was introduced by PR #108460
2023-11-16 09:15:13 +01:00
Kubernetes Prow Robot
56d7898510
Merge pull request #121739 from ty-dc/runc/update-to-1.1.10
bump runc to v1.1.10
2023-11-15 23:29:35 +01:00
Kubernetes Release Robot
59c6318545 CHANGELOG: Update directory for v1.26.11 release 2023-11-15 20:43:52 +00:00
Siyuan Zhang
12c9bfc21d k8s.io/apiserver: refactor GenericAPIServer healthz code.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2023-11-15 12:43:16 -08:00
Kubernetes Release Robot
bb6c9ecb1a CHANGELOG: Update directory for v1.27.8 release 2023-11-15 20:05:52 +00:00
Jordan Liggitt
5164db066c
Drop testing dependency from shipped binaries 2023-11-15 15:05:18 -05:00
Kubernetes Release Robot
3f81c5cf3f CHANGELOG: Update directory for v1.28.4 release 2023-11-15 17:22:44 +00:00
Kubernetes Prow Robot
8254569d50
Merge pull request #121861 from jsturtevant/update-waiting-logic-hpa
Fix issue with client rate limiter when polling
2023-11-15 13:40:48 +01:00
Kubernetes Prow Robot
a00ea0df35
Merge pull request #121878 from aojea/default_servicecidr_controller_startup
improve default_servicecidr_controller startup
2023-11-15 08:33:49 +01:00
lianghao208
34e620d18c Support score extension function in preemption. 2023-11-15 15:28:20 +08:00
Antonio Ojea
99f7df3e1c improve default_servicecidr_controller startup
The default service-cidr controller blocks the apiserver because it
needs to create the default ServiceCIDR so Services can be allocated.

If the apiserver is started without the default ServiceCIDR any attempt
to createa  new Service will fail, and this is a breaking change for
users and installers that does not retry on this operation.

Instead of using a channel to signal the controller is ready, just
implement two loops, a first one that verifies that is ready and that
polls with a shorted interval, and leave the second loop with the
existing interval.

Change-Id: I54303af9faeaa9c5cce2a840b6b7b0320cd2f4ad
2023-11-14 23:31:58 +00:00
Kubernetes Prow Robot
7b1c378edd
Merge pull request #121880 from borg-land/skip-a-broken-test
Add kubeup label instead of a feature label
2023-11-15 00:12:54 +01:00
Kubernetes Prow Robot
620bc81d97
Merge pull request #121881 from cji/5528
Use golang library instead of mklink
2023-11-14 23:02:08 +01:00
Kubernetes Prow Robot
58d08534b5
Merge pull request #121875 from mborsz/gcloud
Use value(name) in gcloud compute instance-groups managed list-instances
2023-11-14 23:01:57 +01:00
James Sturtevant
c99b5a208d
Check error from gomega
Signed-off-by: James Sturtevant <jstur@microsoft.com>
2023-11-14 21:29:56 +00:00
James Sturtevant
49e8c196c3
use framework gomega
Signed-off-by: James Sturtevant <jstur@microsoft.com>
2023-11-14 19:35:04 +00:00
Kubernetes Prow Robot
1bb2773153
Merge pull request #121870 from cpanato/rulesup
Update publishing-bot rules for active release branches that uses go120 to Go 1.20.11
2023-11-14 20:05:10 +01:00
cpanato
8c68aa656b
Update publishing-bot rules for active release branches that uses go120 to Go 1.20.11
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-11-14 18:56:52 +01:00
upodroid
6aa3002ad2 add kubeup label instead of a feature label 2023-11-14 08:50:35 -08:00
Kubernetes Prow Robot
9c56c5f350
Merge pull request #121871 from cpanato/update-distroless
Bump distroless-iptables to v0.4.2
2023-11-14 17:17:22 +01:00
Kubernetes Prow Robot
77d72a30e1
Merge pull request #121091 from alexanderConstantinescu/kccm-service-sync-fix
KCCM: fix transient node addition + removal while syncing load balancers
2023-11-14 17:17:10 +01:00
Patrick Ohly
f9ceab37ca e2e: pass context into pod helper functions
This ensures that progress reports and timeouts work.
2023-11-14 15:57:55 +01:00
Maciej Borsz
27dfe93f53 Use value(name) in gcloud compute instance-groups managed list-instances 2023-11-14 13:57:54 +00:00
Kubernetes Prow Robot
68e3cedce2
Merge pull request #121822 from ritazh/webhookauthz-benchmark
[StructuredAuthz] Webhookauthz benchmark
2023-11-14 14:50:37 +01:00
cpanato
20853ef120
Bump distroless-iptables to v0.4.2
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-11-14 12:07:03 +01:00
Kubernetes Prow Robot
36930f4cb6
Merge pull request #121707 from aravindhp/fix-node-log-viewer-e2e-test
test: Fix NodeLogQuery tests
2023-11-14 07:18:08 +01:00
Kubernetes Prow Robot
5dc9453700
Merge pull request #121782 from kannon92/patch-1
Self nominate Kevin Hannon for reviewer for job controller
2023-11-13 22:04:43 +01:00
James Sturtevant
4b1b9a198a
Fix issue with client rate limiter when polling
Signed-off-by: James Sturtevant <jstur@microsoft.com>
2023-11-13 20:00:33 +00:00
Kubernetes Prow Robot
cf7a150bba
Merge pull request #121711 from pacoxu/fix-buildx
Fix buildx add --provenance=false for pause image build and windows servercore cache
2023-11-13 20:30:26 +01:00
Rita Zhang
7c5dfceff8
add false matchCondition benchmark
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2023-11-13 09:22:24 -08:00
Alexander Constantinescu
f9ab24bf48 Refine test case 2023-11-13 17:54:22 +01:00
Kubernetes Prow Robot
7dea016c1f
Merge pull request #121779 from aroradaman/sig-network-reviewers
self nominate aroradaman as sig-network-reviewer
2023-11-13 17:36:37 +01:00
Kubernetes Prow Robot
478a3fc1f7
Merge pull request #121718 from tkashem/apf-conformance
Promote flowcontrol tests to conformance
2023-11-13 17:36:28 +01:00
Kubernetes Prow Robot
c3114b2789
Merge pull request #119652 from lixd/kubelet_image_gc
fix kubelet image gc
2023-11-13 17:36:15 +01:00
Kubernetes Prow Robot
6ba7258a0f
Merge pull request #121808 from cpanato/go-update-main
[go] Bump images, dependencies and versions to go 1.21.4
2023-11-13 16:15:44 +01:00
Kubernetes Prow Robot
8e1e957504
Merge pull request #121304 from claudiubelu/e2e-increase-memory-limits
e2e: Increases the memory limit for downward API tests
2023-11-13 16:15:33 +01:00
Kubernetes Prow Robot
6c27f48387
Merge pull request #121852 from pohly/e2e-framework-test-labels-in-junit
e2e: avoid redundant labels in JUnit file
2023-11-13 11:05:12 +01:00
Patrick Ohly
617f2132fe e2e: avoid redundant labels in JUnit file
Because labels are currently typically added also to the spec texts, we don't
need to write them separately.

This redundancy got introduced in f2cfbf44b1 when registering all inline tags
also as labels.
2023-11-13 08:08:09 +01:00
andyzhangx
172f680326 fix: smb file share unavailable issue when it's deleted 2023-11-13 05:04:34 +00:00
Kubernetes Prow Robot
a95a79c785
Merge pull request #121801 from danwinship/iptables-test-count
Fix "go test -count=2 ./pkg/proxy/iptables"
2023-11-12 13:20:25 +01:00
Iceber Gu
33aa56097a Set the initial length of set[T] in sets.KeySet
Signed-off-by: Iceber Gu <caiwei95@hotmail.com>
2023-11-12 00:15:05 +08:00
Dan Winship
2017fb2ec5 Fix "go test -count=2 ./pkg/proxy/iptables"
If you run the tests multiple times, the "partial restore failures"
metric didn't get reset in between.
2023-11-11 08:41:53 -05:00