Commit Graph

128025 Commits

Author SHA1 Message Date
Wei Fu
dc59c0246f proxy: should add PingPeriod for websocket translator
IIUC, before using the translator handler, the ping data can be delivered from
the client to the runtime side since kube-apiserver does not parse any client
data. However, with WebSocket, the server responds with a pong to the client
without forwarding the data to the runtime side. If a proxy is present, it may
close the connection due to inactivity. SPDY's PingPeriod can help address this
issue.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
Co-authored-by: Antonio Ojea <aojea@google.com>
2025-02-14 10:16:18 -05:00
Kubernetes Prow Robot
215a9101a7
Merge pull request #130123 from marosset/windows-unit-test-skip-ippvs-test-cases
skipping InPlacePodVerticleScaling unit tests on Windows
2025-02-12 17:10:20 -08:00
Mark Rossetti
df1e9eeeb8
skipping InPlacePodVerticleScaling unit tests on Windows
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2025-02-12 15:57:20 -08:00
Kubernetes Prow Robot
d7db75ce91
Merge pull request #130039 from p0lyn0mial/upstream-fake-client-improve-unit-test
fake/clientset: improve TestNewSimpleClientset
2025-02-12 15:16:27 -08:00
Kubernetes Prow Robot
f38fca82dc
Merge pull request #130024 from sivchari/propagate-context
Propagate cotnext to avoid goroutine leak
2025-02-12 15:16:19 -08:00
Kubernetes Prow Robot
fbdf8905ea
Merge pull request #130058 from gjkim42/add-disableLegacySidecarContainers
Add LegacySidecarContainers feature gate
2025-02-12 13:16:27 -08:00
Kubernetes Prow Robot
5d57d0c110
Merge pull request #129845 from bitoku/fix-flake
Reduce the number of processes used in e2e to prevent unexpected OOM
2025-02-12 13:16:20 -08:00
Kubernetes Prow Robot
5e1c31b9db
Merge pull request #130053 from iholder101/bugfix/swap-resource-metrics-e2e-bug
[KEP-2400] [failing-test] resource metrics e2e tests: expect swap node and container level stats
2025-02-12 12:02:28 -08:00
Kubernetes Prow Robot
cd2959b798
Merge pull request #127525 from scott-grimes/patch-1
fix: pods meeting qualifications for static placement when cpu-manager-policy=static should not have cfs quota enforcement
2025-02-12 12:02:21 -08:00
Kubernetes Prow Robot
be80fec686
Merge pull request #130102 from marosset/bump-windows-pause-image-base
Bump windows pause image base to mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.4.1
2025-02-12 10:48:27 -08:00
Kubernetes Prow Robot
f77a1728be
Merge pull request #130009 from kannon92/fix-runtime-class-flake
aim to fix runtime class error
2025-02-12 10:48:20 -08:00
Ayato Tokubi
dbb34a04cc Reduce the number of processes used in e2e to prevent unexpected OOM
Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
2025-02-12 17:39:56 +00:00
Kubernetes Prow Robot
75909b8920
Merge pull request #130113 from AwesomePatrol/129931-fix-3
Make ResourceQuota LIST requests only when Informer is not synced
2025-02-12 07:24:06 -08:00
Kubernetes Prow Robot
a62752db51
Merge pull request #130110 from neolit123/1.33-remove-from-test-owners
sig-cl: update owners for 1.33
2025-02-12 05:22:06 -08:00
Aleksander Mistewicz
b346ac0f8e Limit ResourceQuota LIST requests to times when informer is not synced
This should reduce the number of slow (100ms) LIST requests when there
are no ResourceQuota objects present in the namespace. The behavior
stays virtually the same.
2025-02-12 13:46:09 +01:00
Kubernetes Prow Robot
48812f0fc4
Merge pull request #130106 from cpanato/update-rules
update publishing rules to use go1.22.12 for some active release branches
2025-02-12 04:00:07 -08:00
Gunju Kim
f2f4634bd3 Add LegacySidecarContainers feature gate
This adds LegacySidecarContainers feature gate that enables the legacy
code path that predates the SidecarContainers feature to safely remove
the code.

This temporary feature gate is disabled by default, only available in
v1.33, and will be removed in v1.34.
2025-02-12 20:15:49 +09:00
Lubomir I. Ivanov
54e2416210 update sig cl owners in k/k 2025-02-12 11:04:11 +02:00
cpanato
358afb38f5
update publishing rules to use go1.22.12 for some active release branches
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-11 23:19:45 -06:00
Mark Rossetti
26fe80855d
Update build/pause/Makefile
pin windows-pause-image-base to specific manifest digest

