SataQiu
c6aaa1eab0
kubeadm: lower the log level of EtcdSupportedVersion warning message as it is a kubeadm internal warning
2023-05-29 10:39:20 +08:00
Stephen Heywood
11a40406a1
Promote Ephemeral containers e2e test to Conformance
2023-05-29 11:46:10 +12:00
Jordan Liggitt
bf116e8594
Optimize reflect checks further, save item type information
2023-05-28 00:46:35 -04:00
scott
12e3d9fcc4
Implement WithAlloc variants for EachListItem and ExtractList
2023-05-28 00:46:35 -04:00
scott
efc601302a
Extract List reflect optimization
2023-05-27 23:26:36 -04:00
scott
b8a3bd673d
Add WithAlloc interface and stub implementations with base benchmarks
2023-05-27 23:26:35 -04:00
Kubernetes Prow Robot
b374404825
Merge pull request #117505 from SergeyKanzhelev/localhostOnWord
...
change the seccompProfile field description to match the imlpementation
2023-05-27 14:09:40 -07:00
Kubernetes Prow Robot
bb746d6e46
Merge pull request #118285 from pohly/e2e-provisioning-error-checking
...
e2e storage: add missing error checking for WaitForVolumeAttachmentTerminated
2023-05-27 13:07:40 -07:00
Lars Ekman
4aa5441de2
Move pkg/util/ipvs inside pkg/proxy/ipvs
...
Ipvs will never be used by any other component within K8s than
the proxy/ipvs
Signed-off-by: Lars Ekman <uablrek@gmail.com>
2023-05-27 18:37:50 +02:00
Kensei Nakada
0535e74224
feature(schedule_one): use heap to find the highest score node
2023-05-27 11:34:32 +00:00
Aldo Culquicondor
532fe3c965
Add kerthcet and sanposhiho as SIG scheduling approvers
2023-05-26 17:48:21 -04:00
Kubernetes Prow Robot
d05b79c836
Merge pull request #118269 from liggitt/genproto
...
Update google.golang.org/genproto
2023-05-26 14:43:25 -07:00
Kubernetes Prow Robot
dc62a2c752
Merge pull request #116969 from alculquicondor/patch-5
...
Move damemi to sig-scheduling reviewers
2023-05-26 14:43:14 -07:00
Chinmay Chapla
8df1a5e6dc
Webhook conversion metrics
2023-05-26 19:34:36 +00:00
Kubernetes Prow Robot
7ce6616838
Merge pull request #114514 from jiahuif-forks/tests/validating-admission-policy
...
initial e2e tests for ValidatingAdmissionPolicy
2023-05-26 11:50:57 -07:00
Kubernetes Prow Robot
cb8d9f6867
Merge pull request #117283 from defo89/pv-recycler-change-cmd
...
change pv recycler scrub cmd to find -delete
2023-05-26 10:50:52 -07:00
Jordan Liggitt
a045fedd02
Update google.golang.org/genproto
2023-05-26 13:20:33 -04:00
Kubernetes Prow Robot
719c9fe3f9
Merge pull request #118177 from HirazawaUi/fix-git-repo-test
...
Fix the git-repo test error caused by the correct use of loop variables
2023-05-26 08:55:04 -07:00
Kubernetes Prow Robot
c35a2775b2
Merge pull request #115554 from yt2985/cleanSA
...
LegacyServiceAccountTokenCleanUp alpha
2023-05-26 08:54:53 -07:00
Patrick Ohly
455169bd66
e2e storage: add missing error checking for WaitForVolumeAttachmentTerminated
...
The function returns an error that tests must check to detect when
there was a failure.
2023-05-26 17:43:13 +02:00
Kubernetes Prow Robot
1c9f08a1c5
Merge pull request #118262 from torredil/pv-controller
...
Improve Clarity of Provisioner Waiting Message
2023-05-26 07:57:04 -07:00
Kubernetes Prow Robot
a874f587b4
Merge pull request #118071 from kerthcet/cleanup/use-contextual-logging-in-statefulset
...
Chore: Apply to use contextual logging for all loggers in statefulSet
2023-05-26 07:56:53 -07:00
Wojciech Tyczyński
d76043958f
Follow up from dynamic retryAfter
2023-05-26 15:50:25 +02:00
HirazawaUi
510287d344
Fix the git-repo test error caused by the correct use of loop variables
2023-05-26 21:32:36 +08:00
Kubernetes Prow Robot
8233635d52
Merge pull request #118274 from kerthcet/chore/fix-the-usage-example
...
Chore: fix the example about how to use PollUntilContextTimeout
2023-05-26 06:07:04 -07:00
Kubernetes Prow Robot
f7cfb5f02f
Merge pull request #118257 from pohly/dra-scheduler-plugin-loopvar-fix
...
dra scheduler plugin test: fix loopvar bug and "reserve" expected data
2023-05-26 06:06:53 -07:00
Kubernetes Prow Robot
58e6e903b7
Merge pull request #118272 from SataQiu/clean-e2e-framework-20230526
...
e2e-framework: code cleanup for mismatched comments
2023-05-26 02:50:52 -07:00
Michal Wozniak
926bc9bf8e
Update podFailurePolicy comment from alpha-level to beta
2023-05-26 10:24:36 +02:00
kerthcet
7d2e1888f8
Chore: fix the example about how to use PollUntilContextTimeout
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2023-05-26 14:13:35 +08:00
SataQiu
4d2ff08bfa
e2e-framework: code cleanup for mismatched comments
2023-05-26 12:36:19 +08:00
Kubernetes Prow Robot
2e306e9632
Merge pull request #118268 from jingyuanliang/kpmem
...
Set kube-proxy memory request to 50Mi
2023-05-25 21:00:51 -07:00
LronDC
15678e4a67
Optimize usage message of commands which have subcommands.
...
Signed-off-by: LronDC <lun.su@daocloud.io>
2023-05-26 10:07:43 +08:00
Paco Xu
6a867eacd8
kubeadm: warning only for deprecated FG
2023-05-26 09:47:40 +08:00
Jingyuan Liang
4dfc684b34
Set kube-proxy memory request to 50Mi
...
With optional override using KUBE_PROXY_MEMORY_REQUEST following the
KUBE_PROXY_CPU_REQUEST pattern.
2023-05-26 01:01:33 +00:00
Kubernetes Prow Robot
d8e9a7b33a
Merge pull request #118017 from danwinship/kube-proxy-platform
...
merge duplicated linux/windows kube-proxy setup code
2023-05-25 16:39:02 -07:00
Kubernetes Prow Robot
cfeb83d56b
Merge pull request #116525 from ffromani/kubelet-podresources-endpoint-ga
...
node: podresources: graduate to GA
2023-05-25 16:38:50 -07:00
Kubernetes Prow Robot
3d27dee047
Merge pull request #118065 from BenTheElder/prune-junit-cleanup
...
prune-junit-xml cleanup
2023-05-25 11:34:54 -07:00
torredil
5d18f47149
Improve clarity and guidance in provisioner waiting message
...
Signed-off-by: torredil <torredil@amazon.com>
2023-05-25 17:26:06 +00:00
Kubernetes Prow Robot
ffc0346400
Merge pull request #118099 from ii/create-csidriver-test
...
Write e2e test for StorageV1CSIDriver Endpoints + 3 Endpoints
2023-05-25 08:45:03 -07:00
Kubernetes Prow Robot
36d81a5818
Merge pull request #118054 from johanoskarsson/johan_leader_election_lock_id_validate
...
Validate lock identity
2023-05-25 08:44:52 -07:00
Kubernetes Prow Robot
ef00ff2148
Merge pull request #118256 from aojea/svc_unavailable
...
e2e should retry if service is not available
2023-05-25 07:00:51 -07:00
Patrick Ohly
7a6b4a9215
dra scheduler plugin test: fix loopvar bug and "reserve" expected data
...
The `listAll` function returned a slice where all pointers referred to the same
instance. That instance had the value of the last list entry. As a result, unit
tests only compared that element.
During the reserve phase, the first claim gets reserved in two test
cases. Those two tests must expect that change. That hadn't been noticed before
because that first claim didn't get compared.
2023-05-25 15:10:05 +02:00
Kubernetes Prow Robot
8db4d63245
Merge pull request #118248 from aojea/fix_rs_test
...
e2e rc: if the pods are running but not ready the test will fail
2023-05-25 05:18:52 -07:00
Antonio Ojea
e31b2080f5
e2e framework retry on Service unavailable errors
...
the e2e framwork use active loops to wait for certain async operations,
these loops need to retry on some operations and fail in others.
For the functions that depend on some operations to happen, the
apiserver may return 503 errors until that specific service is
available, so we should retry on those too.
Change-Id: Ib3d194184f6385b9d3d151c7055f27c97c21c3ff
2023-05-25 11:22:45 +00:00
Kubernetes Prow Robot
6911d3b2b8
Merge pull request #118235 from kkkkun/set_watchlist_env
...
Lookup ENABLE_CLIENT_GO_WATCH_LIST_ALPHA in NewReflectorWithOptions
2023-05-25 02:42:51 -07:00
Antonio Ojea
a50549cc90
e2e rc: if the pods are running but not ready the test will fail
...
Change-Id: Ic9211f8117caa7c320e2fb0f8d668184450c1d90
2023-05-25 07:19:51 +00:00
Kubernetes Prow Robot
03ebd4b7ef
Merge pull request #116656 from HirazawaUi/fik-fd-leaks
...
Cleanup fd leaks and file removal cleanup
2023-05-24 22:50:50 -07:00
Kubernetes Prow Robot
bcb3d87117
Merge pull request #118070 from carlory/patch-001
...
legacy names of volume plugins have been gone a LONG time
2023-05-24 20:37:01 -07:00
Kubernetes Prow Robot
90ed8ba687
Merge pull request #118013 from neolit123/1.28-add-config-validate
...
kubeadm: add the "config validate" subcommand
2023-05-24 20:36:49 -07:00
Kubernetes Prow Robot
04d14ba389
Merge pull request #118242 from aojea/fix_e2e_rs
...
fix unknown field error in rs e2e
2023-05-24 17:14:50 -07:00