Commit Graph

21038 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
8cf93c8d83 Merge pull request #125405 from p0lyn0mial/upstream-consistent-read-from-cache-supports-pagination
apiserver/storage/cacher: consistent read from cache supports limit
2024-06-25 02:15:53 -07:00
Kubernetes Prow Robot
80212923db Merge pull request #124025 from saschagrunert/log-container-status
Continue streaming kubelet logs when runtime is unavailable
2024-06-25 02:15:40 -07:00
Kubernetes Prow Robot
535e833aef Merge pull request #125575 from dashpole/update_otel_27
Update opentelemetry dependencies to the latest release.
2024-06-24 21:01:46 -07:00
Kubernetes Prow Robot
921fb0b7c5 Merge pull request #125237 from aojea/ipmode_integration
improve loadbalancer IPMode testing
2024-06-24 19:22:43 -07:00
Kubernetes Prow Robot
d236a9127f Merge pull request #125560 from jpbetz/apply-gen-fake
Add field management support to fake client-go typed client
2024-06-24 16:48:46 -07:00
Kubernetes Prow Robot
d5dd5b13a5 Merge pull request #125317 from jpbetz/fix-nop-empty-map
Fix non-semantic apply requests to ignore empty maps
2024-06-24 16:48:39 -07:00
Antonio Ojea
e7425cf71f improve loadbalancer IPMode testing 2024-06-24 23:38:10 +00:00
Kubernetes Prow Robot
5764500243 Merge pull request #125420 from benluddy/cbor-bignum-bigint
KEP-4222: Reject math/big.Int on encode and bignum tags on decode for CBOR.
2024-06-24 15:46:38 -07:00
Joe Betz
db0f1749e9 Resolve rebase 2024-06-24 17:09:32 -04:00
Joe Betz
7772769d19 Generate code 2024-06-24 15:58:35 -04:00
Joe Betz
c447c38150 Generate type fake clients that may opt in to the use of managed fields 2024-06-24 15:57:36 -04:00
Joe Betz
75d6f02432 Add field tracker support to client fake fixtures 2024-06-24 15:42:29 -04:00
Joe Betz
599f03c722 Support options for all client fake actions 2024-06-24 15:41:38 -04:00
Kubernetes Prow Robot
b510f785e6 Merge pull request #125673 from jpbetz/patch-6
Add jpbetz to code-generator OWNERS
2024-06-24 11:25:24 -07:00
Joe Betz
28a3e5894e Add jpbetz to code-generator OWNERS
Per api-machinery SIG TL responsibilities
2024-06-24 15:43:18 +00:00
Joe Betz
ef4cd4fdb5 Add jpbetz to sampler-controller OWNERS
Per api-machinery SIG TL responsibilities
2024-06-24 15:42:34 +00:00
Lukasz Szaszkiewicz
a7b1a9bb26 flowcontrol/request/list_work_estimator: sync shouldDelegateList 2024-06-24 11:12:59 +02:00
Lukasz Szaszkiewicz
87536f367d apiserver/storage/cacher: cache supports pagination 2024-06-24 11:12:51 +02:00
David Ashpole
82e9ce79c7 update OpenTelemetry dependencies 2024-06-23 15:35:26 +00:00
Kubernetes Prow Robot
da479a82eb Merge pull request #125630 from liggitt/rollback-wait
Revert kubectl wait regression
2024-06-21 11:21:01 -07:00
Arda Güçlü
6f4e97e905 Remove deprecated kubectl exec command execution without dash (#125437)
* Remove deprecated kubectl exec command execution without dash

* Use command execution with dash in kubectl exec

* Modify unit tests to only use command after dash
2024-06-21 09:22:55 -07:00
Jordan Liggitt
8d67437865 Revert "Add new --wait-for-creation flag in kubectl wait command"
This reverts commit e24b9a022f.
2024-06-21 12:13:08 -04:00
Ritwik Srinivas
b4ff40e362 github.com/moby/sys/mountinfo version update v0.6.2 -> v0.7.1 2024-06-21 08:54:47 -04:00
Kubernetes Prow Robot
5ec31e84d6 Merge pull request #125585 from akhilerm/update-runc-1.1.13
update runc to 1.1.13
2024-06-20 19:32:21 -07:00
Ben Luddy
61654e9f5d Reject math/big.Int on encode and bignum tags on decode for CBOR.
Although CBOR can roundtrip arbitrary precision integers, they don't roundtrip properly through
Unstructured because Unstructured is limited to the dynamic numeric types int64 and float64. Rather
than serializing them (and potentially losing information), reject them explicitly with an error.
2024-06-20 17:46:40 -04:00
Kubernetes Prow Robot
fbaf9b0353 Merge pull request #125593 from ArkaSaha30/bump-etcd-3.5.14
Bump dependency: etcd to 3.5.14
2024-06-20 14:17:16 -07:00
Kubernetes Prow Robot
b95fce1732 Merge pull request #122994 from ardaguclu/wait-non-existed-resources
kubectl wait: Introduce --wait-for-creation flag
2024-06-20 14:17:07 -07:00
Kubernetes Prow Robot
4cd4e35061 Merge pull request #125423 from benluddy/cbor-nan-inf
KEP-4222: Reject NaN or infinite floating-point values in the CBOR serializer.
2024-06-20 13:01:31 -07:00
ArkaSaha30
c0da520e0b Bump dependency: etcd to 3.5.14
This PR will bump the etcd vendored dependency from 3.5.13-> 3.5.14
https://github.com/etcd-io/etcd/releases/tag/v3.5.14

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-06-20 23:47:30 +05:30
Akhil Mohan
322ec75fd1 dependencies: update runc to v1.1.13
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
2024-06-20 23:11:19 +05:30
Kubernetes Prow Robot
3ee4d98364 Merge pull request #125576 from alvaroaleman/fix
Corev1.Node: Link to node doc and not PV doc in status.capacity
2024-06-20 10:19:49 -07:00
Patrick Ohly
f98e5d1dfc dependencies: klog v2.130.1 2024-06-20 13:34:11 +02:00
Marek Siarkowicz
0c0e19b343 Move ConsistentListFromCache to Beta default 2024-06-20 10:56:51 +02:00
Marek Siarkowicz
4e51e9cff8 Explicitly disable ConsistentListFromCache in TestGetListNonRecursiveCacheBypass 2024-06-20 10:56:51 +02:00
Kubernetes Prow Robot
52e4fbdd85 Merge pull request #125574 from jpmcb/cobra-1.8.1
Upgrade spf13/cobra v1.8.1
2024-06-19 19:00:22 -07:00
Kubernetes Prow Robot
fc786fc6e8 Merge pull request #125552 from liggitt/fix-timeout-wiring
KEP-3221: Fix structured authorization webhook timeout wiring and detection
2024-06-19 19:00:16 -07:00
Jordan Liggitt
c50f68d6ee Fix structured authorization webhook timeout wiring 2024-06-19 15:36:36 -04:00
John McBride
5aaff7d060 feat: Upgrade to cobra v1.8.1
Signed-off-by: John McBride <jpmmcbride@gmail.com>
2024-06-19 12:14:50 -06:00
Kubernetes Prow Robot
33829b68b5 Merge pull request #121439 from skitt/generic-client-go
Use generics to share code in client-go implementations
2024-06-19 11:08:42 -07:00
Kubernetes Prow Robot
1e66d66d7c Merge pull request #125573 from dims/update-moby/term-to-a-released-tag-v0.5.0
Update moby/term to a released tag - v0.5.0
2024-06-19 10:06:47 -07:00
Kubernetes Prow Robot
ccbe92982d Merge pull request #125551 from p0lyn0mial/upstream-hack-for-test-that-request-watch-progress
storage/cacher/cacher_whitebox_test.go: deflake tests that require storage.RequestWatchProgress
2024-06-19 07:38:41 -07:00
Marek Siarkowicz
c207f967ac Fix TestGetListRecursivePrefix for all types of LIST 2024-06-19 13:19:02 +02:00
Marek Siarkowicz
3d3a73bd37 Fix TestWebhookConverterWithWatchCache when ResilientWatchCacheInitialization and ConsistentListFromCache are enabled 2024-06-19 12:06:24 +02:00
Lukasz Szaszkiewicz
47a61f03d4 storage/cacher/cacher_whitebox_test.go: deflake tests that require storage.RequestWatchProgress 2024-06-19 09:34:45 +02:00
Alvaro Aleman
5e56953337 Corev1.Node: Link to node doc and not PV doc in status.capacity
Currently, the go doc and as a result the generated swagger docs for
node.status.capacity links to a documentation page for PV capacity.
Update it to link to our nodes about node capacity and alloctable
instead.
2024-06-18 23:12:52 -04:00
Kubernetes Prow Robot
a81ea5d0af Merge pull request #125424 from benluddy/cbor-timetag-rfc3339
KEP-4222: Decode CBOR time tags to interface{} as RFC 3339 timestamps.
2024-06-18 19:06:47 -07:00
Kubernetes Prow Robot
01c9d26a97 Merge pull request #125051 from marquiz/devel/codegen-fix-grep
kube_codegen: smarter grepping of codegen tags
2024-06-18 19:06:40 -07:00
Davanum Srinivas
e457f5687a Update moby/term to a released tag - v0.5.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-06-18 19:58:55 -04:00
Kubernetes Prow Robot
3f9b79fc11 Merge pull request #125145 from xyz-li/fix_watch_namespace
apiserver: fix watch namespace
2024-06-18 10:39:44 -07:00
xyz-li
818fabe37b apiserver: fix watch namespace
For request like '/api/v1/watch/namespaces/*', don't set scope.namespace.
Because the func `addWatcher` add a watcher to allWatchers with the value `scope.namespace` not empty.
But the function `dispatchEvent` dispatch event with an empty namespace.

Signed-off-by: xyz-li <hui0787411@163.com>
2024-06-18 11:53:28 +08:00