Andrew Sy Kim
b0a27ff34e
cluster: bump cloud-provider-gcp image verison to v28.2.1
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2023-12-13 05:27:29 +00:00
Kubernetes Prow Robot
f2e85bc364
Merge pull request #122289 from sanposhiho/ff-disable
...
fix: disable SchedulerQueueingHints feature flag by default
2023-12-13 06:19:48 +01:00
Kensei Nakada
3b8f25dfdd
fix: disable SchedulerQueueingHints feature flag by default
2023-12-13 04:16:43 +00:00
Kubernetes Release Robot
0c645922ed
CHANGELOG: Update directory for v1.29.0-rc.2 release
2023-12-07 12:00:56 +00:00
Kubernetes Prow Robot
89dfbebe2e
Merge pull request #122206 from xmudrii/update-distroless-1.21.5
...
Bump distroless-iptables to v0.4.2
2023-12-06 20:30:09 +01:00
Marko Mudrinić
0ca3089bee
Bump distroless-iptables to v0.4.2
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-12-06 19:19:46 +01:00
Kubernetes Prow Robot
9e028b40b9
Merge pull request #122201 from xmudrii/go1.21.5-1.20.12
...
[go] Bump images, dependencies and versions to go 1.21.5
2023-12-06 15:37:07 +01:00
Marko Mudrinić
1c1347a3e7
[go] Bump images, dependencies and versions to go 1.21.5
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-12-06 10:36:35 +01:00
Kubernetes Prow Robot
7fe31be11f
Merge pull request #122188 from kannon92/terminating-pod-beta
...
add beta comment for terminating pods and pod replacement policy
2023-12-06 01:54:58 +01:00
Kevin Hannon
4e5321c92e
add beta comment for pod replacement policy
2023-12-05 13:17:24 -05:00
Kubernetes Prow Robot
55f2bc1043
Merge pull request #122129 from liggitt/root-conformance
...
Remove conformance test calls to `/`
2023-11-30 22:16:33 +01:00
Jordan Liggitt
233949e05d
Add an integration test to verify root path cleanup
2023-11-30 14:57:21 -05:00
Jordan Liggitt
c769c2db6e
Revert conformance test addition of root paths
2023-11-30 14:01:24 -05:00
Kubernetes Prow Robot
22cb31467d
Merge pull request #122095 from ruiwen-zhao/fix-test
...
Remove scrape_error from resource_metrics_test due to deprecation
2023-11-29 20:23:29 +01:00
Kubernetes Prow Robot
a8f6ea2420
Merge pull request #121927 from alexanderConstantinescu/fix-flaky-TestSlowNodeSync
...
`TestSlowNodeSync`: attempt fixing flake by allowing informer cache to get populated
2023-11-29 05:23:20 +01:00
ruiwen-zhao
ec9387da08
Remove scrape_error from resource_metrics_test due to deprecation
...
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
2023-11-28 18:49:04 +00:00
Kubernetes Release Robot
022d50fe3a
CHANGELOG: Update directory for v1.29.0-rc.1 release
2023-11-28 10:38:58 +00:00
Kubernetes Prow Robot
ad9b60e2c9
Merge pull request #122020 from Vyom-Yadav/fixOverridingVarInVerify
...
Fix verify target to not update env var if already set
2023-11-27 04:06:16 +01:00
Vyom-Yadav
f730dc39f9
Fix verify target to not update env var if already set
...
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
2023-11-23 14:57:35 +05:30
Kubernetes Prow Robot
d61cbac69a
Merge pull request #121992 from jeremyrickard/bump-publishing-129
...
releng: update publishing bot rules for 1.29
2023-11-22 17:13:51 +01:00
Kubernetes Prow Robot
c876b30c2b
Merge pull request #122000 from MadhavJivrajani/fix-verify-openapi
...
api: run hack/update-api-spec.sh
2023-11-22 13:25:42 +01:00
Madhav Jivrajani
51daa8cbd5
api: run hack/update-api-spec.sh
...
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2023-11-22 16:24:34 +05:30
Jeremy Rickard
f042994cb0
releng: update publishing bot rules for 1.29
...
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-11-21 18:05:46 -07: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
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
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