Co-authored-by: Benjamin Elder <bentheelder@google.com>
2025-02-11 16:55:05 -08:00
Mark Rossett
faa23642f5
Bump windows pause image base to mcr.microsoft.com/oss/kubernetes/windows-pause-image-base:v0.4.1
Signed-off-by: Mark Rossett <marosset@microsoft.com>
2025-02-11 15:47:20 -08:00
Kubernetes Prow Robot
9a9f10bc7b
Merge pull request #130038 from jsafrane/selinux-controller-e2e-debian
selinux e2e: Add support for Debian and Ubuntu
2025-02-11 13:39:58 -08:00
Kubernetes Prow Robot
c81431de59
Merge pull request #129477 from felipeagger/feat/improve-alloc-res-ckpt
[FG:InPlacePodVerticalScaling] Improve allocated resources checkpointing
2025-02-11 12:06:10 -08:00
Arda Güçlü
c7a90b670c
Introduce kuberc as new flag to customize defaulting and define aliases in kubectl (#125230) 2025-02-11 12:05:58 -08:00
Kevin Hannon
f75965e5d9 aim to fix runtime class error 2025-02-11 13:54:39 -05:00
Scott Grimes
1c5170ff52 disable cfs quota when exclusive cpus allocated per static cpu policy requirements 2025-02-11 13:42:30 -05:00
Scott Grimes
437cd38e19 add feature gate
Co-authored-by: Francesco Romani <fromani@redhat.com>
2025-02-11 13:42:22 -05:00
Kubernetes Prow Robot
3d342e9b74
Merge pull request #130067 from kerthcet/fix/readyz
Update the error log
2025-02-11 07:48:07 -08:00
Kubernetes Prow Robot
e30c8a3dde
Merge pull request #130040 from HirazawaUi/make-error-consistent
kubeadm: make kubeadm init and join output the same error
2025-02-11 07:47:58 -08:00
Kubernetes Prow Robot
77d7f63800
Merge pull request #130074 from cpanato/update-123-main
[go] Bump images, dependencies and versions to go 1.23.6 and distroless iptables
2025-02-11 06:30:06 -08:00
Kubernetes Prow Robot
7a8a4c201a
Merge pull request #129933 from serathius/deprecate-namespace-index
Disable StorageNamespaceIndex feature gate when BtreeWatchCache enabled and deprecate it
2025-02-11 06:29:59 -08:00
HirazawaUi
ab02cda168 make error consistent 2025-02-11 21:21:10 +08:00
Itamar Holder
8a797e42e1 resource metrics e2e tests: expect swap node and container level stats
Signed-off-by: Itamar Holder <iholder@redhat.com>
2025-02-11 15:19:45 +02:00
Kubernetes Prow Robot
e0b17379aa
Merge pull request #130072 from Jefftree/update-oapi-fix
Remove feature disablement ConsistentListFromCache in update openapi
2025-02-11 05:03:58 -08:00
kerthcet
676116359d Scheduler: update the error log
Signed-off-by: kerthcet <kerthcet@gmail.com>
2025-02-11 20:48:37 +08:00
Kubernetes Prow Robot
670b98bf92
Merge pull request #130049 from aojea/avoid_ginkgo_dep
reduce dependencies in apimachinery net testing utils
2025-02-11 03:32:00 -08:00
Kubernetes Prow Robot
4ee8f3cbfe
Merge pull request #130091 from googs1025/fix/preemption_log
chore(scheduler): add more log info when no preemption candidates is found in preemption
2025-02-11 01:22:09 -08:00
Kubernetes Prow Robot
3e4e2437e4
Merge pull request #130045 from carlory/kubeadm-exec-check
kubeadm: update preflight check
2025-02-11 01:21:57 -08:00
Antonio Ojea
af3b9e613d reduce dependencies in apimachinery net testing utils
Consumers of the kubernetes golang API and clients must use
k8s.io/api,apimachinery,client-go. This is also require to download all
the necessary dependencies.

The apimachinery code contains a testing util for proxies that is used
in client-go and in the kubectl e2e. Since the tests on e2e require
ginkgo and we want to ensure this testing library is not used in
production, we cast the interface to match one of those libraries, but
the problem is that this forces consumers of apimachinery to also
download the ginkgo library.

Since NewHTTPProxyHandler receives a testing.TB interface, there is no
need to cast the interface, if someone wants to use it by implementing a
testing interface it is already aware of the risks.
2025-02-11 08:21:37 +00:00
Kubernetes Prow Robot
bd8532054c
Merge pull request #130023 from SataQiu/fix-20250207
kubeadm: add --etcd-upgrade flag to kubeadm upgrade plan
2025-02-10 22:39:57 -08:00
googs1025
938b5f8262 chore(scheduler): add more log info when no preemption candidates is found in preemption 2025-02-11 13:53:32 +08:00
carlory
4facb87224 kubeadm: update preflight check
Co-authored-by: Yusuke Abe <chansuke0@gmail.com>
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-02-11 11:06:43 +08:00
Kubernetes Prow Robot
80bf507fac
Merge pull request #129368 from andyzhangx/adopt-go1.23-behavior-change-mount-utils
fix: adopt go1.23 behavior change in mount point parsing on Windows#1
2025-02-10 14:17:56 -08:00
Kubernetes Prow Robot
e2b0cfa3a1
Merge pull request #129934 from serathius/graduate-btree
Graduate BtreeWatchCache feature gate to GA
2025-02-10 12:05:56 -08:00
cpanato
8ee64ba6b5
Bump images, dependencies and versions to go 1.23.6 and distroless iptables
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-10 14:04:37 -06:00
Jefftree
819bf72b0c Remove feature disablement ConsistentListFromCache in update openapi script 2025-02-10 16:34:49 +00:00
Kubernetes Prow Robot
8ccba7f54e
Merge pull request #130068 from mimowo/fix-flaky-job-test
Fix the flaky Job test: TestSuccessPolicy_ReEnabling
2025-02-10 08:22:03 -08:00
Kubernetes Prow Robot
a6c8fb33c7
Merge pull request #130062 from mimowo/fix-failindex-comment
Fix comment for FailIndex as JobBackoffLimitPerIndex is beta
2025-02-10 08:21:57 -08:00
Kubernetes Prow Robot
15a186a888
Merge pull request #129792 from likakuli/fix-errshortbuffer
fix: Fix the issue of relist caused by client-side timeout
2025-02-10 06:27:57 -08:00
Michal Wozniak
fff9914158 Fix the flaky Job test: TestSuccessPolicy_ReEnabling 2025-02-10 14:42:33 +01:00