Kubernetes Prow Robot
7478a30fdc
Merge pull request #127260 from carlory/fix-124136
...
Fix TestPersistentVolumeProvisionMultiPVCs
2024-10-04 15:02:50 +01:00
Kubernetes Prow Robot
65bc7c0c1a
Merge pull request #126924 from carlory/volumelimit
...
Remove attachable volume limit from node's status capacity
2024-10-04 15:02:41 +01:00
Kubernetes Prow Robot
5a9b6065b1
Merge pull request #126599 from yaroslavborbat/fix-mount-bind
...
fix: preserve options after remount for bind mounting
2024-10-04 15:02:34 +01:00
Kubernetes Prow Robot
6c34d13e3b
Merge pull request #125147 from alexandrevilain/fix/recycler-client
...
recyclerclient: fix log message in case of delete pod error
2024-10-04 15:02:27 +01:00
Cookiery
4ce7f8547d
chore: cleanup code
...
chore: cleanup code
chore: cleanup code
chore: cleanup code
2024-10-04 20:43:01 +08:00
Kubernetes Prow Robot
b8e57a1c20
Merge pull request #127822 from benluddy/json-serializer-roundtrip-float64-no-fraction
...
Test concrete type changes in unstructured float64 JSON roundtrips.
2024-10-04 12:50:29 +01:00
yaroslavborbat
b3b57e53a4
replace /tmp with /var/tmp
...
Signed-off-by: yaroslavborbat <yaroslav.752@gmail.com>
2024-10-04 13:58:52 +03:00
Kubernetes Prow Robot
c95dd85823
Merge pull request #127396 from olyazavr/no-dupe-mount-unmount
...
check if volume already has mount op in progress before mount/unmount
2024-10-04 11:30:26 +01:00
Kubernetes Prow Robot
6df3b28f22
Merge pull request #127799 from danielvegamyhre/makefile-fix
...
Fix bug in Makefile example for running integration tests
2024-10-04 07:28:27 +01:00
Kubernetes Prow Robot
c923a61ddd
Merge pull request #125982 from harche/compressible_reserved
...
Set only compressible resources on system and kube reserved cgroup slices
2024-10-04 04:08:27 +01:00
Kubernetes Prow Robot
9ffefe3da2
Merge pull request #127816 from cici37/updateCEL
...
Bump dependency: cel-go to v0.21.0
2024-10-04 01:30:34 +01:00
Kubernetes Prow Robot
b70a646897
Merge pull request #127760 from logicalhan/patch-3
...
Update OWNERS_ALIASES with proper Instrumentation POCs
2024-10-04 01:30:27 +01:00
Kubernetes Prow Robot
3de975b732
Merge pull request #125171 from YamasouA/ft/queuehint-csidriver
...
volumebinding: scheduler queueing hints - CSIDriver
2024-10-04 00:26:27 +01:00
Kubernetes Prow Robot
fa3ff38f95
Merge pull request #127834 from googs1025/fix/leaderelection/patch
...
fix(leaderelection): nil check in OnStoppedLeading func
2024-10-03 23:22:30 +01:00
Antonin Bas
7dc4af6c8a
Ignore false positives from unused linter
...
This is a workaround for a false positive in the staticcheck linter,
which has not been addressed yet.
See https://github.com/dominikh/go-tools/issues/1294 .
Once this is fixed in staticcheck, we can just remove the exclude rule
from the golangci config.
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
2024-10-03 14:44:08 -07:00
Antonin Bas
1aec7568e1
Use generics for workqueue metrics
...
The workqueue implementation was recently updated to be strongly typed,
using Go generics. However the metrics implementation was not updated,
and continued using interface{}. This translated to unnecessary memory
allocations when invoking the queueMetrics interface methods to track
queue operation. We can avoid these extra heap allocations by using
generics for the metrics implementation as well.
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
2024-10-03 14:44:08 -07:00
Kubernetes Prow Robot
8c2255657a
Merge pull request #127827 from skitt/client-go-obsolete-plugins
...
client-go: remove obsolete auth plugins from examples
2024-10-03 21:30:27 +01:00
Harshal Patil
3bad47e8ed
Set only compressible resources on system slice
...
Signed-off-by: Harshal Patil <harpatil@redhat.com>
2024-10-03 13:23:34 -04:00
Ben Luddy
30c35a5618
Add NestedNumberAsFloat64 unstructured field accessor.
...
Go float64 values that have no fractional component and can be accurately represented as an int64,
when present in an unstructured object and roundtripped through JSON, appear in the resulting object
with the concrete type int64. For code that processes unstructured objects and expects to find
float64 values, this is a surprising edge case. NestedNumberAsFloat64 behaves the same as
NestedFloat64 when accessing a float64 value, but will additionally convert to float64 and return an
int64 value at the requested path. Errors are returned on encountering an int64 that cannot be
precisely represented as a float64.
2024-10-03 13:19:31 -04:00
googs1025
b60cef2609
fix(leaderelection): nil check in OnStoppedLeading func
2024-10-04 00:26:06 +08:00
Anish Shah
7abfa2dafb
possible deflake
2024-10-03 16:00:48 +00:00
yaroslavborbat
62c5fd9438
fix test
...
Signed-off-by: yaroslavborbat <yaroslav.752@gmail.com>
2024-10-03 18:39:28 +03:00
yaroslavborbat
c6e7554570
update vendor after rebase
...
Signed-off-by: yaroslavborbat <yaroslav.752@gmail.com>
2024-10-03 18:39:22 +03:00
yaroslavborbat
a813376093
fix mount options after remount
...
Signed-off-by: yaroslavborbat <yaroslav.752@gmail.com>
2024-10-03 18:39:18 +03:00
Stephen Kitt
4531c6de76
client-go: remove obsolete auth plugins from examples
...
The azure and gcp plugins no longer do anything other than point to
the corresponding external credential plugins. Client code should no
longer try to load them, so they should be removed from the examples.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-10-03 11:08:52 +02:00
Kubernetes Prow Robot
d99d3f7eb7
Merge pull request #127824 from kiashok/temp-hcsshim-fix
...
Fix retracted go-cose that hcsshim brings in
2024-10-03 10:00:26 +01:00
Kubernetes Prow Robot
7dd03c1ee5
Merge pull request #127353 from Gekko0114/integration_test_volumezone
...
Add integration test for VolumeZone in requeueing scenarios
2024-10-03 05:48:26 +01:00
sivchari
4eab3cca0a
use utils/ptr package instead of utils/pointer
...
Signed-off-by: sivchari <shibuuuu5@gmail.com>
2024-10-03 11:33:12 +09:00
googs1025
6219445398
chore(dra): improve assert event for unit test
2024-10-03 08:44:26 +08:00
Kubernetes Prow Robot
bb6bfba475
Merge pull request #127634 from deads2k/apply-subresource
...
add --subresource to kubectl apply
2024-10-03 01:42:33 +01:00
Kubernetes Prow Robot
3660a34d21
Merge pull request #122957 from richabanker/uvip-bugfix
...
MVP cleanup #2
2024-10-03 01:42:26 +01:00
Kirtana Ashok
a7941106ec
Fix retracted go-cose that hcsshim brings in
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2024-10-02 17:36:24 -07:00
Kubernetes Prow Robot
380c00d58f
Merge pull request #127805 from venkatsc/fix_e2e_127804
...
Fix pre-provisioned snapshots e2e test
2024-10-02 23:46:26 +01:00
Ben Luddy
707ee63456
Test concrete type changes in unstructured float64 JSON roundtrips.
...
During JSON roundtrips of unstructured objects, float64 values with no fractional component will in
certain cases roundtrip to int64. This is potentially surprising existing behavior. Adding dedicated
test coverage for this will help codify the behavior and mitigate future regression risk.
2024-10-02 16:38:54 -04:00
Kubernetes Prow Robot
fccbbf324d
Merge pull request #124711 from deads2k/vap-per-node
...
demonstrate VAP restricting action per-node
2024-10-02 21:15:49 +01:00
Richa Banker
9c65b79ea3
refactor peerproxy_handler and add unit test
2024-10-02 12:15:50 -07:00
David Eads
38fd067e92
demonstrate VAP restricting action per-node
2024-10-02 15:09:24 -04:00
Kubernetes Prow Robot
005f184ab6
Merge pull request #127815 from Jefftree/patch-4
...
Add aaron-prindle and jefftree to featuregates_linter directory
2024-10-02 19:31:49 +01:00
David Eads
55ba8b2cbb
add --subresource to kubectl apply
2024-10-02 13:28:29 -04:00
Jeffrey Ying
7f868946f4
Add aaron-prindle and jefftree to featuregates_linter directory
2024-10-02 17:25:59 +00:00
Cici Huang
80c0c2c32e
Update cel-go to v0.21.0
2024-10-02 17:15:58 +00:00
Kubernetes Prow Robot
3a0f6c1ea3
Merge pull request #127789 from googs1025/dra/controller/workqueue
...
feature(dra): use mock workqueue for controller unit test
2024-10-02 18:15:49 +01:00
Kubernetes Prow Robot
a35bca903e
Merge pull request #127811 from aojea/revert-126889-kube-proxy-refactor-healthz-metrics-address
...
Revert "kube-proxy: internal config: refactor HealthzAddress and MetricsAddress "
2024-10-02 17:09:56 +01:00
Kubernetes Prow Robot
37004f89b0
Merge pull request #127611 from haitch/haitao/k132-on-go123p1
...
bump golang to 1.23.1
2024-10-02 17:09:49 +01:00
Patrick Ohly
42e12c3673
apidiff: support trial builds of other projects
...
The intent is to check the real-world impact of an API change by
compiling controller-runtime with staging repos replaced by the
modified ones.
Such build checks must be requested explicitly with the new -b flag.
2024-10-02 16:54:49 +02:00
Kubernetes Prow Robot
af879aebb1
Merge pull request #127779 from soltysh/update_test_command
...
Print tested command only once
2024-10-02 15:07:50 +01:00
YamasouA
6dbaa5660e
fix test
2024-10-02 22:50:39 +09:00
googs1025
484443ffab
chore(dra): refector controller to adapt the mock workqueue in unit test
2024-10-02 21:48:47 +08:00
Patrick Ohly
1c67ed08f2
feature(dra): add mock workqueue for controller unit test
2024-10-02 21:43:02 +08:00
Antonio Ojea
7c4c7b14b2
Revert "kube-proxy: internal config: refactor HealthzAddress and MetricsAddress "
2024-10-02 15:08:35 +02:00