Akhil Mohan
2ce4f85a46
update verify script to check deprecated fields
...
Signed-off-by: Akhil Mohan <makhil@vmware.com>
2023-09-25 21:37:40 +05:30
Kubernetes Prow Robot
1c651cf739
Merge pull request #120817 from bertinatto/fix-panic-vsphere
...
e2e: bootstrap vsphere tests earlier
2023-09-25 08:57:36 -07:00
Patrick Ohly
e5f25ccb62
k8s.io/dynamic-resource-allocation: fix compatibility with Kubernetes 1.27
...
Kubernetes 1.28 introduced generated resource claim names, with the actual name
recorded in the pod status. As part of that change, the helper library for DRA
drivers was updated to match that behavior. Since then, driver deployments were
either compatible with Kubernetes 1.27 when using
k8s.io/dynamic-resource-allocation 0.27 or Kubernetes 1.28 when using 0.28,
but never both.
This was okay because this is an alpha feature, but it makes testing of DRA
drivers harder (in particular because cloud providers have not all updated to
1.28 yet) and can be fixed fairly easily. Therefore adding support for 1.27 is
worthwhile and reasonable.
2023-09-25 17:25:59 +02:00
Kubernetes Prow Robot
9410de78b2
Merge pull request #120872 from p0lyn0mial/upstream-has-initial-events-annotation
...
storage/util: introduce HasInitialEventsEndBookmarkAnnotation
2023-09-25 07:47:25 -07:00
Lukasz Szaszkiewicz
70ae9c441c
storage/util: introduce HasInitialEventsEndBookmarkAnnotation
2023-09-25 15:41:14 +02:00
lvedder
e1a572fb2e
update filepath-securejoin dependency to 0.2.4 to fix security vulnerability
2023-09-25 14:52:53 +02:00
Kubernetes Prow Robot
fcfc2d05a4
Merge pull request #119557 from p0lyn0mial/upstream-watch-list-etcd-store
...
Add support for API streaming to the etcd store implementation
2023-09-25 04:32:58 -07:00
bzsuni
aa9b2b1696
use generic Set in api
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2023-09-25 19:04:08 +08:00
Antonio Ojea
4a74958b2d
deflake TestWebSocketClient_HeartbeatSucceeds
...
Change-Id: I1f3331255ed81183b25ec24084c00d0cf7dfb510
2023-09-25 10:31:46 +00:00
Lukasz Szaszkiewicz
ca562fd280
storage/etcd: the watcher supports the API streaming
2023-09-25 12:26:38 +02:00
Roman Bednar
84d5e7c8fa
remove RetroactiveDefaultStorageClass feature gate
2023-09-25 11:37:44 +02:00
Kubernetes Prow Robot
c6bb90aeea
Merge pull request #120852 from bzsuni/cleanup/sets/scheduler
...
use generic Set in scheduler
2023-09-25 01:52:57 -07:00
SataQiu
1a68195626
kubeadm: fix the bug that kubeadm always do CRI detection when --config is passed even if it is not required by subcommand
2023-09-25 16:35:47 +08:00
carlory
1d88bf9789
scheduler/nodeaffinity: reduce pod scheduling latency
...
Co-authored-by: Kensei Nakada <handbomusic@gmail.com>
2023-09-25 09:41:22 +08:00
Kubernetes Prow Robot
3cbfa3e2cd
Merge pull request #120854 from dpasiukevich/patch-1
...
Remove dpasiukevich from cluster/addons/dns OWNERS
2023-09-24 15:24:57 -07:00
Dzmitry Pasiukevich
72b68b8003
Remove dpasiukevich from cluster/addons/dns OWNERS
2023-09-24 21:47:22 +02:00
Kubernetes Prow Robot
ba0505319e
Merge pull request #120851 from dhruvmehtaaa/remove-code
...
Remove an old compatibility check/warning
2023-09-24 12:28:57 -07:00
bzsuni
b71d7f9305
use generic Set in scheduler
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2023-09-24 22:46:55 +08:00
dhruvmehtaaa
7c5219438d
Remove an old compatibility check/warning
2023-09-24 20:08:40 +05:30
Lubomir I. Ivanov
5c80007ecc
cluster-bootstrap: make randBytes() be in constant-time
...
The function generates bytes in the x={0-252} range and then
applies an y=(x mod 36) to obtain allowed token characters
from validBootstrapTokenChars[y].
Instead of using crypto/rand.Reader, use crypto/rand.Int()
that operates in the val={0-len(validBootstrapTokenChars))}.
Once a random index is generated, use simple operations
to obtain a random character in the a-z,0-9 character range.
This makes the character generation in constant-time.
2023-09-23 18:24:42 +03:00
Kubernetes Prow Robot
c5cf0ac188
Merge pull request #120836 from jkh52/knp-0.28.0
...
Bump Konnectivity to 0.28.0
2023-09-23 07:02:57 -07:00
Joseph Anttila Hall
1b602ffd9a
Bump Konnectivity to 0.28.0
2023-09-22 13:10:24 -07:00
Dezhou Jiang
06deb49d2c
Fix panic testing intree vSphere dynamic PV.
...
Change-Id: I9d1ee7f49f01c3308b967d84865fa6bcfafc4b0d
2023-09-22 18:58:44 +00:00
Dan Winship
0910fe4b98
Extend iptables packet tracer to check the protocol
2023-09-22 11:41:21 -04:00
Dan Winship
a25fb03c00
Add assertIPTablesChainEquals, to streamline a few tests
...
Rather than checking the entire iptables dump, only check a single
chain.
2023-09-22 11:41:21 -04:00
Dan Winship
0ab0e404b8
Drop the now-unused assertIPTablesRulesNotEqual
...
Previously this was used to assert "something changed since the last
sync", but we already have packet flow tests in all of those cases now
to assert that the *specific* something we care about changed.
2023-09-22 11:41:21 -04:00
Dan Winship
4438f5e436
Remove assertIPTablesRulesEqual checks from terminating endpoints tests
...
The flow tests sufficiently check the results.
Also remove some irrelevant bits of the Service definition that don't
affect these tests.
2023-09-22 11:41:17 -04:00
Kubernetes Prow Robot
3ac83f528d
Merge pull request #119290 from carlory/add-logger
...
the scheduling queue logs the error and treats it as QueueAfterBackoff
2023-09-22 08:10:49 -07:00
Dan Winship
d57a51d0a9
Remove assertIPTablesRulesEqual from InternalTrafficPolicy test
...
Just use the flow tests. Also, add a new test for a missing case.
2023-09-22 11:07:53 -04:00
Dan Winship
43db55e93d
Rename and extend TestOverallIPTablesRulesWithMultipleServices
...
Rename TestOverallIPTablesRulesWithMultipleServices to just
TestOverallIPTablesRules, and add one rule type we weren't previously
testing (session affinity).
2023-09-22 11:06:45 -04:00
machine424
a96b97e40c
storage/etcd3/metrics: add unit test for apiserver_storage_objects
2023-09-22 16:13:03 +02:00
Kubernetes Prow Robot
7a941176a7
Merge pull request #120807 from p0lyn0mial/upstream-extend-generic-watch-semantic-tests
...
Extend RunWatchSemantics test by a new flavour and fill the gap
2023-09-22 06:16:49 -07:00
Paco Xu
534a0941e8
kubeadm: change kubelet skew to apiserver to n-3
2023-09-22 20:46:29 +08:00
Lukasz Szaszkiewicz
0e238c4c28
storage/testing/watcher_tests: add new flavour to RunWatchSemantics test and fill the gap
...
the new flavour proves that a storage layer follows RV
which is equal to the global rv
2023-09-22 13:02:22 +02:00
b8kings0ga
9345da51ac
fix comment mistake, run "make update"
2023-09-22 16:37:55 +08:00
Akhil Mohan
45a776d5ff
update rules to switch from deprecated dir field
...
dir field has been deprecated in favour of dirs field, so that
multiple directories can be specified in the rules in future
when publishing-bot moves from filter-branch to filter-repo
Signed-off-by: Akhil Mohan <makhil@vmware.com>
2023-09-22 11:38:53 +05:30
Kubernetes Prow Robot
4eb6b3907a
Merge pull request #120361 from tnqn/improve-test-log
...
Improve service unit test failure report
2023-09-21 21:17:52 -07:00
Kubernetes Prow Robot
19d82808c1
Merge pull request #120818 from danwinship/bridge-nf-call-iptables
...
Remove an old compatibility check/warning
2023-09-21 20:09:50 -07:00
fusida
9fb77db9b9
e2e: set liveness probe timeout seconds for conformance test
2023-09-22 11:05:00 +08:00
Alvaro Aleman
5d56f7cf86
Apimeta Set/RemoveStatusCondition: Indicate change
...
The SetStatusCondition and RemoveStatusCondition currently do not
indicate if they changed anything. In most cases that information is
necessary to determine if an Update of the object is needed. This change
adds a boolean return to them that indicate if they changed anything.
As the two functions had no return at all prior to this, this shouldn't
break anything.
2023-09-21 21:13:33 -04:00
Dan Winship
b489beb365
Remove an old compatibility check/warning
...
It was IPv4-specific but nobody ever noticed this or reported the lack
of IPv6 check as a problem, suggesting that it is no longer needed.
2023-09-21 16:49:23 -04:00
Kubernetes Prow Robot
1e862b0fec
Merge pull request #120388 from HirazawaUi/add-group-to-apiserver-tracing
...
Add group, version, namespace, name, and subresource to apiserver tracing
2023-09-21 13:07:10 -07:00
Fabio Bertinatto
eb109e3948
e2e: bootstrap vsphere tests earlier
2023-09-21 16:19:37 -03:00
Kubernetes Prow Robot
cde6a46a48
Merge pull request #120799 from aojea/workqueue_test
...
workqueue unit tests to assert collapsing behaviors
2023-09-21 08:44:27 -07:00
Kubernetes Prow Robot
0a2a568639
Merge pull request #120797 from p0lyn0mial/upstream-refactor-generic-watch-semantic-tests
...
storage/testing/watcher_tests: refactor RunWatchSemantics tests
2023-09-21 07:24:56 -07:00
Kubernetes Prow Robot
ed552363c3
Merge pull request #120405 from Rei1010/introduceNewMethod
...
using wait.Interrupted instead of deprecated wait.ErrWaitTimeout for apps
2023-09-21 07:24:44 -07:00
Evan Lezar
d3d1827c05
Use local isCgroup2UnifiedMode consistently
...
This change switches to using isCgroup2UnifiedMode locally to ensure
that any mocked function is also used when checking the swap controller
availability.
Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-09-21 16:09:04 +02:00
Antonio Ojea
8a31bb6786
workqueue unit tests to assert collapsing behaviors
...
Change-Id: If4bf54c3af603c17de49055960f9a76e7d38aab3
2023-09-21 11:13:33 +00:00
Kubernetes Prow Robot
5ebb9f3195
Merge pull request #120793 from chendave/doc
...
kubeadm: Nominate myself (chendave) as a kubeadm approver
2023-09-21 03:45:07 -07:00
Lukasz Szaszkiewicz
dc5cfe3cff
storage/testing/watcher_tests: refactor RunWatchSemantics tests
2023-09-21 12:16:16 +02:00