Kubernetes Prow Robot
e48d42d81d
Merge pull request #122627 from sanposhiho/remove-AssignedPodUpdated
...
take PodTopologySpread into consideration when requeueing Pods based on Pod related events
2024-07-08 16:21:11 -07:00
Kubernetes Prow Robot
7cf5ae8e98
Merge pull request #125930 from sanposhiho/cleanup-ifs
...
cleanup: remove non-necessary `if`s
2024-07-08 14:13:50 -07:00
Kubernetes Prow Robot
b106c291c3
Merge pull request #125841 from saschagrunert/get-container-events-ctx
...
cri: allow `GetContainerEvents` to pass a context
2024-07-08 14:13:41 -07:00
Kubernetes Prow Robot
db91d45d2d
Merge pull request #124152 from danwinship/knftables-versions
...
update client/kernel version requirements for nftables kube-proxy
2024-07-08 12:45:02 -07:00
Patrick Ohly
4bed71dd15
e2e framework: don't add default skip when --label-filter is used
...
The new pull-kubernetes-kind-dra uses
-label-filter='Feature: containsAny DynamicResourceAllocation && !Flaky && !Serial'
to run DRA tests. That didn't work because the E2E framework behind its back
added the default skip expression.
2024-07-08 21:13:52 +02:00
Jerry-yz
bd90e99b2a
fix: schedule code comment typo
...
Signed-off-by: Jerry-yz <yz386071268@gmail.com>
2024-07-09 00:04:18 +08:00
Kubernetes Prow Robot
53c8efbe71
Merge pull request #125743 from benluddy/extract-roundtrip-to-unstructured
...
Extract RoundtripToUnstructured to apimachinery apitesting library.
2024-07-08 08:22:49 -07:00
Kubernetes Prow Robot
d2d55831e5
Merge pull request #125615 from benluddy/apiextensions-json-unmarshal-copy
...
Copy input to UnmarshalJSON on the apiextensions JSON types.
2024-07-08 08:22:42 -07:00
Maciej Szulik
aaf1fb50f3
Add --for=create option to kubectl wait
2024-07-08 14:07:26 +02:00
Maciej Szulik
6eec9d6b21
kubectl wait: split condition functions into separate files
2024-07-08 14:07:24 +02:00
Maciej Szulik
f35d8a4595
Expose WithError in FakeResourceFinder for tests
2024-07-08 13:33:06 +02:00
Dan Winship
b39fd03ee4
Allow disabling nftables kernel version check
2024-07-08 07:29:27 -04:00
Timo Furrer
fed49d06aa
Fix typo in type name of watch decode error
2024-07-08 07:52:38 +02:00
Feilian Xie
a25008dd7a
Add missing RBAC permissions to the sample-apiserver.
...
Signed-off-by: Feilian Xie <fxie@redhat.com>
2024-07-08 13:52:03 +08:00
jeffinkottaram
f57d67c847
Fix should complete a service status lifecycle
test
...
Fix `[sig-network] Services [It] should complete a service status
lifecycle [Conformance]` not iterating through all `Conditions` in
status, causing failure when a `Condition` already exists.
Log Conditions instead of Loadbalanacer.
2024-07-08 01:15:14 -04:00
Kubernetes Prow Robot
7ec344dcef
Merge pull request #124994 from TessaIO/fix-autocompletion-for-set-context-namespace
...
fix: add namespace autocompletion for kubectl config set-context command
2024-07-07 21:39:43 -07:00
Tim Hockin
e6bb041445
Clarify errors in ProjectedVolume validation
...
Also clarify API docs.
2024-07-07 13:54:01 -07:00
TessaIO
62be85249e
fix: add namespace autocompletion for kubectl config set-context command
...
Signed-off-by: TessaIO <ahmedgrati1999@gmail.com>
2024-07-07 21:10:36 +02:00
Kubernetes Prow Robot
07cc20a750
Merge pull request #125922 from dims/update_otel_27
...
Update opentelemetry dependencies to the latest release (Take 2)
2024-07-06 17:31:14 -07:00
Matthieu MOREL
f014b754fb
fix: enable empty and len rules from testifylint on pkg package
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
2024-07-06 23:15:43 +00:00
Kubernetes Prow Robot
40225a788c
Merge pull request #125887 from fxierh/fakediscovery-fix
...
[client-go] Enable FakeDiscovery client to simulate errors by fixing error handling
2024-07-06 15:31:50 -07:00
Kubernetes Prow Robot
08e1ceaa0d
Merge pull request #123099 from MikeSpreitzer/update-sample-controller
...
Update the sample controller
2024-07-06 14:12:53 -07:00
Mike Spreitzer
fdbf0bbb2d
Finish switching to utilruntime.HandleErrorWithContext
...
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2024-07-06 16:11:23 -04:00
Feilian Xie
33557a2f6c
Return the error returned by Invokes so the FakeDiscovery client is able to simulate any error with reactors.
...
Signed-off-by: Feilian Xie <fxie@redhat.com>
2024-07-07 03:23:08 +08:00
Kensei Nakada
41f7607c04
cleanup: remove non-necessary ifs
2024-07-06 13:19:24 +00:00
Kensei Nakada
e16aa35865
address review suggestions
2024-07-06 13:17:17 +00:00
Kensei Nakada
533140f065
take PodTopologySpread into consideration when requeueing Pods based on Pod related events
2024-07-06 13:17:14 +00:00
Kubernetes Prow Robot
8d0ee91fc7
Merge pull request #125835 from benluddy/roundtrip-error-fmt-strings
...
Fix fmt verbs for strings in roundtrip test errors
2024-07-06 05:02:53 -07:00
David Ashpole
2180ec8e8f
fix tracing integration test
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-07-05 21:23:57 -04:00
Davanum Srinivas
ff7942be83
update OpenTelemetry dependencies and grpc
...
This update dropped the otelgrpc → cloud.google.com/go/compute dependency,
among others. This dropped out because genproto cleaned up it's dependencies
on google cloud libraries, and otel updated - details in #113366 .
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Co-Authored-By: David Ashpole <dashpole@google.com>
2024-07-05 21:21:30 -04:00
Kubernetes Prow Robot
9039d71dd7
Merge pull request #124092 from princepereira/ppereira-updatelbpolicy-master
...
Adding modifyloadbalancer api support in Windows KubeProxy for update loadbalancer replacing usage of delete and create loadbalancer api.
2024-07-05 17:40:28 -07:00
Kubernetes Prow Robot
bd1f86a154
Merge pull request #125914 from mimowo/cleanup-job-tests
...
Cleanup Job tests: align error messages, no TODO ctx, no unused params
2024-07-05 15:13:46 -07:00
Kubernetes Prow Robot
6432b3db82
Merge pull request #125920 from siyuanfoundation/bug
...
fix lock bug for componentGlobalsRegistry
2024-07-05 12:25:05 -07:00
Kubernetes Prow Robot
82429a9dda
Merge pull request #125873 from benluddy/nonjson-rawextension-writes-test
...
Add integration test for rejecting non-JSON RawExtensions.
2024-07-05 09:56:49 -07:00
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
Siyuan Zhang
d31aebe572
fix lock bug for componentGlobalsRegistry
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-07-05 15:50:10 +00: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
5837de2796
Merge pull request #125906 from cpanato/update-rules
...
Update publishing-bot rules to Go 1.22.5
2024-07-05 05:44:37 -07: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
lukashankeln
58c44005cd
fix(cronjob): lastSuccessfullTime not set when successfulJobsHistoryLimit equal to zero ( #122025 )
...
* fix(cronjob): lastSuccessfullTime not set when successfulJobsHistoryLimit equal to zero
* fix(cronjob): added tests for successfulJobsHistoryLimit mutations
2024-07-05 03:57:47 -07:00
Antonio Ojea
fa62529e6d
fix race on integration test for portforward
2024-07-05 09:06:18 +00:00
cpanato
8693df66d5
Update publishing-bot rules to Go 1.22.5
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-07-05 09:18:52 +02:00
Kubernetes Prow Robot
95debfb5b6
Merge pull request #125864 from ArkaSaha30/bump-govulncheck-master
...
Bump govulncheck to 1.1.2
2024-07-04 20:14:48 -07: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
Kubernetes Prow Robot
c87c06d7ff
Merge pull request #125850 from dims/fix-for-typecheck-does-not-notice-compile-errors-in-test-files
...
Fix for typecheck doesn't notice compile errors in test files
2024-07-04 13:21:42 -07:00
Davanum Srinivas
c230a45383
Fix for typecheck doesn't notice compile errors in test files
...
- ensure we add all the staging modules so the _test files in there are "loaded"
- use build tags to skip tests that fail to build in specific os/arch pairs
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Co-Authored-By: Tim Hockin <thockin@google.com>
2024-07-04 15:01:41 -04:00
Kubernetes Prow Robot
6698fb7d24
Merge pull request #125894 from cpanato/update-go122-main
...
[go] Bump images, dependencies and versions to go 1.22.5 and distroless iptables
2024-07-04 10:55:14 -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
8ebfb8c2c2
Merge pull request #125842 from soltysh/remove_deprecated_flags
...
Remove deprecated kubectl run and drain flags
2024-07-04 06:46:32 -07:00