Commit Graph

129386 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
680ea07dbb
Merge pull request #131369 from ameukam/update-1242-master
[Go] Bump dependencies, images and versions used to Go 1.24.2 and distroless iptables
2025-04-21 09:19:06 -07:00
Kubernetes Prow Robot
0d9dccfc6b
Merge pull request #131382 from liggitt/watch-list-e2e
Correctly feature-gate WatchList e2e
2025-04-19 16:20:59 -07:00
Jordan Liggitt
95b926c93a
Feature-gate watchlist e2e 2025-04-19 17:18:31 -04:00
Kubernetes Prow Robot
66931f07d9
Merge pull request #131359 from deads2k/disable
Stop exposing list-via-watch from the server
2025-04-18 07:55:08 -07:00
Arnaud Meukam
e467c9530b
[Go] Bump dependencies, images and versions used to Go 1.24.2 and distroless-iptables
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-04-18 15:49:48 +02:00
David Eads
660df229bf Stop exposing list-via-watch from the server
With StreamingCollectionEncodingToJSON and
StreamingCollectionEncodingToProtobuf, the WatchList must re-justify its
necessity.  To prevent an ecosystem from building around a feature that
may not be promoted, we will stop serving list-via-watch until
performance numbers can justify its inclusion.

This also stops the kube-controller-manager from using the
list-via-watch by default.  The fallback is a regular list, so during
the skew during an upgrade the "right" thing will happen and the new
StreamingCollectionEncoding will be used.
2025-04-18 09:21:23 -04:00
Kubernetes Prow Robot
b53b9fb557
Merge pull request #131015 from aojea/final_servicecidr
Add the missing Conformance Test for ServiceCIDR and IPAddress APIS
2025-04-16 11:05:08 -07:00
Antonio Ojea
a8f6d77c8d ServiceCIDR and IPAddess Conformance
Change-Id: I6ee188cc8c163c312f8a8da9f1277d83e1ea634c
2025-04-15 21:47:43 +00:00
Kubernetes Release Robot
44c230bf5c CHANGELOG: Update directory for v1.33.0-rc.1 release 2025-04-15 17:20:14 +00:00
Kubernetes Prow Robot
30469e1803
Merge pull request #131263 from aojea/dualstack_upgrade
Allow to convert clusters Service CIDRs from single to dual stack
2025-04-14 11:17:06 -07:00
Antonio Ojea
0266d3bcb3 Allow single-to-dual-stack reconfiguration for ServiceCIDR
This change modifies the validation logic for ServiceCIDR updates
(`ValidateServiceCIDRUpdate`) to specifically permit upgrading a
single-stack ServiceCIDR (either IPv4 or IPv6) to a dual-stack
configuration.

This reconfiguration path is considered safe because it only involves adding
a new CIDR range without altering the existing primary CIDR. This
ensures that existing Service IP allocations are not disrupted.

Other modifications, such as:
- Downgrading from dual-stack to single-stack
- Reordering CIDRs in a dual-stack configuration
- Changing the primary CIDR during a single-to-dual-stack
  reconfiguration

remain disallowed by the validation. These operations carry a higher
risk of breaking existing Services or cluster networking
configurations. Preventing these updates automatically encourages
administrators to perform such changes manually after carefully
assessing the potential impact on their specific cluster environment.
The validation errors and controller logs provide guidance when such
disallowed changes are attempted.

Change-Id: I41dc09dfddb05f277925da2262f8114d6accbd1d
2025-04-14 17:05:44 +00:00
Kubernetes Prow Robot
cfed8c7d41
Merge pull request #131234 from carlory/fix-131229
Fix flaky test: Metrics should grab all metrics from kubelet /metrics/resource endpoint
2025-04-14 08:19:13 -07:00
Kubernetes Prow Robot
d6e3f34f70
Merge pull request #131211 from BenTheElder/max-pods
fix flaky garbage collector tests
2025-04-14 08:19:06 -07:00
Kubernetes Prow Robot
b15dfce6cb
Merge pull request #131240 from jsafrane/selinux-tests-tag
Tag SELinux tests that require SELinux warning controller
2025-04-11 04:46:42 -07:00
carlory
7d7fc2d989 Fix flaky test: Metrics should grab all metrics from kubelet /metrics/resource endpoint
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-04-11 11:30:28 +08:00
Kubernetes Prow Robot
908bdb3f2c
Merge pull request #131250 from jimangel/publishing-release-33
staging/publishing: add release-1.33 rules
2025-04-10 17:08:48 -07:00
Jim Angel
505836c22c staging/publishing: add release-1.33 rules 2025-04-10 16:42:44 -05:00
Jan Safranek
e5a5f726dd Tag SELinux tests that require SELinux warning controller
The controller is available only with SELinuxChangePolicy FG enabled.
Kubernetes e2e jobs do the right --focus & --skip explicitly in the SELinux
jobs, this just helps other test runners to figure out what FGs are needed
to run the tests.

