Ben Luddy
d4e146c861
Add integration test for rejecting non-JSON RawExtensions.
...
The content of a RawExtension isn't constrained on its own, but there is a de facto requirement that
the object in a request body can be converted to unstructured. Currently, a RawExtension can only be
converted to unstructured if its Raw field is nil or if it contains valid JSON.
2024-07-05 11:54:14 -04:00
hjet
30e395a7fa
Roll back resize patches in doPodResizeTests
2024-07-05 11:41:07 -04:00
Michal Wozniak
4250d444f8
Cleanup Job controller tests
2024-07-05 14:59:03 +02:00
Kubernetes Prow Robot
b6899c5e08
Merge pull request #122251 from olderTaoist/unschedulable-plugin
...
register unschedulable plugin for those plugins that PreFilter's PreFilterResult filter out some nodes
2024-07-05 05:44:26 -07:00
Antonio Ojea
fa62529e6d
fix race on integration test for portforward
2024-07-05 09:06:18 +00:00
Kubernetes Prow Robot
0a59545f4d
Merge pull request #125838 from gauravkghildiyal/kep-4444-beta
...
Promote ServiceTrafficDistribution feature-gate to beta and enable by default. Also add missing integration tests.
2024-07-04 17:20:08 -07:00
cpanato
0e9308f3bc
Bump images, dependencies and versions to go 1.22.5 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-07-04 16:34:18 +02:00
Kubernetes Prow Robot
88313a4451
Merge pull request #125875 from BenTheElder/shrink-image-list
...
remove unused prometheus exporter images from e2e image list
2024-07-03 17:40:39 -07:00
Kubernetes Prow Robot
9ec91e6551
Merge pull request #125848 from jpbetz/fix-auth-selectors
...
Drop removed APIs from etcd data tests, remove special case logic for binaryVersion=0.0 and all usages
2024-07-03 17:40:32 -07:00
Benjamin Elder
df83363e87
remove unused prometheus exporter images from e2e image list
2024-07-03 15:08:14 -07:00
Kubernetes Prow Robot
83f99cbd47
Merge pull request #122751 from BenTheElder/lint-e2e-images
...
restrict permitted e2e images to known images list
2024-07-03 12:50:39 -07:00
Joe Betz
0be8f9ff63
Stop using binaryVersion=0.0 in tests and delete fixtures for kinds no longer served.
2024-07-03 13:52:18 -04:00
Benjamin Elder
0841358732
restrict permitted e2e images to known images list
...
allows tag bumps, but prevents adding new images to e2e without test/images approval
adds a pointer to agnhost as preferred before adding new images
2024-07-03 10:42:51 -07:00
Kubernetes Prow Robot
ae66cfe582
Merge pull request #125872 from aroradaman/fix-e2e-etp-local-lb
...
e2e/network/lb: fix url formatting for ipv6
2024-07-03 10:39:51 -07:00
Daman Arora
6605afe58a
e2e/network/lb: fix url formatting for ipv6
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-07-03 20:48:54 +05:30
Davanum Srinivas
2dccf29f33
Fix for Merged kubelet config does not match the expected configuration in cgroupv1 based jobs
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-07-03 10:54:09 -04:00
Sascha Grunert
2df920120a
Fix kubelet AppArmor rejection test
...
The corresponding e2e test needs to be adjusted side by side to the
merged PR: https://github.com/kubernetes/kubernetes/pull/125776 .
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-07-03 10:54:22 +02:00
Kubernetes Prow Robot
11c689b945
Merge pull request #125675 from tnqn/fix-rapid-endpoints-update
...
Fix endpoints status out-of-sync when the pod state changes rapidly
2024-07-02 23:48:42 -07:00
Amim Knabben
e5de3c3a81
Increasing limit margin to 8% on pod cpu limit test
2024-07-02 14:09:51 -03:00
Kubernetes Prow Robot
a38cde339a
Merge pull request #125832 from atiratree/fix-UnhealthyPodEvictionPolicy-e2e
...
fix readiness flake in UnhealthyPodEvictionPolicy
2024-07-02 05:15:59 -07:00
Gaurav Ghildiyal
386ca0ff4f
Add integration test for verifying the enablement and disablement of
...
feature-gate.
2024-07-01 23:51:59 -07:00
olderTaoist
b478621596
register unscheduable plugin when prefileter with NodeNames
2024-07-02 13:02:45 +08:00
Kubernetes Prow Robot
ff8834cdd7
Merge pull request #125690 from mengjiao-liu/fix-metrics-miss
...
Fixed metrics missing issue for metrics reference page
2024-07-01 20:15:47 -07:00
Filip Křepinský
3f8d799c9f
fix readiness flake in UnhealthyPodEvictionPolicy
2024-07-02 00:15:59 +02:00
Kubernetes Prow Robot
79fee524e6
Merge pull request #125483 from wojtek-t/storage_readiness_hook
...
Implement resilient watchcache initialization post-start-hook
2024-07-01 13:48:29 -07:00
Quan Tian
3bd975862a
Fix endpoints status out-of-sync when the pod state changes rapidly
...
When Pod state changes rapidly, endpoints controller may use outdated
informer cache to sync Service. If the outdated endpoints appear to be
expected by the controller, it skips updating it.
The commit fixes it by checking if endpoints informer cache is outdated
when processing a service. If the endpoints is stale, it returns an
error and retries later.
Signed-off-by: Quan Tian <quan.tian@broadcom.com >
2024-07-01 21:56:36 +08:00
Kubernetes Prow Robot
a2a5b67442
Merge pull request #125822 from kerthcet/fix/schedule_perf-failure
...
Log the error margin to avoid failures in schedule_perf
2024-07-01 05:07:27 -07:00
Wojciech Tyczyński
a5772bd425
Implement resilient watchcache initialization post-start-hook
2024-07-01 12:54:57 +02:00
kerthcet
e106b3a31f
Log the error margin to avoid failures in schedule_perf
...
Signed-off-by: kerthcet <kerthcet@gmail.com >
2024-07-01 18:22:31 +08:00
Kubernetes Prow Robot
d729af9446
Merge pull request #125591 from p0lyn0mial/upstream-promote-watch-list-to-beta
...
Promote WatchList feature to Beta
2024-07-01 02:31:14 -07:00
Kubernetes Prow Robot
2e39a55d49
Merge pull request #125794 from bzsuni/cleanup/PollImmediateWithContext
...
Use PollUntilContextTimeout to replace PollImmediateWithContext
2024-07-01 00:13:05 -07:00
Kubernetes Prow Robot
db9419c01d
Merge pull request #125803 from mmorel-35/len+empty/test
...
fix: enable and fixes rules from testifylint on test package
2024-06-30 12:59:21 -07:00
Kubernetes Prow Robot
93d56511e6
Merge pull request #125021 from aojea/servicecidrbeta
...
KEP-1880 Multiple Service CIDRs: Graduate to Beta (2/2)
2024-06-30 08:53:25 -07:00
Antonio Ojea
ed597316d6
modify tests to use the networking v1beta1 API
2024-06-30 09:48:46 +00:00
Matthieu MOREL
7bccbaf996
fix: enable and fixes rules from testifylint on test package
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2024-06-30 05:44:47 +00:00
Kubernetes Prow Robot
a9c156baef
Merge pull request #125787 from dims/pandaamanda-remove_apiserver_logs_api
...
kube-apiserver: default --enable-logs-handler flag to false
2024-06-29 11:23:12 -07:00
Kubernetes Prow Robot
fa75b4371d
Merge pull request #125550 from sanposhiho/scheduler_perf-gated
...
add a test case with gated pod-affinity pods to scheduler_perf
2024-06-29 07:06:42 -07:00
bzsuni
1599658fc6
Use PollUntilContextTimeout to replace PollImmediateWithContext
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-06-29 18:50:34 +08:00
Kensei Nakada
d6d55196ae
add a test case with PodAffinity gated pods to scheduler_perf
2024-06-29 03:35:10 +00:00
Kubernetes Prow Robot
3fdf06ae08
Merge pull request #125401 from bitoku/fix-fail-message
...
Fix E2E error message
2024-06-28 16:48:38 -07:00
Kubernetes Prow Robot
ac9aec9f9b
Merge pull request #125116 from pohly/dra-one-of-source
...
DRA: remove "source" indirection from v1 Pod API
2024-06-28 12:46:45 -07:00
Davanum Srinivas
a88dc632a4
kube-apiserver: default --enable-logs-handler flag to false
...
Co-Authored-By: Iceber Gu <wei.cai-nat@daocloud.io >
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-06-28 15:22:22 -04:00
Matthieu MOREL
0cde5f1e28
fix: enable bool-compare rule from testifylint linter ( #125135 )
...
* fix: enable bool-compare rule from testifylint linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
* Update hack/golangci.yaml.in
Co-authored-by: Patrick Ohly <patrick.ohly@intel.com >
* Update golangci.yaml.in
* Update golangci-strict.yaml
* Update golangci.yaml.in
* Update golangci.yaml.in
* Update golangci.yaml.in
* Update golangci.yaml.in
* Update golangci.yaml
* Update golangci-hints.yaml
* Update golangci-strict.yaml
* Update golangci.yaml.in
* Update golangci.yaml
* Update mux_test.go
---------
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
Co-authored-by: Patrick Ohly <patrick.ohly@intel.com >
2024-06-28 10:58:05 -07:00
ahg-g
be410c0dae
Graduate ElasticIndexedJob to GA
2024-06-28 17:00:29 +00:00
Michal Wozniak
780191bea6
review remarks for graduating PodDisruptionConditions
2024-06-28 17:32:27 +02:00
Michal Wozniak
bf0c9885a4
Graduate PodDisruptionConditions to stable
2024-06-28 16:36:51 +02:00
Kubernetes Prow Robot
d40676c227
Merge pull request #122047 from aojea/treeless
...
KEP-1880 Multiple Service CIDRs: Graduate to Beta (1/2)
2024-06-28 01:00:20 -07:00
Kubernetes Prow Robot
991e7a8c15
Merge pull request #125646 from HirazawaUi/apply-null
...
Prune explicit nulls from client-side apply create
2024-06-27 10:40:14 -07:00
Patrick Ohly
bde9b64cdf
DRA: remove "source" indirection from v1 Pod API
...
This makes the API nicer:
resourceClaims:
- name: with-template
resourceClaimTemplateName: test-inline-claim-template
- name: with-claim
resourceClaimName: test-shared-claim
Previously, this was:
resourceClaims:
- name: with-template
source:
resourceClaimTemplateName: test-inline-claim-template
- name: with-claim
source:
resourceClaimName: test-shared-claim
A more long-term benefit is that other, future alternatives
might not make sense under the "source" umbrella.
This is a breaking change. It's justified because DRA is still
alpha and will have several other API breaks in 1.31.
2024-06-27 17:53:24 +02:00
Antonio Ojea
194609bd6a
fix comment on integration test
2024-06-27 11:45:37 +00:00