Commit Graph

119864 Commits

Author SHA1 Message Date
dongjiang1989
b213a69ec6
Replace deprecation ioutil fucntions
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2023-11-22 17:12:23 +08:00
Kubernetes Release Robot
bacac25479 CHANGELOG: Update directory for v1.29.0-rc.0 release 2023-11-21 19:21:29 +00:00
Kubernetes Prow Robot
ec5096fa86
Merge pull request #121963 from pohly/code-generator-klog-replace-fix
code-generator: fix invalid replace of klog
2023-11-20 17:11:03 +01:00
Patrick Ohly
af34f62170 code-generator: fix invalid replace of klog
The replace statement must have come from a experimental draft PR. It wasn't
meant to be merged as part of 878d037d3b.
2023-11-20 15:51:04 +01:00
Kubernetes Prow Robot
46f4248d56
Merge pull request #121951 from aojea/fix_rc_e2e
fix flake on Conformance test should ResourceQuota apply changes to a…
2023-11-20 00:01:00 +01:00
Antonio Ojea
d203bb54f8 fix flake on conformance e2e test ResourceQuota controller should apply changes to a resourcequota status
The e2e test patch the status of a ResourceQuota resources and tries to
verify the controller reset its status, however, the controller ignores
the updates and only reconcile the objects every a predefined interval,
by default 5 minutes.

Since the test polls for 5 minutes, there are some edge cases that the
time to reconcile the object by the reconcile loop is greater than 5
minutes failing the test.

To take into account the time to reconcile the objects and the reconcile
loop period, we increase by one minute the poll loop.

Change-Id: I30f7fda36cdfb47c543b5b2b120e39f7d6c2442d
2023-11-18 20:23:59 +00:00
Kubernetes Prow Robot
94f15bbbcb
Merge pull request #121948 from sanposhiho/patch-8
fix(framework): remove the mention about what happens with nil from EventsToRegister
2023-11-18 18:42:11 +01:00
Kensei Nakada
005e85c4d3
fix(framework): remove the mention about what happens with nil from EventsToRegister 2023-11-18 15:47:31 +09:00
Kubernetes Prow Robot
1f07da7575
Merge pull request #121943 from dims/replace-E-with-setenv-for-systemd-run-parameter
Replace -E with --setenv for systemd-run parameter
2023-11-17 19:38:35 +01:00
Davanum Srinivas
64f8c6939f
Replace -E with --setenv for systemd-run parameter
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-11-17 10:50:11 -05: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
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
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
Kubernetes Release Robot
bb6c9ecb1a CHANGELOG: Update directory for v1.27.8 release 2023-11-15 20:05:52 +00: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
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