Joe Betz
eb5f31b9e1
Add x-kubernetes-selectable-fields to fields excluded in publish openapi conformance comparisons
2024-03-02 11:14:06 -05:00
Kubernetes Prow Robot
61410237c3
Merge pull request #123636 from dims/rely-only-on-source-cli-parameter-in-conformance-walk
...
Rely only on `source` cli parameter in conformance/walk
2024-03-02 07:44:20 -08:00
Rodrigo Campos
6174f199df
kublet/userns: Add test switching feature gate off/on
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-02 12:15:44 +01:00
Rodrigo Campos
4bb508dd30
kubelet/userns: Add unit test
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-02 12:15:44 +01:00
Rodrigo Campos
0b69c2bc81
kubelet/userns: Use kubelet maxPods
...
We don't have the alpha limitation anymore, let's just use the kubelet
maxPods instead of our hardcoded 1024 max.
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-02 12:15:44 +01:00
Rodrigo Campos
39c6815676
kubelet/userns: Remove alpha maxPods limitation
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-02 12:15:44 +01:00
Rodrigo Campos
4180284dc9
pkg/kubelet/userns: Remove outdated test
...
When we were alocating the whole UID space, the first range was reserved
to the host. Now we don't allocate the whole UID space, but just the
range configured, so the first range doesn't point to [0;65535] anymore,
so no need to test it is always set.
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-02 12:15:43 +01:00
Giuseppe Scrivano
4c81e5c9dc
features: promote UserNamespacesSupport to beta
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-03-02 12:15:43 +01:00
Giuseppe Scrivano
87a057d417
KEP-127: kubelet: honor kubelet user mappings
...
allow to specify what IDs must be used by the kubelet to create user
namespaces.
If no additional UIDs/GIDs are not allocated to the "kubelet" user,
then the kubelet assumes it can use any ID on the system.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-03-02 12:15:39 +01:00
Arnaud Meukam
3bada5d451
test: Bump CUDA images
...
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2024-03-02 09:42:05 +01:00
Jordan Liggitt
0605a75c5e
Duplicate v1alpha1 AuthorizationConfiguration to v1beta1
2024-03-02 02:00:31 -05:00
Kubernetes Prow Robot
0a31504ee1
Merge pull request #123635 from seans3/remotecommand-write-deadline
...
Increase client-side websocket write deadline
2024-03-01 22:05:51 -08:00
Kubernetes Prow Robot
95875b7723
Merge pull request #123634 from liggitt/handler-race
...
Fix discovery v2 conversion registration data race
2024-03-01 19:48:37 -08:00
Kubernetes Prow Robot
84c32fdb65
Merge pull request #123630 from thockin/add_go_work_header
...
Add a header to go.work
2024-03-01 19:48:27 -08:00
Kubernetes Prow Robot
8845c4c657
Merge pull request #123135 from munnerz/4193-beta-promotion
...
KEP-4193: promote ServiceAccountTokenJTI, ServiceAccountTokenPodNodeInfo and ServiceAccountTokenNodeBindingValidation to beta
2024-03-01 19:48:18 -08:00
Sean Sullivan
1d4be7527f
increases client-side websocket write deadline to 30 seconds
2024-03-01 19:34:36 -08:00
Davanum Srinivas
948d9ca221
Rely only on source
cli parameter in conformance/walk
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-03-01 21:58:54 -05:00
Kubernetes Prow Robot
3e1da21801
Merge pull request #123611 from ritazh/authz-mcmetrics
...
Add authz webhook matchcondition metrics
2024-03-01 18:49:17 -08:00
Kubernetes Prow Robot
65d75501f7
Merge pull request #123484 from erikgb/csa-upgrade-subresource
...
Add option to upgrade subresource from CSA to SSA
2024-03-01 18:49:08 -08:00
Kubernetes Prow Robot
f4b01154ef
Merge pull request #123622 from aauren/remove_same_node_nodeport_test
...
e2e/service.go: remove same node nodeport test
2024-03-01 16:59:56 -08:00
Kubernetes Prow Robot
4e8674f4e5
Merge pull request #122975 from aramase/aramase/c/cleanup_authn_validation
...
cleanup structured authn/authz error logic
2024-03-01 16:59:47 -08:00
Kubernetes Prow Robot
673d3c9e70
Merge pull request #122693 from yanggangtony/fix_kubelet_server_journal_linux
...
Fix kubelet_server_journal --until parms.
2024-03-01 16:59:38 -08:00
Jordan Liggitt
0e9cdf76ad
Fix discovery v2 conversion registration data race
2024-03-01 19:29:39 -05:00
Tim Hockin
e2b96b2566
Add a header to go.work
2024-03-01 16:23:21 -08:00
Kubernetes Prow Robot
55e4172a0d
Merge pull request #123536 from benluddy/cbor-roundtrip-unit-via-interface
...
KEP-4222: Make CBOR roundtrip tests pass through interface{}.
2024-03-01 15:59:31 -08:00
Kubernetes Prow Robot
cde4788a27
Merge pull request #123215 from adrianreber/2024-02-09-forensic-container-checkpointing-beta
...
Switch 'ContainerCheckpoint' from Alpha to Beta
2024-03-01 15:59:24 -08:00
Tim Hockin
467d5d745c
Get rid of unused API type NodeResources
2024-03-01 15:13:50 -08:00
Aaron U'Ren
d2051503a3
e2e/service.go: remove same node nodeport test
...
Remove local pod -> local nodeport from service termination test
2024-03-01 17:01:07 -06:00
Rita Zhang
e76fce7566
add authz webhook matchcondition metrics
...
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
Signed-off-by: Jordan Liggitt <liggitt@google.com>
Co-authored-by: Jordan Liggitt <liggitt@google.com>
2024-03-01 14:41:27 -08:00
Kubernetes Prow Robot
138f99b41a
Merge pull request #123436 from dinhxuanvu/cbor-tests
...
KEP-4222: Add duplicate key and field case-sensitivity CBOR decode tests.
2024-03-01 14:41:11 -08:00
Kubernetes Prow Robot
3f25211d69
Merge pull request #122882 from Jefftree/agg-discovery-v2-usage
...
Use Aggregated Discovery v2 types and promote to GA
2024-03-01 14:41:02 -08:00
Erik Godding Boye
9633e25579
feat: add csaupgrade option to upgrade subresource
2024-03-01 23:27:30 +01:00
Ben Luddy
1503997b4f
Make CBOR roundtrip cases pass through interface{} as well.
2024-03-01 16:48:12 -05:00
Kubernetes Prow Robot
fc4613f996
Merge pull request #123570 from Jefftree/filter-openapi-agg
...
Filter aggregated apiservice gv filter for OpenAPI
2024-03-01 13:41:11 -08:00
Patrick Ohly
f34782bb92
hack: re-enable protobindings which use k8s.io/api
...
Before the workspace changes, it was possible to include proto files via the
vendor path and the symlinks there. Now those symlinks are gone, so the search
path for them must be given separately.
2024-03-01 21:53:13 +01:00
Jefftree
9a404b590b
Filter aggregated apiservice gv
2024-03-01 20:39:57 +00:00
Kubernetes Prow Robot
8b8d133770
Merge pull request #123564 from ivelichkovich/tests
...
promote match conditions e2e tests to conformance
2024-03-01 12:06:09 -08:00
Jefftree
462dd326c2
Use v2 types with agg discovery
2024-03-01 13:15:22 -05:00
Jefftree
301e804c3f
Promote AggregatedDiscovery to GA
2024-03-01 13:15:22 -05:00
Jefftree
0593746f60
Remove test for disabling aggregated discovery
2024-03-01 13:15:22 -05:00
Kubernetes Prow Robot
24267f6aa7
Merge pull request #122438 from kannon92/splitfs-tests
...
[KEP - 4191]: Use Cadvisor labels rather than hard coding them into kubelet
2024-03-01 10:04:57 -08:00
Kubernetes Prow Robot
235d4ffc18
Merge pull request #123615 from aojea/fx_scalability_tests
...
Fx scalability tests
2024-03-01 08:43:10 -08:00
Kubernetes Prow Robot
df366107d1
Merge pull request #123529 from thockin/go-workspaces
...
Go workspaces for k/k and k/staging/*
2024-03-01 08:43:03 -08:00
Igor Velichkovich
dde48918dd
promote match conditions e2e tests to conformance
2024-03-01 10:04:42 -06:00
Kubernetes Prow Robot
055b51728c
Merge pull request #123554 from jsafrane/selinux-rwx-tests
...
Add tests for SELinuxMount feature
2024-03-01 06:43:17 -08:00
Jan Safranek
74417b517a
Tag all feature gates required by a test
...
Use all necessary feature gates in SELinuxMount tests.
2024-03-01 14:38:24 +01:00
Kubernetes Prow Robot
d51e2da869
Merge pull request #123613 from aojea/revert_ccm
...
Revert "[cloud-provider] require providerID to initialize node"
2024-03-01 05:35:47 -08:00
Kubernetes Prow Robot
bed8fed49f
Merge pull request #123259 from Nordix/esotsal/local-up-cluster
...
Configure cpumanager policy options in local-up-cluster
2024-03-01 04:10:53 -08:00
Lubomir I. Ivanov
99313bea88
kubeadm: remove constants for mirror pod timeout
...
StaticPodMirroringTimeout and StaticPodMirroringRetryInterval
are use for just an API call to get Pods(). The already existing
constants.KubernetesAPICallRetryInterval
and kubeadmapi.GetActiveTimeouts().KubernetesAPICall.Duration
can be used for that instead.
2024-03-01 13:04:08 +02:00
Lubomir I. Ivanov
ded6354a8f
kubeadm: add Timeouts struct to v1beta4.UpgradeConfiguration
...
Follow the same process of adding the Timeouts struct
to UpgradeConfiguration similarly to how it was done for
other API Kinds.
In the Timeouts struct include one new timeout:
- UpgradeManifests
2024-03-01 13:04:08 +02:00