Kubernetes Prow Robot
ca40b5ba19
Merge pull request #137129 from danwinship/node-authn-fix
...
Fix the NodeAuthenticator e2e tests to not be no-ops
2026-02-20 00:57:50 +05:30
Kubernetes Prow Robot
8812ec563c
Merge pull request #134353 from skitt/drop-string-slice
...
Deprecate obsolete slice utility functions
2026-02-20 00:57:41 +05:30
Kubernetes Prow Robot
6adb2afe55
Merge pull request #134937 from michaelasp/pocConsistentDs
...
Daemonset controller staleness detection
2026-02-19 23:11:38 +05:30
Michael Aspinwall
65eb0e94c2
Daemonset Consistency
...
Add the ability for the daemonset controller to figure out whether it has read its own writes for pods and daemonset objects.
2026-02-19 16:53:19 +00:00
Kubernetes Prow Robot
e7ce1e10d0
Merge pull request #137131 from danwinship/unused-networking-framework
...
Remove some dead e2e networking test framework code
2026-02-19 22:13:46 +05:30
Kubernetes Prow Robot
d600aa009e
Merge pull request #137123 from jacobsee/dra-replicaset-scale-during-test-teardown
...
Scale ReplicaSet in DRA test down once in total, not once per pod
2026-02-19 22:13:39 +05:30
Kubernetes Prow Robot
0536cfdf8d
Merge pull request #137107 from joshjms/update-etcd-3.6.8
...
etcd: update etcd image to v3.6.8
2026-02-19 21:05:40 +05:30
Dan Winship
8c9b2153e1
Remove some more dead code
2026-02-19 09:10:02 -05:00
Dan Winship
db71bd462f
Remove test/e2e/framework/ingress
...
Nothing uses this any more (all the code that used it was removed
along with the GCP provider).
2026-02-19 09:10:02 -05:00
Kubernetes Prow Robot
aa58d2c64c
Merge pull request #136892 from koba1t/update/kubectl-in-kustomize_to_v5.8.1
...
Update/kubectl in kustomize to v5.8.1
2026-02-19 19:37:40 +05:30
koba1t
656c0893a8
Update kubectl kustomize to kyaml/v0.21.1, cmd/config/v0.21.1, api/v0.21.1, kustomize/v5.8.1
2026-02-19 22:18:06 +09:00
koba1t
58d00acb62
remove unwanted dependency 'github.com/pkg/errors'
2026-02-19 22:16:47 +09:00
Dan Winship
cf1db16450
Fix the NodeAuthenticator e2e tests
...
The tests were accidentally shadowing the nodeIPs variable, resulting
in them being no-ops.
Noticed while trying to fix them to only act on a single node IP
anyway, because there's no guarantee that kubelet is listening on
every reported node IP.
2026-02-19 07:22:21 -05:00
Jacob See
88ed94e342
Scale ReplicaSet in DRA test down once in total, not once per pod
...
The RS scale down closure was registered inside the per-pod loop,
causing it to run several times during cleanup. On the second+
iteration the RS Get/Update could fail with a conflict error if the
resourceVersion changed, failing the test during teardown even
though the test itself passed. Move it out of the loop so it runs once.
2026-02-18 14:04:05 -08:00
Kubernetes Prow Robot
b08fa0cdf1
Merge pull request #136039 from lalitc375/map-graduation
...
Promote MutatingAdmissionPolicy to v1 (GA)
2026-02-19 03:05:39 +05:30
Your Name
66a7bd6de6
Fix TestEtcdStoragePath for MutatingAdmissionPolicy emulation
...
This commit fixes a failure in TestEtcdStoragePath when emulating version 1.34. The test failure was caused by the removal of alpha versions from the test data during emulation, which prevented 'storageVersionAtEmulationVersion' from correctly resolving the storage version for MutatingAdmissionPolicy (which relies on v1alpha1 in this compatibility mode).
Changes:
- Updated GetEtcdStorageDataServedAt in test/integration/etcd/data.go to pass a full copy of etcdStorageData (including alpha versions) to storageVersionAtEmulationVersion.
- Added ExpectedGVK to MutatingAdmissionPolicy and MutatingAdmissionPolicyBinding in test/integration/etcd/data.go to ensure correct version resolution during tests.
- Removed explicit storage version overrides for MutatingAdmissionPolicy in pkg/kubeapiserver/default_storage_factory_builder.go as part of the graduation process.
2026-02-18 18:33:22 +00:00
Your Name
0af21eae1e
put replacement for v1beta1 MutatingAdmssionPolicy
2026-02-18 18:33:22 +00:00
Lalit Chauhan
4c13c220f5
Add conformance tests for MutatingAdmissionPolicy
2026-02-18 18:33:22 +00:00
Lalit Chauhan
962f5fe9ba
Fix integration tests
2026-02-18 18:33:22 +00:00
Lalit Chauhan
cb52554c88
Generate OpenAPI spec for mutatingAdmissionPolicy
2026-02-18 18:33:17 +00:00
Lalit Chauhan
0d5bdaedc9
promote MutatingAdmissionPolicy to v1: update plugin implementation
...
- Update MutatingAdmissionPolicy plugin to use v1 types.
2026-02-18 17:51:43 +00:00
Lalit Chauhan
b7c4f21d41
promote MutatingAdmissionPolicy to v1: api wiring and validation
...
- Register v1 MutatingAdmissionPolicy and Binding in apiserver storage.
- Add defaults and validation for v1 types.
- Update storage version hash data.
- Add API testdata.
2026-02-18 17:51:43 +00:00
Lalit Chauhan
5505c010fd
promote MutatingAdmissionPolicy to v1: add types and generated code
2026-02-18 17:51:38 +00:00
joshjms
7c54689847
etcd: update etcd image to v3.6.8
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2026-02-18 21:29:56 +08:00
Kubernetes Prow Robot
d820c046f5
Merge pull request #137090 from adrianmoisey/adrian-hpa
...
Update HPA Configurable Tolerance e2e test feature
2026-02-18 18:13:47 +05:30
Kubernetes Prow Robot
0ca5cba140
Merge pull request #135965 from kannon92/kep-5440-feature-gate-enable-e2e-test
...
set KEP-5440 to enabled by default
2026-02-18 18:13:38 +05:30
Kubernetes Prow Robot
8051281a28
Merge pull request #135502 from Argh4k/binding-pods
...
Preempt pods in prebind phase without delete calls.
2026-02-18 17:23:37 +05:30
Kubernetes Prow Robot
5fa8c7f7e6
Merge pull request #137081 from guettli/fallback-to-external-ip-in-tests
...
Fallback to ExternalIP in tests.
2026-02-18 15:11:37 +05:30
Maciej Wyrzuc
4a326b0196
Preempt pods in prebind phase without delete calls.
...
This change allows the preemption to preempt a pod that is not yet
bound, but is already in prebind phase) without issuing a delete call to the
apiserver.
Pods are added to a special map of pods currently in prebind phaseand
preemption can cancel the context that is used for given pod prebind phase ,
allowing it to gracefully handle error in the same manner as errors
coming out from prebind plugins. This results in pods being pushed to
backoff queue, allowing them to be rescheduled in upcoming scheduling
cycles.
2026-02-18 09:00:23 +00:00
Kubernetes Prow Robot
5e8bc18171
Merge pull request #137076 from atilsensalduz/chore/hpa-e2e-update-deprecated-apis-to-current
...
chore(test/autoscaling): update HPA e2e DynamicResourceConsumer to use current APIs
2026-02-18 14:05:38 +05:30
Kubernetes Prow Robot
4edf082c40
Merge pull request #136895 from youwalther65/csr-create
...
Add CertificateSigningRequest create log entry for default kubelet debug level V2
2026-02-18 09:23:37 +05:30
Kubernetes Prow Robot
d392136d18
Merge pull request #137063 from richabanker/mvp-metrics
...
Add group, version, resource labels to alpha metric apiserver_rerouted_request_total
2026-02-18 07:07:39 +05:30
Kubernetes Prow Robot
920d29b10f
Merge pull request #136154 from bhope/metrics-beta-component-base
...
Promote component-base metrics to beta
2026-02-18 05:25:38 +05:30
Prathamesh Bhope
9c3fabadde
component-base/metrics: graduate metrics to stable: kubernetes_build_info, rest_client_requests_total, rest_client_request_duration_seconds, running_managed_controllers
...
address review nits
2026-02-17 14:45:25 -08:00
Richa Banker
6cdd9e6bab
Add group, version, resource labels to alpha metric apiserver_rerouted_request_total
2026-02-17 12:52:20 -08:00
Kubernetes Prow Robot
1bb4d4f7b3
Merge pull request #137057 from iPraveenParihar/e2e/fix-flaky-snapshot-metadata-test
...
e2e: fix snapshot metadata test flakes by removing in-test CRD creation
2026-02-18 00:23:53 +05:30
Kubernetes Prow Robot
aaa8fe96de
Merge pull request #136951 from zylxjtu/master
...
Add the windows 2025 support for some e2e test images
2026-02-18 00:23:46 +05:30
Kubernetes Prow Robot
338a3bcef8
Merge pull request #136254 from tosi3k/extend-postfilter
...
Extend PostFilterResult with a list of victim Pods
2026-02-18 00:23:37 +05:30
Adrian Moisey
3014499d20
Update HPA Configurable Tolerance e2e test feature
...
This should be "HPA"
2026-02-17 20:11:13 +02:00
Kubernetes Prow Robot
e7e9eebc02
Merge pull request #137088 from soltysh/logs_timeout
...
Bump logs e2e timeout to 3s to match log generator
2026-02-17 23:31:55 +05:30
Kubernetes Prow Robot
4540abb5d8
Merge pull request #136704 from Ignoramuss/optionalorrequired-authentication
...
api: enable optionalorrequired linter for authentication API
2026-02-17 23:31:47 +05:30
Kubernetes Prow Robot
09259d3dff
Merge pull request #136689 from kfess/bugfix/windows-plugin
...
Fix kubectl plugin list overshadow detection on Windows
2026-02-17 23:31:39 +05:30
Praveen M
0e6bf008b8
e2e: fix snapshot metadata test flakes by removing in-test CRD creation
...
Signed-off-by: Praveen M <m.praveen@ibm.com >
2026-02-17 22:17:16 +05:30
Kubernetes Prow Robot
c9020bef5a
Merge pull request #135732 from pohly/dra-upgrade-downgrade-device-taints
...
DRA: upgrade/downgrade device taints
2026-02-17 22:13:42 +05:30
Thomas Güttler
8e7eb56023
Fallback to ExternalIP in tests.
...
Make test code behave like [GetNodeHostIPs()](https://pkg.go.dev/k8s.io/kubernetes/pkg/util/node#GetNodeHostIPs )
First try InternalIP, then ExternalIP.
2026-02-17 17:24:08 +01:00
Maciej Szulik
76ba5f101c
Bump logs e2e timeout to 3s to match log generator
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2026-02-17 17:11:09 +01:00
Antoni Zawodny
25d93e1f8e
Extend PostFilterResult with a list of victim Pods
2026-02-17 16:50:20 +01:00
Patrick Ohly
ff551f387f
DRA E2E: disarm footgun in PodExternal
...
The implicit matching of the ResourceClaim name to ExternalClaim was
convenient (no need to specify the parameter) but did go wrong in integration
testing where there are multiple calls to ExternalClaim.
2026-02-17 16:35:36 +01:00
Patrick Ohly
aa3f79d4c9
DRA upgrade/downgrade: add DeviceTaints test
...
This automatically tests a few scenarios across cluster upgrade/downgrade.
2026-02-17 16:35:36 +01:00
Kubernetes Prow Robot
7ed7104d27
Merge pull request #137079 from pohly/dra-integration-data-race
...
DRA integration: fix data race
2026-02-17 19:57:03 +05:30