David Eads
f2d4848e49
add stefan as apimachinery tech lead
2024-03-18 16:24:53 -04:00
Wojciech Tyczyński
a36665113e
Get node from local cache instead of kube-apiserver cache
2024-03-18 21:22:00 +01:00
Kubernetes Prow Robot
2753078f7c
Merge pull request #123939 from cici37/vapGAConformance
...
Change the API tests to conformance tests
2024-03-18 12:30:05 -07:00
Kubernetes Prow Robot
aa73f3163a
Merge pull request #122292 from sanposhiho/nodeupdate
...
register Node/UpdateTaint event to plugins which has Node/Add only and doesn't have Node/UpdateTaint
2024-03-18 08:33:54 -07:00
Kubernetes Prow Robot
065a0f2d51
Merge pull request #123785 from seans3/streamtunnel-unit-tests
...
Adds unit tests to `PortForward` streamtunnel
2024-03-18 07:31:17 -07:00
David Eads
de302c73e9
Remove k8s.io/apiserver ability to bind insecure ports
...
The project does not recommend using insecure ports. Even
unauthenticated TLS is an improvement since it provides confidentiality.
If you relied upon this, please update to secure serving options.
2024-03-18 09:25:49 -04:00
Kubernetes Prow Robot
a1605fb3dd
Merge pull request #123935 from serathius/consistent-watch-from-etcd
...
Serve watch without resourceVersion from cache and introduce a WatchFromStorageWithoutResourceVersion feature gate to allow serving watch from storage
2024-03-18 05:51:14 -07:00
Marek Siarkowicz
0130072b05
Serve watch without resourceVersion from cache and introduce a WatchFromStorageWithoutResourceVersion feature gate to allow serving watch from storage.
2024-03-18 11:55:13 +01:00
carlory
0c5a7103be
remove VolumePluginWithAttachLimits interface
2024-03-18 18:08:36 +08:00
Kubernetes Prow Robot
9df98f3d39
Merge pull request #123943 from dims/allow-installing-newer-containerd-runc-on-cos
...
Allow installing newer containerd runc on cos
2024-03-18 02:39:27 -07:00
Lan Liang
dc992adad3
cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator.
...
see https://tip.golang.org/doc/go1.20
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-03-18 08:10:12 +00:00
Sotiris Salloumis
a7f23e46da
Fix OOMKiller test warnings
2024-03-17 09:16:24 +01:00
Davanum Srinivas
fc555839d7
Allow installing newer containerd/runc on COS
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-03-16 21:16:32 +01:00
HirazawaUi
10b6319e64
fix slow dra unit test
2024-03-16 22:21:15 +08:00
Kensei Nakada
2b56de43e5
register Node/UpdateNodeTaint event to plugins which has Node/Add only, doesn't have Node/UpdateNodeTaint
2024-03-16 14:13:06 +00:00
Kubernetes Release Robot
656cb1028e
CHANGELOG: Update directory for v1.29.3 release
2024-03-15 20:15:33 +00:00
Stephen Heywood
e5b497df4f
Add alpha endpoint getStoragemigrationAPIGroup
2024-03-16 08:39:47 +13:00
Kubernetes Release Robot
fa97f37fea
CHANGELOG: Update directory for v1.27.12 release
2024-03-15 19:26:31 +00:00
Kubernetes Release Robot
bf38ed0e5b
CHANGELOG: Update directory for v1.28.8 release
2024-03-15 18:53:28 +00:00
Kubernetes Prow Robot
89b1db79d7
Merge pull request #123676 from serathius/rv0
...
Fix enabling consistent list from watch cache also works for resourceVersion=0
2024-03-15 09:51:00 -07:00
Kevin Hannon
0bdc4c3911
move system node critical test to eviction test lane
2024-03-15 10:35:02 -04:00
Kubernetes Prow Robot
466d9378db
Merge pull request #123907 from bart0sh/PR135-kubelet-ResourceSlice-OwnerReferences
...
kubelet: assign Node as an owner for the ResourceSlice
2024-03-15 06:35:02 -07:00
Ed Bartosh
26881132bd
kubelet: assign Node as an owner for the ResourceSlice
...
Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
2024-03-15 09:46:13 +02:00
Kubernetes Prow Robot
fa07055b1f
Merge pull request #123944 from ii/remove-volumeattachment-endpoints
...
Remove VolumeAttachment endpoints from pending_eligible_endpoints.yaml
2024-03-14 21:32:51 -07:00
Ziqi Zhao
91af1145bf
fix for comments to ignore the request without request info
...
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
2024-03-15 09:42:42 +08:00
Kubernetes Prow Robot
2502f898e7
Merge pull request #123942 from ii/promote-volume-attachment-lifecycle-test
...
Promote e2e test for VolumeAttachment Endpoints + 7 Endpoints
2024-03-14 18:23:47 -07:00
Stephen Heywood
80db011202
remove VolumeAttachment endpoints
2024-03-15 13:32:17 +13:00
Stephen Heywood
55302de991
Promote VolumeAttachment e2e test to Conformance
2024-03-15 10:54:25 +13:00
cici37
4048598620
Change the API operation e2e test to conformance test.
2024-03-14 20:59:41 +00:00
Patrick Ohly
cf8fffae72
dra e2e: sanity check resource handle
...
When using structured parameters, the instance name must match and not be in
use already.
NodeUnprepareResources must be called with the same handle are
NodePrepareResources.
2024-03-14 20:42:31 +01:00
Patrick Ohly
f149d6d8f9
dra e2e: watch claims and validate them
...
Logging claims helps with debugging test failures. Checking the finalizer
catches unexpected behavior.
2024-03-14 20:42:31 +01:00
Kubernetes Prow Robot
d194e6d06c
Merge pull request #123932 from pohly/dra-api-resource-model-rename
...
dra api: NodeResourceModel -> ResourceModel
2024-03-14 12:11:35 -07:00
Kubernetes Prow Robot
7de02b982e
Merge pull request #123857 from cici37/vapGA
...
[ValidatingAdmissionPolicy]Add conformance tests for API
2024-03-14 12:11:21 -07:00
Kubernetes Prow Robot
89f03e3988
Merge pull request #123926 from p0lyn0mial/upstream-deflake-test-get-list-non-recursive-with-consistent-list
...
apiserver/storage/cacher: deflake TestGetListNonRecursiveWithConsistentListFromCache
2024-03-14 11:02:46 -07:00
Kubernetes Prow Robot
6ef2fec0df
Merge pull request #123909 from AkihiroSuda/fix-123906
...
kubelet: fix mixing up runtime classes with runtime handlers
2024-03-14 11:02:39 -07:00
cici37
045d91d882
Add e2e tests for GA API
2024-03-14 17:12:22 +00:00
Patrick Ohly
a0add8d2c7
dra api: NodeResourceModel -> ResourceModel
...
When renaming NodeResourceSlice to ResourceSlice, the embedded
[Node]ResourceModel also should have been renamed.
2024-03-14 18:07:36 +01:00
Kubernetes Release Robot
c78812868f
CHANGELOG: Update directory for v1.26.15 release
2024-03-14 16:24:51 +00:00
Marek Siarkowicz
0b8e79580e
Fix enabling consistent list from watch cache also works for resourceVersion=0
2024-03-14 16:55:56 +01:00
James Munnelly
1c88cd6167
build/rsyncd: replace newlines with spaces when generating ALLOW_HOST list
2024-03-14 11:10:28 +00:00
Lukasz Szaszkiewicz
d21b86d53a
apiserver/storage/cacher: decrease running time of TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived
...
before:
go test -v -race -count 1 -run ^TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived$
ok k8s.io/apiserver/pkg/storage/cacher 3.792s
after:
go test -v -race -count 1 -run ^TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived$
ok k8s.io/apiserver/pkg/storage/cacher 1.783s
2024-03-14 11:15:13 +01:00
Kubernetes Prow Robot
d1a2a134c5
Merge pull request #123925 from p0lyn0mial/upstream-cacher-decrease-watch-not-hanging-on-startup-failure
...
apiserver/storage/cacher: decrease running time of TestWatchNotHangingOnStartupFailure
2024-03-14 02:06:09 -07:00
Lukasz Szaszkiewicz
c44cc9a575
apiserver/storage/cacher: deflake TestGetListNonRecursiveWithConsistentListFromCache
2024-03-14 09:08:29 +01:00
Lukasz Szaszkiewicz
f5d945eb43
apiserver/storage/cacher: decrease running time of TestWatchNotHangingOnStartupFailure
...
before:
go test -v -race -count 1 -run ^TestWatchNotHangingOnStartupFailure$
ok k8s.io/apiserver/pkg/storage/cacher 6.775s
after:
go test -v -race -count 1 -run ^TestWatchNotHangingOnStartupFailure$
ok k8s.io/apiserver/pkg/storage/cacher 2.781s
2024-03-14 09:01:14 +01:00
Akihiro Suda
8963e73f12
kubelet: fix mixing up runtime classes with runtime handlers
...
Fix issue 123906
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-14 08:14:48 +09:00
Akihiro Suda
1dc05009fe
api: NodeStatus: rename RuntimeClasses to RuntimeHandlers
...
The runtime classes are apiserver's concept, while the handlers are kubelet's concept.
For NodeStatus, it makes more sense to return the latter ones here.
This commit modifies the following files:
- pkg/apis/core/types.go
- staging/src/k8s.io/api/core/v1/types.go
- pkg/kubelet/nodestatus/setters.go
- pkg/kubelet/kubelet_node_status.go
- pkg/registry/core/node/strategy.go
- test/e2e_node/mount_rro_linux_test.go
Other changes were auto-generated by running `make update`.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-14 08:06:39 +09:00
Akihiro Suda
4a776f66ec
kubelet: silence "unknown runtime class" errors when unsupported
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-14 07:08:42 +09:00
Gaurav Kumar Ghildiyal
6680700b5d
Add e2e and integration tests for Service.spec.trafficDistribution ( #123812 )
...
* Add e2e tests for Service.spec.trafficDistribution
* Fix linting issue
* Fix spelling
* Add integration tests for trafficDistribution
* Use nodeSelection instead of nodeName to schedule pods on a specific zonal node
* Fix import alias corev1 -> v1 in e2e test
* Address comments
* Add a way to only print log lines in case of errors. This is deemed to be good behaviour by e2e tests guidelines
2024-03-13 14:46:21 -07:00
Kubernetes Prow Robot
3a75a8c8d9
Merge pull request #123891 from p0lyn0mial/upstream-cacher-decrease-running-time-of-test-wait-unti-fresh
...
apiserver/storage/cacher: decrease of running time of TestWaitUntilWatchCacheFreshAndForceAllEvents
2024-03-13 06:49:18 -07:00
Kubernetes Prow Robot
308d664e3f
Merge pull request #123887 from p0lyn0mial/upstream-cacher-decrease-running-time-of-tests
...
apiserver/storage/cacher: decrease the running time of tests in the cacher package.
2024-03-13 04:59:33 -07:00