Commit Graph

128001 Commits

Author SHA1 Message Date
Dan Winship
29be52b3f7 Make EndpointSlice controller always canonicalize the IPs it writes out 2025-02-11 21:46:15 -05:00
Dan Winship
7259742e23 Make Endpoints controller always canonicalize the IPs it writes out
Also, fix the unit tests to not sometimes generate alleged pod IPs
like "1.2.3.999".
2025-02-11 21:46:13 -05:00
Dan Winship
1bd3d34d6f Remove some dead code in the Endpoints controller
There was code to deal with upgrades from pre-dual-stack-aware
apiservers, with a note to "remove when the possibility of upgrading
from a cluster that does not support dual stack is nil".

(This requires fixing the unit tests to fill in
service.Spec.IPFamilies like a modern apiserver would do.)
2025-02-11 18:11:56 -05: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
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
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
SataQiu
dc51c81751 kubeadm: update v1beta4 docs 2025-02-10 21:34:48 +08:00
Kubernetes Prow Robot
9e555875e7
Merge pull request #130056 from saku3/fix-labelvalues-for-scheduler-perf
Fix labelValues for scheduler-perf
2025-02-10 02:43:56 -08:00
Michal Wozniak
523ed5498e Fix comment for FailIndex as JobBackoffLimitPerIndex is beta 2025-02-10 09:17:18 +01:00
Kubernetes Prow Robot
b7c55c2ed2
Merge pull request #130059 from googs1025/fix/dra_allocateOne
chore(dra): move pool validity check to the beginning of pool processing
2025-02-09 23:23:57 -08:00
googs1025
b30944b071 chore(dra): move pool validity check to the beginning of pool processing 2025-02-10 14:04:50 +08:00
Yusuke Sakurai
5d278c138c fix labelvalues for scheduler-perf 2025-02-10 10:00:52 +09:00
Kubernetes Prow Robot
69ab91a5c5
Merge pull request #130041 from cpanato/update-rules
update publishing rules to use go1.22.10 for some active release branches
2025-02-07 16:15:55 -08:00
cpanato
ee25fed97d
update publishing rules to use go1.22.10 for some active release branches
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-07 15:26:09 -05:00
Kubernetes Prow Robot
2bc82ac42f
Merge pull request #130026 from carlory/remove-comments-from-feature-gate
remove unnecessary comment from feature-gate
2025-02-07 12:03:56 -08:00
Kubernetes Prow Robot
39f1c90ac0
Merge pull request #129735 from swatisehgal/device-mgr-logs-improvements
Device Manager logging improvements
2025-02-07 07:11:56 -08:00
Kubernetes Prow Robot
994a46907f
Merge pull request #130032 from aroradaman/conntrack-memory-leak-fix
Conntrack memory leak fix
2025-02-07 05:55:55 -08:00
Jan Safranek
9ebe4422a9 Add support for Debian and Ubuntu
Both Debian and Ubuntu + containerd can run with SELinux enabled. Add their
defaults to the SELinux e2e tests.
2025-02-07 14:42:27 +01:00
Kubernetes Prow Robot
20b12ad5c3
Merge pull request #129685 from swatisehgal/cpu-mgr-logs-improvements
CPU Manager logging improvements
2025-02-07 03:50:02 -08:00
Kubernetes Prow Robot
e094e5e89c
Merge pull request #129684 from swatisehgal/mm-mgr-logs-improvements
Memory Manager logging improvements
2025-02-07 03:49:55 -08:00
Daman Arora
6971779d0d pkg/proxy/conntrack: refactor log levels for conntrack cleanup
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2025-02-07 15:35:26 +05:30
Daman Arora
07c279d06b bump netlink
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2025-02-07 15:35:26 +05:30
Kubernetes Prow Robot
a02fe24385
Merge pull request #129341 from pohly/log-client-go-watch
client-go watch: context support
2025-02-07 01:35:55 -08:00
SataQiu
7edc7fbd47 kubeadm: add --etcd-upgrade flag to kubeadm upgrade plan 2025-02-07 15:40:00 +08:00
Kubernetes Prow Robot
bfde2edba7
Merge pull request #126423 from AndrewSirenko/negative-e2e
Add volume modify recovery e2e test
2025-02-06 23:05:55 -08:00
carlory
dbefbd593e remove unnecessary unnecessary 2025-02-07 15:03:32 +08:00
Kubernetes Prow Robot
ee22760391
Merge pull request #130017 from aramase/aramase/f/enable_serviceaccountnodeaudiencerestriction_1.33
Enable ServiceAccountNodeAudienceRestriction feature gate by default in v1.33
2025-02-06 14:40:06 -08:00
Kubernetes Prow Robot
7b38ff48af
Merge pull request #129993 from aramase/aramase/i/fix_129935
Fix service account node audience restriction for in-tree pv to csi migration
2025-02-06 14:39:55 -08:00