When at it, I noticed SELinuxMountReadWriteOncePod tag is always required, so
add it on the common level and not in each test.
2025-04-10 14:36:02 +02:00
Kubernetes Prow Robot
88dfcb225d
Merge pull request #131065 from pohly/dra-kubelet-registration-unit-test-fix
DRA kubelet: fix potential flake in unit test
2025-04-09 07:06:48 -07:00
Kubernetes Release Robot
cacd595bae CHANGELOG: Update directory for v1.33.0-rc.0 release 2025-04-09 02:27:41 +00:00
Benjamin Elder
18249aaaa4 hack/update-conformance-yaml.sh
adds [Serial] tags to some tests that schedule lots of pods
2025-04-08 15:54:45 -07:00
Kubernetes Prow Robot
640489ae0c
Merge pull request #131196 from siyuanfoundation/forward-api
bug fix: fix version order in emulation forward compatibility.
2025-04-08 15:12:51 -07:00
Benjamin Elder
1eab3036b6 mark tests that use estimateMaxPods as serial 2025-04-08 14:46:38 -07:00
Benjamin Elder
b2933c0ada estimate some system daemonset overhead for max pods 2025-04-08 14:46:06 -07:00
Siyuan Zhang
b1a9cc3473 bug fix: fix version order in emulation forward compatibility.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2025-04-08 14:03:34 -07:00
Kubernetes Prow Robot
92af6ab692
Merge pull request #131204 from dims/move-to-released-version-of-prometheus/client_golang-v1.22.0-from-rc.0
Move to released version of prometheus/client_golang v1.22.0 from rc.0
2025-04-08 12:18:44 -07:00
Davanum Srinivas
2ef4a8426c
Move to released version of prometheus/client_golang v1.22.0 from rc.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-04-08 08:35:18 -04:00
Kubernetes Prow Robot
ab3e83f734
Merge pull request #131146 from mauriciopoppe/csi-proxy-1-2-1
Bump CSI Proxy to v1.2.1-gke.2
2025-04-08 02:06:44 -07:00
Kubernetes Prow Robot
195803cde5
Merge pull request #131144 from joshjms/update-etcd-3.5.21
Update etcd to 3.5.21
2025-04-03 00:52:46 -07:00
Kubernetes Prow Robot
b4d1390946
Merge pull request #131020 from wojtek-t/fix_asynchronous_error
Fix race for sending errors in watch
2025-04-02 14:18:38 -07:00
Wojciech Tyczyński
c8c2844aaf Fix race for sending errors in watch 2025-04-02 15:38:23 +01:00
Kubernetes Prow Robot
3d0594d4d9
Merge pull request #131153 from neolit123/1.33-fix-release-note-about-kubeadm-upgrade-phases
CHANGELOG-1.32: fix release note about kubeadm upgrade phases
2025-04-02 05:48:38 -07:00
Lubomir I. Ivanov
d3c5a4ab2f CHANGELOG-1.32: fix release note about kubeadm upgrade phases
We forgot to mention that users who skipped addon phases
during 'init' now have to skip the same phases during 'upgrade'.
2025-04-02 13:14:44 +03:00
Mauricio Poppe
10a7d6f8fd Update CSI Proxy to v1.2.1-gke.2 2025-04-01 20:22:44 +00:00
joshjms
24edc6e90f Update etcd to 3.5.21
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-04-02 02:16:38 +08:00
Kubernetes Prow Robot
ef7d51e5ba
Merge pull request #131126 from joshjms/cleanup-3.6.0
Release etcd v3.5.21 image
2025-04-01 10:38:38 -07:00
Kubernetes Prow Robot
d53dc8e1ee
Merge pull request #131088 from atiratree/rename-terminating-replicas-fg
rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingReplicas
2025-04-01 01:22:42 -07:00
Kubernetes Prow Robot
f4d1686120
Merge pull request #131103 from ahrtr/etcd_sdk_20250328
Bump etcd 3.5.21 sdk
2025-04-01 00:10:36 -07:00
Jordan Liggitt
eca90dab3f Parallelize cacher list tests 2025-03-31 21:43:56 +01:00
Marek Siarkowicz
1a15d582ae Don't start etcd for skipped test 2025-03-31 20:37:29 +01:00
Marek Siarkowicz
75186095c5 Stop cacher in TestWatchStreamSeparation to speed up shutdown 2025-03-31 20:36:39 +01:00
Marek Siarkowicz
38d5cb368d Fix flake, non-consistent list doesn't give any guarantees about staleness 2025-03-31 20:03:56 +01:00
Marek Siarkowicz
9b5c4504ee Ensure that cacher is terminated in TestGetListRecursivePrefix 2025-03-31 18:55:18 +01:00
Benjamin Wang
24536987d8 fix narrow spaces of %e for x/net bump
https://github.com/google/cel-go/issues/1100

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2025-03-31 18:53:27 +01:00
Benjamin Wang
f3b80a8582 bump etcd 3.5.21 sdk
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2025-03-31 18:53:27 +01:00
joshjms
0e2e687d3c cleanup etcd v3.6.0
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-04-01 01:18:58 +08:00
Kubernetes Prow Robot
beef784c51
Merge pull request #131105 from joshjms/bump-image-3.5.21
Build etcd 3.5.21 image
2025-03-31 06:46:41 -07:00
joshjms
20d6b51588 Build etcd 3.5.21 image
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-03-31 09:23:04 +08:00
Kubernetes Prow Robot
bdda0a530e
Merge pull request #131090 from natasha41575/deflakeCgroupNotFound
[FG:InPlacePodVerticalScaling] deflake - wait for containers to have started before doing cgroup check
2025-03-28 00:54:34 -07:00
Natasha Sarkar
5c7491bf08
accept rounded container cpu limits in container cgroup tests (#131059) 2025-03-27 23:40:34 -07:00