Paco Xu
0cc4aaa963
for discovery integration, set client qps limit to 50 and burst to 100
2026-03-10 15:43:45 +08:00
Kubernetes Prow Robot
a142b22c38
Merge pull request #136965 from yuanwang04/restart-pod-tests
...
Move E2E tests for RestartAllContainers
2026-03-10 08:53:11 +05:30
Antoni Zawodny
3f094dc228
Create Workload API v1alpha2 ( #136976 )
...
* Drop WorkloadRef field and introduce SchedulingGroup field in Pod API
* Introduce v1alpha2 Workload and PodGroup APIs, drop v1alpha1 Workload API
Co-authored-by: yongruilin <yongrlin@outlook.com >
* Run hack/update-codegen.sh
* Adjust kube-scheduler code and integration tests to v1alpha2 API
* Drop v1alpha1 scheduling API group and run make update
---------
Co-authored-by: yongruilin <yongrlin@outlook.com >
2026-03-10 07:59:10 +05:30
Kubernetes Prow Robot
a01d2e6cd4
Merge pull request #132922 from yt2985/client-fix
...
Fix the client-go issue of reloading trust root CAs.
2026-03-10 06:59:10 +05:30
Kubernetes Prow Robot
1a3cc8be4d
Merge pull request #137552 from kannon92/issue-137539
...
move extended resources to dra feature lane
2026-03-10 05:17:16 +05:30
Kubernetes Prow Robot
dbaf71515c
Merge pull request #137521 from BenTheElder/document-kind-feature
...
document "Kind" e2e feature
2026-03-10 05:17:09 +05:30
Yuan Wang
f33a2767aa
Refactor container restart policy tests to e2e/common/node
...
- Added validation for lastTerminationStatus
2026-03-09 23:05:05 +00:00
Kubernetes Prow Robot
e7f635506d
Merge pull request #136763 from richabanker/nh-alpha
...
Enable native histograms gated by feature flag in apiserver
2026-03-10 04:11:09 +05:30
Kubernetes Prow Robot
0fbb89c81c
Merge pull request #137535 from danwinship/nodeip-e2e-cleanups
...
e2e cleanups related to node IPs
2026-03-10 02:59:19 +05:30
Kubernetes Prow Robot
3d6026d2fd
Merge pull request #136178 from omerap12/promote-hpa-metrics
...
promote HPA metrics to beta
2026-03-10 01:19:13 +05:30
Kevin Hannon
c7ca6b9cfe
Add KubeletMinVersion:1.36 label to DRA extended resource tests
...
This prevents the DRA extended resource tests from running against
kubelets older than 1.36 in n-x version skew jobs, avoiding failures
when deploying device plugins on downgraded kubelets.
2026-03-09 14:29:31 -04:00
Kubernetes Prow Robot
7495d96adf
Merge pull request #136924 from troychiu/PriorityListStable
...
Promote DRAPrioritizedList to GA
2026-03-09 23:55:29 +05:30
Kubernetes Prow Robot
413d481282
Merge pull request #136655 from bitoku/partitionable-devices
...
Add partitionable devices upgrade/downgrade test.
2026-03-09 23:55:21 +05:30
Kubernetes Prow Robot
147a9ee315
Merge pull request #137231 from danwinship/lifecycle-hook-e2e
...
Rework container lifecycle tests to not require "privileged" pod security
2026-03-09 23:05:15 +05:30
Kubernetes Prow Robot
4a300f8e6d
Merge pull request #137561 from bart0sh/PR225-DRA-fix-ExtendedResource-upgrade-downgrade-flakes
...
test/e2e_dra: retry pod check during upgrade/downgrade
2026-03-09 21:57:15 +05:30
Kubernetes Prow Robot
63d25f42db
Merge pull request #136945 from ardaguclu/fix-kubectl-scale
...
Reflect expected replica count to the output of kubectl scale
2026-03-09 19:53:22 +05:30
Kubernetes Prow Robot
4c162fe1f7
Merge pull request #136602 from guptaNswati/e2e-kep3695-podresources-test
...
add additional Get() tests for GA
2026-03-09 19:53:13 +05:30
Ayato Tokubi
d1ca3c6ec9
Add partitionable devices upgrade/downgrade test.
2026-03-09 14:09:36 +00:00
Ed Bartosh
aa731ab5c0
test/e2e_dra: retry pod check during upgrade/downgrade
...
During cluster upgrade and downgrade, nodes are temporarily restarted.
A pod can be reported as Running by the API server while the kubelet's
container runtime is still initializing, causing transient exec failures:
Internal error occurred: unable to upgrade connection: pod does not exist
Wrapped b.TestPod in tCtx.Eventually so that assertion failures are treated
as temporary and retried.
2026-03-09 11:40:39 +02:00
Kubernetes Prow Robot
d0bd636b3e
Merge pull request #137531 from atombrella/feature/test_rangeint
...
Lint: Use modernize/rangeint in `test/{e2e,e2e_node,images,soak}`
2026-03-09 14:01:18 +05:30
Kubernetes Prow Robot
090693bd79
Merge pull request #137497 from atombrella/feature/modernize_activate_forvar
...
Lint: Activate modernize/forvar rule in golangci-lint.
2026-03-09 14:01:11 +05:30
Darshan Murthy
0dd7cb2e3b
adding stress tests to volume Group Snapshotter
2026-03-08 11:25:23 -07:00
Kevin Hannon
52fcf994ca
move extended resources to dra feature lane
2026-03-08 14:20:17 -04:00
Dan Winship
6ebabf3198
Fix the semantics of e2essh.NodeSSHHosts on error
...
If it failed to find an IP for every node, it returned a partial list
along with an error. However, (a) this should never happen since every
scheduleable node should have at least one usable IP, and (b) it
didn't matter since all of its callers just treat any error as being
fatal anyway. So just remove the special case.
2026-03-07 10:52:48 -05:00
Dan Winship
0ffb815750
Drop e2enode.FirstAddress
...
which was no longer used anyway
2026-03-07 10:45:07 -05:00
Dan Winship
b68e2ac8a5
Drop e2enode.PickIP(), fix its one caller
...
This returned a randomly-selected IP from across all nodes, preferring
ExternalIP but falling back to an InternalIP. But it was only called
from one place, which was connecting from inside the cluster and thus
wanted an InternalIP anyway.
2026-03-07 10:45:07 -05:00
Dan Winship
6302e3a94f
Inline a Service jig helper into a test
...
jig.GetEndpointNodesWithIP was only used by one test, and that test
didn't even want the data in the form jig.GetEndpointNodesWithIP
provided it in. So just inline the code and generate the data
correctly the first time, and remove GetEndpointNodesWithIP (along
with GetEndpointNodes, which was already unused).
2026-03-07 10:45:06 -05:00
Mads Jensen
1f2b70a043
Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak}
2026-03-07 10:17:31 +01:00
Kubernetes Prow Robot
e5fd5bb8fd
Merge pull request #136966 from yuanwang04/restart-pod-single-container
...
Fix RestartAllContainer restart quickly with single container
2026-03-07 05:42:17 +05:30
tinatingyu
b806a3207b
client-go CA rotation
2026-03-06 22:38:56 +00:00
Benjamin Elder
21006ff248
document "Kind" e2e feature
2026-03-06 14:06:27 -08:00
Mads Jensen
dd32d7c324
Lint: Activate modernize/forvar rule in golangci-lint.
2026-03-06 21:36:05 +01:00
Kubernetes Prow Robot
42eb93b12f
Merge pull request #137450 from Phaow/hotfix
...
test: fix WaitForNamespacedGVRDeletion parameter order
2026-03-07 01:12:35 +05:30
Kubernetes Prow Robot
f5bafe93ac
Merge pull request #135048 from yliaog/beta_promo
...
DRA Extended Resource: promote to Beta in 1.36
2026-03-07 01:12:19 +05:30
Swati Gupta
80fdfe2b72
e2e: node: podresources: fix grpc connection issues when kubelet restarts
...
Signed-off-by: Swati Gupta <swatig@nvidia.com >
2026-03-06 10:15:03 -08:00
Kubernetes Prow Robot
c37f97806d
Merge pull request #137351 from ibihim/ibihim/2026-02-24_kep-3926-add-cr-and-bitflip-tests
...
kep-3926: add integration tests for CR and bit-flip corrupt object deletion
2026-03-06 15:42:21 +05:30
Kubernetes Prow Robot
559e7a23b0
Merge pull request #137448 from bishal7679/fix/137422-discovery-integration-test-timeout
...
fix: [sig-apimachinery] flaky discovery integration test `TestReadinessAggregatedAPIServiceDiscovery`
2026-03-06 14:40:27 +05:30
Kubernetes Prow Robot
4302a06ca9
Merge pull request #137434 from bart0sh/PR224-fix-upgrade-downgrade-failures
...
Fix pull-kubernetes-dra-integration job failures
2026-03-06 14:40:18 +05:30
Kubernetes Prow Robot
800a58b7c5
Merge pull request #137456 from liggitt/go126
...
Update go.mod to go 1.26, fix 1.26 vet errors
2026-03-06 10:58:23 +05:30
Swati Gupta
a555870578
e2e: node: podresources: add additional Get() tests for GA
...
Signed-off-by: Swati Gupta <swatig@nvidia.com >
2026-03-05 20:01:19 -08:00
Kubernetes Prow Robot
4915f3f8b3
Merge pull request #137304 from aaron-prindle/fieldsv1-encapsulation
...
refactor: fieldsv1 encapsulation via accessors and deprecation of direct "Raw" field usage
2026-03-06 06:50:17 +05:30
Richa Banker
3b98cd284d
Enable native histograms gated by feature flag
2026-03-05 16:35:00 -08:00
Yuan Wang
906134cee9
Update pod after the container is removed
...
Ensures the single-container pod can restart quickly
2026-03-05 23:21:33 +00:00
Jordan Liggitt
45900a1deb
Fix vet error
2026-03-05 18:11:02 -05:00
Jon Huhn
e52fe3b2fb
Use HTTP GET for Node log queries in e2e logcheck
2026-03-05 16:38:24 -06:00
Aaron Prindle
e57b3a74f3
refactor: update in-tree FieldsV1 consumers to use format-specific accessors
2026-03-05 22:23:05 +00:00
Kubernetes Prow Robot
b50a6aa7cf
Merge pull request #137374 from enj/enj/f/constrained_impersonation_metrics
...
KEP-5284: add constrained impersonation metrics
2026-03-06 03:42:25 +05:30
Kubernetes Prow Robot
dfa7c2bc0a
Merge pull request #137329 from natasha41575/retry_oomscoreadj_verification
...
[InPlacePodVerticalScaling] deflake pod resize oom_score_adj check
2026-03-06 03:42:17 +05:30
Kubernetes Prow Robot
2a41bb390e
Merge pull request #136759 from pravk03/ndf-guaranteedQos-fix
...
Remove `GuaranteedQoSPodCPUResize` declared feature
2026-03-06 02:00:18 +05:30
Monis Khan
ba2a68e1db
KEP-5284: add constrained impersonation metrics
...
See https://kep.k8s.io/5284 for details.
apiserver_impersonation_attempts_total{mode, decision}
apiserver_impersonation_attempts_duration_seconds{mode, decision}
apiserver_impersonation_authorization_attempts_total{mode, decision}
apiserver_impersonation_authorization_attempts_duration_seconds{mode, decision}
Signed-off-by: Monis Khan <mok@microsoft.com >
2026-03-05 15:26:45 -05:00