Kubernetes Prow Robot
|
a6f641b656
|
Merge pull request #118236 from andyzhangx/remove-azurefile
removed the deprecated `azureFile` in-tree storage plugin
|
2023-05-29 09:25:54 -07:00 |
|
Kubernetes Prow Robot
|
fe9ef26af5
|
Merge pull request #113362 from sxllwx/ftr/extract_listobject_use_copy
Faster ExtractList. Add ExtractListWithAlloc variant.
|
2023-05-29 09:25:43 -07:00 |
|
Kubernetes Prow Robot
|
76bad75c1e
|
Merge pull request #118270 from pacoxu/warningonly-for-deprecatedFG
kubeadm: warning only for deprecated FG
|
2023-05-29 08:23:55 -07:00 |
|
Kubernetes Prow Robot
|
7f2a1e8cd3
|
Merge pull request #118132 from marseel/improve_reflector_retries
Improve backoff policy in reflector.
|
2023-05-29 08:23:44 -07:00 |
|
wangxiang
|
4b4b3b71b7
|
clean up dead code
|
2023-05-29 21:40:46 +08:00 |
|
SataQiu
|
4523a301c8
|
kubeadm: enable --feature-gates flag for kubeadm upgrade node
|
2023-05-29 21:32:42 +08:00 |
|
Kubernetes Prow Robot
|
11067ceb32
|
Merge pull request #118306 from SataQiu/fix-kubeadm-20230529
kubeadm: lower the log level of EtcdSupportedVersion warning message as it is a kubeadm internal warning
|
2023-05-28 22:51:42 -07:00 |
|
Mengjiao Liu
|
074900e81b
|
scheduler: update the scheduler interface and cache methods to use contextual logging
|
2023-05-29 13:26:32 +08:00 |
|
Paco Xu
|
0951204298
|
kubeadm: Supports() return true for all alpha/beta/ga/deprecated
|
2023-05-29 13:05:20 +08:00 |
|
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 |
|