Patrick Ohly
6604ff94d8
kubelet: enhance podresources tests
...
The manual deep comparison code is hard to maintain (would need to be updated
in https://github.com/kubernetes/kubernetes/pull/125488 ) and error prone.
In fact, one test case failed when doing a full automatic comparison with
cmp.Diff because it wasn't setting allMemory.
2024-07-17 17:50:10 +02:00
Kubernetes Prow Robot
8ba158c7f4
Merge pull request #126164 from soltysh/cleanup_runners_2
...
Cleanup unused test functions - cont-ed
2024-07-17 08:25:07 -07:00
Maciej Szulik
ce01dfc492
Cleanup unused test functions - cont-ed
...
Following up the work started in 0c0bd6d
this is further cleaning up the
test/utils directory getting rid of unused functions.
2024-07-17 16:22:11 +02:00
Patrick Ohly
b9d00841a6
kubelet: improve checkpoint errors
...
Recording the expected and actual checksum in the error makes it possible to
provide that information, for example in a failed test like the ones for DRA.
Otherwise developers have to manually step through the test with a debugger to
figure out what the new checksum is.
2024-07-17 16:07:31 +02:00
Dan Winship
5c372faca6
Add me to kube-proxy config api approvers
2024-07-17 09:41:53 -04:00
Kubernetes Release Robot
03fe89c233
CHANGELOG: Update directory for v1.30.3 release
2024-07-17 11:51:02 +00:00
Kubernetes Release Robot
ff78057631
CHANGELOG: Update directory for v1.28.12 release
2024-07-17 10:51:59 +00:00
Kubernetes Prow Robot
89283e0219
Merge pull request #124958 from bells17/qhint-volume-binding-storageclass
...
volumebinding: scheduler queueing hints - StorageClass
2024-07-17 02:47:06 -07:00
Maciej Skoczeń
5def93b10a
Add a separate lock for pod nominator in scheduling queue
2024-07-17 07:58:59 +00:00
Kubernetes Release Robot
29e4f5a893
CHANGELOG: Update directory for v1.27.16 release
2024-07-17 07:48:22 +00:00
Kubernetes Release Robot
bf9aab74b9
CHANGELOG: Update directory for v1.29.7 release
2024-07-17 07:26:06 +00:00
Kubernetes Prow Robot
ad72be434d
Merge pull request #125417 from bitoku/splitfs
...
KEP-4191: Split Image Filesystem add end-to-end tests
2024-07-16 23:27:06 -07:00
bells17
4c3c4128af
volumebinding: scheduler queueing hints - StorageClass
2024-07-17 15:03:17 +09:00
Sotiris Salloumis
3a01281d2f
test/e2e_node: pod_resize tests
...
add NodeAlphaFeature label, as the feature is in alpha to be skipped in CI
add missing Arm64 check
2024-07-17 07:55:44 +02:00
Kubernetes Prow Robot
a6460c4f3e
Merge pull request #126036 from macsko/scheduler_perf_throughput_thresholds
...
Allow to set scheduling throughput thresholds in scheduler_perf tests
2024-07-16 21:43:13 -07:00
Kubernetes Prow Robot
9247a21be6
Merge pull request #124959 from bells17/qhint-volume-binding-pvc
...
volumebinding: scheduler queueing hints - PersistentVolumeClaim
2024-07-16 21:43:06 -07:00
Monis Khan
aeb51a16e3
Revert "Move ConsistentListFromCache to Beta default"
...
This reverts commit 0c0e19b343
.
During stress test for SVM controller, the controller is unable to
make a list call due to following error:
resourceversion.go:155: I0716 21:49:26.973127] storage-version-migrator-controller: Error syncing SVM resource, retrying svm="crdsvm" err="error getting latest resourceVersion for stable.example.com/v1, Resource=testcrds: Timeout: Too large resource version: 28976, current: 20349"
With the feature disabled, the stress test passes.
Signed-off-by: Monis Khan <mok@microsoft.com>
2024-07-16 23:12:16 -04:00
Kubernetes Prow Robot
8aff9d3192
Merge pull request #126072 from aroradaman/proxy-config-v1alpah2-windows
...
kube-proxy: internal config: add Linux and Windows section
2024-07-16 19:37:12 -07:00
Kubernetes Prow Robot
a00c834ebf
Merge pull request #123303 from haircommander/proc-mount-e2e-tests
...
KEP-4265: add e2e tests for ProcMountType
2024-07-16 19:37:05 -07:00
Kubernetes Prow Robot
52c0ed4673
Merge pull request #124342 from zhifei92/fix-error-check
...
fix error checking in kl.killPod within SyncPod
2024-07-16 16:05:07 -07:00
Peter Hunt
a20a8225cf
e2e_node: skip proc mount tests on nodes without userns support in the runtime
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Co-authored-by: Sohan Kunkerkar <sohank2602@gmail.com>
2024-07-16 17:46:23 -04:00
Peter Hunt
4f57a1448d
test/e2e: add test to ensure proc mount is stripped from windows pods
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-07-16 17:46:23 -04:00
Peter Hunt
d6ee9ca860
test/e2e_node: add proc mount tests
...
including one Alpha only test, as the feature is in alpha
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Co-authored-by: Sohan Kunkerkar <sohank2602@gmail.com>
2024-07-16 17:45:26 -04:00
Kubernetes Prow Robot
fc3abdaf2d
Merge pull request #125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
...
KEP-3619: Add NodeStatus.Features.SupplementalGroupsPolicy API and e2e
2024-07-16 13:57:06 -07:00
cici37
6a12b87525
Auto updates
2024-07-16 18:56:49 +00:00
Cici Huang
67a171a142
Remove feature gate CustomResourceValidationExpressions.
2024-07-16 10:39:00 -07:00
Kubernetes Prow Robot
9c763a9c9f
Merge pull request #126104 from cji/5321
...
Add funcs in pkg/filesystem/util to set file permissions on Windows and update container log dir perms
2024-07-16 10:33:05 -07:00
Kubernetes Prow Robot
7e1cfca8af
Merge pull request #126110 from chengjoey/docs/e2e-pod-traffic
...
add some notes for e2e preserve source pod ip test
2024-07-16 09:20:57 -07:00
Kubernetes Prow Robot
130414950f
Merge pull request #124568 from xyz-li/fix_apiserver_output
...
api: fix ValidatingAdmissionPolicyList json tag
2024-07-16 09:20:48 -07:00
Kubernetes Prow Robot
64528d865e
Merge pull request #124268 from SataQiu/fix-20240411
...
kubelet: adjust the validation logic to treat [none] as the EnforceNodeAllocatable is disabled
2024-07-16 09:20:39 -07:00
Cici Huang
b7821078b3
Fix the error type, Add into observation, Fix tests.
2024-07-16 08:27:36 -07:00
Kubernetes Prow Robot
b785c47f6d
Merge pull request #126121 from mimowo/job-metrics-reasons-update
...
Update the set of reasons in comment for JobFinishedNum metric
2024-07-16 08:15:19 -07:00
Kubernetes Prow Robot
5f7cfdef11
Merge pull request #125993 from macsko/increase_server_timeout_in_scheduler_perf_tests
...
Increase API server timeout in scheduler_perf integration tests
2024-07-16 08:15:10 -07:00
Jiahui Feng
d61edc51b8
make use of new error reporting in the dispatcher.
2024-07-16 07:22:11 -07:00
Jiahui Feng
8e9232ef46
remove unused policy_definition_total metric and state label
2024-07-16 07:22:06 -07:00
Jiahui Feng
ce45a82346
make Err wrap one or zero error.
2024-07-16 07:22:00 -07:00
Jiahui Feng
b846c39047
errors improvement.
2024-07-16 07:22:00 -07:00
Daman Arora
6c10c97c3c
kube-proxy: internal config: add Linux section
...
Introduce Linux section for internal configuration of kube-proxy
adhering to the v1alpha2 version specifications as detailed in
https://kep.k8s.io/784 .
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-07-16 19:20:48 +05:30
Kubernetes Release Robot
1904a56e30
CHANGELOG: Update directory for v1.31.0-beta.0 release
2024-07-16 13:01:10 +00:00
HirazawaUi
0dbf1d3ceb
remove kubelet unused run container options
2024-07-16 20:43:02 +08:00
Kubernetes Prow Robot
157f4b94d8
Merge pull request #125753 from SergeyKanzhelev/devicePluginFailuresTests
...
device plugin failure tests
2024-07-16 04:36:59 -07:00
SataQiu
716d66cdf3
kubelet: adjust the validation logic to treat [none] as the EnforceNodeAllocatable is disabled
2024-07-16 18:36:38 +08:00
Michal Wozniak
370631eb30
Update the set of reasons in comment for JobFinishedNum metric
2024-07-16 12:34:29 +02:00
xyz-li
18b81ab68c
api: fix ValidatingAdmissionPolicyList json tag
...
This change make api-server not omity the field `item` of
ValidatingAdmissionPolicyList when ValidatingAdmissionPolicy is empty.
So kubetl will print ValidatingAdmissionPolicyList correctly when ValidatingAdmissionPolicy is empty.
Signed-off-by: xyz-li <hui0787411@163.com>
2024-07-16 17:00:28 +08:00
Kubernetes Prow Robot
0fa4b9e14c
Merge pull request #126109 from my-git9/staticpod
...
kubeadm: remove unused function in util/staticpod
2024-07-15 23:45:10 -07:00
bells17
aceb4468b6
volumebinding: scheduler queueing hints - PersistentVolumeClaim
2024-07-16 12:48:50 +09:00
Shingo Omura
1663223e58
KEP-3619: should check supplementalGroupsPolicyInUse for oldNode in dropDisabledFields for node
2024-07-16 12:36:00 +09:00
Shingo Omura
a89bb017a3
KEP-3619: implement e2e test for SupplementalGroupsPolicy
2024-07-16 12:36:00 +09:00
Shingo Omura
f46ecf5648
KEP-3619: Wiring up from RuntimeFeatures.SupplementalGroupsPolicy(CRI) to NodeFeatures.SupplementalGroupsPolicy(API)
...
KEP-3619: fix typos in pkg/kubelet/container/runtime.go
2024-07-16 12:36:00 +09:00
Shingo Omura
5d75660dc1
KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
...
KEP-3619: don't capitalize comment in K8S API
KEP-3619: fix typos and grammatical ones in K8s API
KEP-3619: rephrase NodeFeatures, NodeHandlerFeatures in K8s API
2024-07-16 12:35:55 +09:00