Rodrigo Campos
ef132adf02
userns: Use len to handle empty non-nil slices
...
When using an old runtime like containerd 1.7, this message is not
implemented and what we get here is an empty non-nil slice. Let's check
the len of the slice instead.
While we are there, let's just return false and no error. In the
following commits we will wrap the error and we didn't find any more
info to add here.
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2025-05-16 11:31:24 +02:00
Kubernetes Release Robot
4c2a2348b8
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.13
2025-05-15 10:16:53 +00:00
Kubernetes Release Robot
50af91c466
Release commit for Kubernetes v1.30.13
2025-05-15 09:47:44 +00:00
Kubernetes Prow Robot
cfb9de6f46
Merge pull request #131683 from ameukam/update-go-1-23-8-k8s-1-30-v2
...
[release-1.30][go] Bump images, dependencies and versions to go 1.23.8 and distroless iptables
2025-05-13 03:39:21 -07:00
Arnaud Meukam
7b92f1f7ce
Bump images, dependencies and versions
...
Bump images, dependencies, versions to Go 1.23.8
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-05-09 00:46:51 +02:00
Kubernetes Release Robot
24abad1fe1
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.12
2025-04-22 16:27:33 +00:00
Kubernetes Release Robot
66f4b3fc79
Release commit for Kubernetes v1.30.12
2025-04-22 15:58:21 +00:00
Kubernetes Prow Robot
e1041bed56
Merge pull request #130686 from carlory/automated-cherry-pick-of-#130335-upstream-release-1.30
...
Automated cherry pick of #130335 : Fix kubelet restart unmounts volumes of running pods if the referenced PVC is being deleted by the user
2025-04-18 14:41:07 -07:00
carlory
48d8b1cc92
fix lints
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-04-18 10:18:47 +08:00
Kubernetes Prow Robot
b5ac53558d
Merge pull request #130085 from richabanker/automated-cherry-pick-of-#128430-upstream-release-1.30
...
Automated cherry pick of #128430 : do not install handler for /metrics/slis using sync.Once
2025-04-17 10:35:07 -07:00
Kubernetes Prow Robot
df92ced36b
Merge pull request #131161 from wojtek-t/automated-cherry-pick-of-#131020-upstream-release-1.30
...
Automated cherry pick of #131020 : Fix race for sending errors in watch
2025-04-17 09:21:07 -07:00
Wojciech Tyczyński
82cdad07ea
Fix race for sending errors in watch
2025-04-03 08:48:42 +01:00
Kubernetes Release Robot
854828406f
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.11
2025-03-11 20:13:18 +00:00
Kubernetes Release Robot
6a074997c9
Release commit for Kubernetes v1.30.11
2025-03-11 19:51:05 +00:00
carlory
bf07bcadac
fix handle terminating pvc when kubelet rebuild dsw
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-03-11 10:25:27 +08:00
carlory
e0a9cf7d79
fix e2e
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-03-10 19:00:24 +08:00
carlory
2ca67d8579
add e2e test to reproduce unexpected unmount after kubelet is restarted
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-03-10 19:00:24 +08:00
Kubernetes Prow Robot
55097c48a0
Merge pull request #130510 from cici37/automated-cherry-pick-of-#130035-upstream-release-1.30
...
Automated cherry pick of #130035 : Add the feature gate `OrderedNamespaceDeletion` for
2025-03-07 22:45:44 -08:00
Cici Huang
e9e207bff7
Update status before returning err
2025-03-06 10:59:15 -08:00
Kubernetes Prow Robot
9197bef27f
Merge pull request #130314 from neolit123/automated-cherry-pick-of-#130202-origin-release-1.30
...
Automated cherry pick of #130202 : kubeadm: fix panic when no UpgradeConfiguration was found in the config file
2025-03-05 15:23:46 -08:00
Cici Huang
00e531f3bf
Add the feature gate OrderedNamespaceDeletion
for apiserver.
2025-03-05 12:43:13 -08:00
SataQiu
1dcf4ef2d1
kubeadm: fix panic when no UpgradeConfiguration was found in the config file
2025-02-20 15:23:52 +02:00
Kubernetes Prow Robot
380bf4827b
Merge pull request #130195 from liggitt/go-1.23-1.30
...
[release-1.30][go1.23] Build with go 1.23.6
2025-02-20 05:08:28 -08:00
Kubernetes Prow Robot
69066f1a89
Merge pull request #130251 from fuweid/1.30-backport-130126
...
[release-1.30] proxy: should add PingPeriod for websocket translator
2025-02-19 07:16:27 -08:00
Wei Fu
8524c468f7
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>
(cherry picked from commit dc59c0246f
)
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2025-02-18 16:39:36 -05:00
Jordan Liggitt
6abab5aebb
Bump to build with go 1.23.6
2025-02-15 15:39:24 -05:00
Kubernetes Prow Robot
3045dd122e
Merge pull request #130173 from liggitt/go-tools-130
...
[release-1.30][go1.23] Honor KUBE_HACK_TOOLS_GOTOOLCHAIN
2025-02-14 17:22:21 -08:00
Jordan Liggitt
76d8dd1618
Honor KUBE_HACK_TOOLS_GOTOOLCHAIN
2025-02-14 12:54:03 -05:00
Kubernetes Release Robot
2808163876
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.10
2025-02-12 21:53:31 +00:00
Kubernetes Release Robot
ccc69071da
Release commit for Kubernetes v1.30.10
2025-02-12 21:24:57 +00:00
Kubernetes Prow Robot
d1e5dbf1a1
Merge pull request #130076 from cpanato/update-go-130
...
[release-1.30][go] Bump images, dependencies and versions to go 1.22.12 and distroless iptables
2025-02-11 15:49:58 -08:00
Richa Banker
2f59101c23
Add tests
2025-02-10 16:06:34 -08:00
Richa Banker
1b3d37b4ca
do not install handler for /metrics/slis using sync.Once
2025-02-10 14:51:38 -08:00
cpanato
0963b145cc
Bump images, dependencies and versions to go 1.22.12 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-10 14:28:23 -06:00
Kubernetes Prow Robot
70854ac129
Merge pull request #129964 from cpanato/update-go-rel130
...
[release-1.30][go] Bump images, dependencies and versions to go 1.22.11 and distroless iptables
2025-02-07 09:19:55 -08:00
Kubernetes Prow Robot
e6a6b51f0e
Merge pull request #130012 from tallclair/automated-cherry-pick-of-#129739-upstream-release-1.30
...
Automated cherry pick of #129739 : Kubelet server handler cleanup
2025-02-06 23:49:55 -08:00
Tim Allclair
a7c65364b4
Kubelet server handler cleanup
2025-02-06 11:11:38 -08:00
cpanato
1c6380b7cd
Bump images, dependencies and versions to go 1.22.11 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2025-02-03 18:39:13 +01:00
Kubernetes Prow Robot
ab7a7da245
Merge pull request #129860 from neolit123/automated-cherry-pick-of-#129859-origin-release-1.30
...
Automated cherry pick of #129859 : kubeadm: use the v1beta4 EtcdAPICall timeout for etcd calls
2025-01-30 07:51:23 -08:00
Kubernetes Prow Robot
613b926458
Merge pull request #125863 from ArkaSaha30/bump-govulncheck-1.30
...
[1.30]Bump govulncheck to 1.1.2
2025-01-30 03:13:23 -08:00
Kubernetes Prow Robot
d6360f081c
Merge pull request #126712 from MadhavJivrajani/bump-go-tools-130
...
[release-1.30][go1.23] hack: bump go-tools and exclude SA1006 #125926
2025-01-28 09:35:25 -08:00
Lubomir I. Ivanov
37573be183
kubeadm: use the v1beta4 EtcdAPICall timeout for etcd calls
...
v1beta4 added the Timeouts struct and a EtcdAPICall timeout
field, but it was never used in the etcd client calls.
This is a bug, so it should be fixed, we also reduced
the timeout from 200 seconds exponentional backoff to 2 minute
linear default timeout.
2025-01-28 17:52:00 +02:00
Kubernetes Prow Robot
69bbe24c91
Merge pull request #129133 from cwangVT/bm-cadvisor-v0.49.2
...
bump cadvisor to v0.49.2 in release 1.30
2025-01-28 05:07:24 -08:00
Kubernetes Prow Robot
31c9ab133d
Merge pull request #129745 from pjsharath28/automated-cherry-pick-of-#128997-upstream-release-1.30
...
Automated cherry pick of #128997 : Replaced util.NewIOHandler() with fakeIOHandler to make UT pass on different host envs
2025-01-28 04:05:32 -08:00
Kubernetes Prow Robot
366322cacd
Merge pull request #129469 from hbostan/automated-cherry-pick-of-#124223-upstream-release-1.30
...
Automated cherry pick of #124223 : Fix: EtcdOptions.StorageObjectCountTracker is nil, APF estimator got ObjectCountNotFoundErr
2025-01-28 04:05:24 -08:00
Kubernetes Prow Robot
1f4b5f1ca0
Merge pull request #129521 from KeerthanaAP/automated-cherry-pick-of-#127422-upstream-release-1.30
...
Automated cherry pick of #127422 : Go vet fixes for gotip
2025-01-22 07:14:38 -08:00
Abhishek Kr Srivastav
6cb38ff71f
Added check for multipath device mapper
...
Addressed review comments
2025-01-22 10:42:46 +05:30
Abhishek Kr Srivastav
d58b536147
Fix Go vet errors for master golang
...
Co-authored-by: Rajalakshmi-Girish <rajalakshmi.girish1@ibm.com>
Co-authored-by: Abhishek Kr Srivastav <Abhishek.kr.srivastav@ibm.com>
2025-01-17 17:16:21 +05:30
Kubernetes Release Robot
f7e807048f
Update CHANGELOG/CHANGELOG-1.30.md for v1.30.9
2025-01-15 15:01:10 +00:00
Kubernetes Release Robot
a87cd69061
Release commit for Kubernetes v1.30.9
2025-01-15 14:33:08 +00:00