Kubernetes Prow Robot
e63dcda8a2
Merge pull request #131064 from aojea/e2e_services_ip
...
e2e service ip preservation test
2025-04-23 15:59:13 -07:00
Kubernetes Prow Robot
a63fd40447
Merge pull request #131060 from BenTheElder/kubectl-http-proxy
...
improve kubectl e2e test debugging
2025-04-23 15:58:59 -07:00
Kubernetes Prow Robot
5a630b7289
Merge pull request #131042 from pacoxu/adjust-metric-range
...
adjust container_spec_memory_limit_bytes e2e to range: ppc64le is less
2025-04-23 15:58:51 -07:00
Kubernetes Prow Robot
0534744401
Merge pull request #131028 from mimowo/fix-agnhost-pause
...
Test tooling: fix agnhost pause command
2025-04-23 15:58:44 -07:00
Kubernetes Prow Robot
8a6b916765
Merge pull request #130720 from saintube/scheduler-expose-nodeinfo-in-prefilter
...
Expose NodeInfo to PreFilter plugins
2025-04-23 13:31:29 -07:00
Kubernetes Prow Robot
7397a0f6dc
Merge pull request #129702 from carlory/clean-e2e
...
remove outdate comment
2025-04-23 13:31:00 -07:00
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
carlory
27815acee1
remove outdate comment
...
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-04-21 13:58:58 +08:00
Jordan Liggitt
95b926c93a
Feature-gate watchlist e2e
2025-04-19 17:18:31 -04: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
Antonio Ojea
a8f6d77c8d
ServiceCIDR and IPAddess Conformance
...
Change-Id: I6ee188cc8c163c312f8a8da9f1277d83e1ea634c
2025-04-15 21:47:43 +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
Paco Xu
b141ac6a23
adjust container_spec_memory_limit_bytes e2e to range: ppc64le is 44*1024 less
2025-04-11 16:06:30 +08: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
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
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
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
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
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
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
Natasha Sarkar
d349ac57e4
wait for containers to have started before doing cgroup check
2025-03-27 20:52:44 +00:00
Filip Křepinský
b0b89d3bd2
fix the DeploymentReplicaSetTerminatingReplicas version
2025-03-27 20:28:21 +01:00
Filip Křepinský
8db1426554
rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingReplicas
2025-03-27 20:27:44 +01:00
Natasha Sarkar
83bb5d5705
deflake restart count assertions in in-place resize tests ( #131055 )
2025-03-27 07:56:40 -07:00
Kubernetes Prow Robot
047e4c8e56
Merge pull request #131039 from natasha41575/deflakeQuotaTest
...
deflake pod-resize-resource-quota-test
2025-03-26 11:12:39 -07:00
Kubernetes Prow Robot
070f0ad3bd
Merge pull request #129970 from mortent/AddResourceV1beta2API
...
Add resource v1beta2 API
2025-03-26 09:10:47 -07:00
Morten Torkildsen
1d42ba78ff
Add e2e tests for resource v1beta2 API
2025-03-26 14:52:47 +00:00
Morten Torkildsen
39507d911f
Add resource v1beta2 API
2025-03-26 14:41:09 +00:00
Antonio Ojea
5e4600e46b
e2e service ip preservation test
2025-03-26 07:55:40 +00:00
Kubernetes Prow Robot
c90a4b16b6
Merge pull request #130945 from danwinship/prefersame-e2e-test
...
e2e testing for PreferSameZone/PreferSameNode
2025-03-25 18:12:34 -07:00
Benjamin Elder
4fa9639145
kubectl http proxy e2e: do not append os.Environ() redundantly
2025-03-25 15:08:34 -07:00
Benjamin Elder
f7f4aa02ba
kubectl e2e: debug appended environment variables
2025-03-25 15:08:04 -07:00
Natasha Sarkar
2350e7a911
deflake pod-resize-resource-quota-test
2025-03-25 21:12:29 +00:00
Kubernetes Prow Robot
ef838fcc3f
Merge pull request #131054 from jsturtevant/fix-up-ginkgo-skips
...
[sig-windows] Ginkgo skip needs to run inside leaf node otherwise it panics
2025-03-25 13:52:44 -07:00
Kubernetes Prow Robot
bcea7a100b
Merge pull request #130980 from macsko/increase_number_of_pods_in_preemption_tests
...
Increase number of pods in PreemptionBasic and PreemptionPVs
2025-03-25 13:52:32 -07:00
James Sturtevant
2073252d5a
Ginkgo skip needs to run inside leaf node otherwise it panics
...
Signed-off-by: James Sturtevant <jsturtevant@gmail.com >
2025-03-25 06:59:26 -07:00
Kubernetes Prow Robot
ee41b03416
Merge pull request #131041 from dims/fix-cpu_manager_test-failure-in-ci-kubernetes-node-swap-ubuntu-serial
...
Fix cpu_manager_test-failure in ci-kubernetes-node-swap-ubuntu-serial
2025-03-25 04:38:32 -07:00
Kubernetes Prow Robot
ff25881bc1
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-signals
...
KEP 4960: Container Stop Signals
2025-03-24 16:36:32 -07:00
Davanum Srinivas
d429c8b17d
debug cpu_manager_test failure
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-03-24 19:15:38 -04:00
Dan Winship
478a6f9d05
Add a tests for PreferSameNode
2025-03-24 18:47:45 -04:00
Dan Winship
0ee6b0dbfa
Add "multi-node" TrafficDistribution test
...
The existing TrafficDistribution test didn't really distinguish "same
zone" from "same node". Add another test that makes sure there are at
least 2 nodes in each zone so it can do that.
(Keep the original test as well to avoid losing coverage in CI systems
with single-schedulable-node-per-zone clusters.)
2025-03-24 18:47:37 -04:00
Dan Winship
7956b37f62
Add test for trafficDistribution: PreferSameZone
...
(Identical to the PreferClose test.)
2025-03-24 18:47:36 -04:00
Dan Winship
23aff5dabd
Split out the pieces of the TrafficDistribution test
2025-03-24 18:47:34 -04:00