Kubernetes Prow Robot
2014ce2313
Merge pull request #121325 from benluddy/check-apiserver-serializers
...
KEP-4222: Restrict supported media types for new apiservers.
2023-10-23 17:27:49 +02:00
Ed Bartosh
8a42be978b
Add CDI support to the sample device plugin
...
Co-authored-by: Evan Lezar <elezar@nvidia.com>
2023-10-23 18:25:59 +03:00
pegasas
d9131d5b39
[KMSv2] Drop the apimachinery
2023-10-23 22:34:43 +08:00
Antonio Ojea
6d02fbdbe0
Revert "Promote KEP-2681 to beta in 1.29"
...
This reverts commit 33f2d487e2
.
2023-10-23 13:19:17 +00:00
TommyStarK
55e3662b72
dra: refactoring overall flow of prepare/unprepare resources
...
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
2023-10-23 15:11:27 +02:00
Kubernetes Prow Robot
4b48ab1fdb
Merge pull request #121441 from soltysh/lower_feature
...
Allow using upper and lower case true|false when setting kubectl feature flags
2023-10-23 14:54:35 +02:00
Swati Sehgal
fa83d5fef1
node: e2e: topology-mgr: Disambiguage cores from cpus
...
Currently in the tests there is ambiguity in terms of host setup
when it comes to cpus or cores. This commit disambiguates that.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2023-10-23 13:01:17 +01:00
Swati Sehgal
e1f5eb3f14
node: e2e: topology-mgr: Determine threads per core
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2023-10-23 12:58:50 +01:00
Maciej Szulik
e74f2d41aa
Allow using upper and lower case true|false when setting kubectl feature flags
2023-10-23 13:47:49 +02:00
Kubernetes Prow Robot
0dc900cebe
Merge pull request #121363 from p0lyn0mial/upstream-reflector-consistency-check
...
client-go/reflector: introduce a data consistency check for the watch-list feature.
2023-10-23 13:41:46 +02:00
Arda Güçlü
074a8b0084
KEP-3638: Promote plugin resolution to beta ( #120663 )
...
* Promote plugin resolution to beta
* Not use plugin for kubectl create -f command execution
`kubectl create -f` is legitimate command execution and we shouldn't
search plugins if user invokes this.
* Add integration test for plugin resolution for create command
* Reintroduce feature flag to ability to disable it explicitly
2023-10-23 13:41:38 +02:00
Kubernetes Prow Robot
f41ede6241
Merge pull request #118534 from swatisehgal/sample-dp-register-by-default
...
node: sample-device-plugin: register to kubelet by default and ensure re-registration to kubelet on kubelet restarts
2023-10-23 13:41:19 +02:00
Kubernetes Prow Robot
883d91bfa1
Merge pull request #121337 from alexzielenski/apiserver/apiextensions/cleanup-validator
...
apiextensions-apiserver: simplify validation codepath
2023-10-23 12:30:55 +02:00
Kubernetes Prow Robot
68d55bc4fb
Merge pull request #120416 from ardaguclu/move-interactive-delete-beta
...
KEP-3895: Promote interactive delete to beta
2023-10-23 12:30:44 +02:00
Lukasz Szaszkiewicz
b31e7793d0
client-go/reflector: introduce a data consistency mechanism for the watch-list feature.
...
checkWatchListConsistencyIfRequested performs a data consistency check only when
the KUBE_WATCHLIST_INCONSISTENCY_DETECTOR environment variable was set during a binary startup.
The consistency check is meant to be enforced only in the CI, not in production.
The check ensures that data retrieved by the watch-list api call
is exactly the same as data received by the standard list api call.
Note that this function will panic when data inconsistency is detected.
This is intentional because we want to catch it in the CI.
2023-10-23 09:46:27 +02:00
bzsuni
d5085c9cbe
Bumped the fsnotify from version v1.6.0 to v1.7.0
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2023-10-23 10:32:35 +08:00
Kensei Nakada
fb6b10997a
cleanup: remove useless test
2023-10-22 04:41:59 +00:00
Kubernetes Prow Robot
2f270bd996
Merge pull request #121017 from kannon92/fix-apps-issue
...
Remove consistent check in test for job suspend
2023-10-21 17:16:02 +02:00
Kubernetes Prow Robot
b43b95aa57
Merge pull request #121384 from pacoxu/kubeadm-drop-ALL
...
kubeadm coredns use drop ALL instead of all
2023-10-21 04:41:32 +02:00
Kubernetes Prow Robot
a23b900d23
Merge pull request #121372 from sttts/sttts-null-rest-getter
...
registry/core: wire NotFound getter instead of nil
2023-10-21 01:49:04 +02:00
Kubernetes Prow Robot
3aec335a8f
Merge pull request #121207 from cyclinder/sysctl_log_level
...
kubelet/sysctl: update log level
2023-10-21 01:48:53 +02:00
Kubernetes Prow Robot
1fc3d10f7e
Merge pull request #121292 from mimowo/backoff-limit-per-index-metrics
...
Introduce the job_finished_indexes_total metric
2023-10-20 23:50:57 +02:00
Kubernetes Prow Robot
d916a83d31
Merge pull request #120185 from charles-chenzz/tc_for_localstoragecapisolation
...
eviction manager: add test case with localStorageCapacityIsolation open
2023-10-20 23:50:46 +02:00
Wojciech Tyczyński
3f4d3b6768
Cleanup paging parameters in etcd3 store
2023-10-20 22:43:52 +02:00
Chris Henzie
2dbd405583
Graduate ReadWriteOncePod to GA
2023-10-20 10:40:39 -07:00
Kevin Hannon
42945ea6dc
update suspend test to match other test cases
2023-10-20 13:34:37 -04:00
Kubernetes Prow Robot
3825e206cb
Merge pull request #121300 from stuton/e2e-tests-for-ready-pods
...
e2e: add test for checking ready of job status
2023-10-20 19:24:38 +02:00
Kubernetes Prow Robot
8d4ccd67e3
Merge pull request #119517 from sanposhiho/block-status
...
feature(scheduler): simplify QueueingHintFn by introducing new statuses
2023-10-20 19:24:31 +02:00
Kubernetes Prow Robot
f5d7c34b67
Merge pull request #116252 from soltysh/tz_validation
...
Forbid creating CronJob with TZ or CRON_TZ, but allow updates
2023-10-20 19:24:13 +02:00
Peter Hunt
49c947ba15
metrics: add and use ImageGarbageCollectedTotal
...
to help find MaxAge thresholds and detect image addition/removal thrashing
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
d8a5cd59c0
kubelet/images: add unit test for MaxAge
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
914aa746c1
kubelet/images: add and use freeOldImages function
...
to free images older than configured ImageGCMaximumAge
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
76e623098c
kubelet config validation: add validation for image max gc age
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
d992ea4b30
kubelet: add and use ImageMaximumGCAge in KubeletConfiguration
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Kubernetes Prow Robot
36f51eb1a1
Merge pull request #121302 from stuton/lock-job-ready-pods
...
Graduate JobReadyPods to stable
2023-10-20 17:17:32 +02:00
Maciej Szulik
9a58f6c4fb
Forbid creating CronJob with TZ or CRON_TZ, but allow updates
2023-10-20 17:14:03 +02:00
Anton Stuchinskii
34294cd67f
locking feature-gate for ready pods job status
2023-10-20 16:08:54 +02:00
Kubernetes Prow Robot
06092ecf4b
Merge pull request #120951 from kannon92/ptr-integration-test-job
...
convert pointer to ptr for sig-apps integration tests
2023-10-20 15:53:59 +02:00
Wojciech Tyczyński
b386120da2
Remove storageConfig.Paging parameter
2023-10-20 15:35:58 +02:00
Wojciech Tyczyński
106f58686d
Remove disablePaging param
2023-10-20 15:30:03 +02:00
Michal Wozniak
b0d04d933b
Introduce the job_finished_indexes_total metric
2023-10-20 15:19:04 +02:00
Patrick Ohly
6ab48d1adc
e2e storage: remove dot at end of ginkgo.It text
...
This is unusual and complicates the upcoming refactoring of test definitions.
2023-10-20 15:06:01 +02:00
Kubernetes Prow Robot
349b856505
Merge pull request #121358 from pohly/e2e-framework-ginkgowrapper-labels
...
e2e framework: allow random ordering of tags and text, fix some functions
2023-10-20 14:42:20 +02:00
Anton Stuchinskii
a913abe191
e2e test for checking ready of job status
2023-10-20 14:42:13 +02:00
Kubernetes Prow Robot
568aee16e8
Merge pull request #120731 from Nordix/sts_issue/adil
...
Fixing CurrentReplicas and CurrentRevision in completeRollingUpdate
2023-10-20 14:42:08 +02:00
Paco Xu
fb0ffb07a7
kubeadm coredns use drop ALL instead of all
2023-10-20 17:59:39 +08:00
Kubernetes Prow Robot
7b9d244efd
Merge pull request #120965 from bart0sh/PR122-DRA-unexpected-node-shutdown
...
DRA: e2e: test non-graceful node shutdown
2023-10-20 11:58:47 +02:00
Patrick Ohly
81b960efef
e2e framework: allow random ordering of tags and text, fix some functions
...
There are some tests which want to insert a tag before the main Describe text,
for example:
sigDescribe("[Feature:Windows] Cpu Resources [Serial]",
skipUnlessWindows(func() { ... })
In order to support this without change existing test names, it must be
possible to do this instead:
sigDescribe(feature.Windows, "Cpu Resources", framework.WithSerial(),
skipUnlessWindows(func() { ... })
There are similar examples for the other functions.
While at it, replace one left-over panic with ReportBug and add the missing
`NodeFeature:` prefix.
2023-10-20 11:14:57 +02:00
Kubernetes Prow Robot
04e38b2de8
Merge pull request #120827 from machine424/apiserver_storage_objects
...
storage/etcd3/metrics: add unit test for apiserver_storage_objects
2023-10-20 09:07:39 +02:00
Kubernetes Prow Robot
ef05f59448
Merge pull request #120408 from Penguin-zlh/cleanup-e2e-framework-ExpectNotEqual
...
e2e: stop using deprecated framework.ExpectNotEqual
2023-10-20 09:07:25 +02:00