Kubernetes Prow Robot
b3be343bc8
Merge pull request #110811 from Abirdcfly/clock
...
Update golangci-lint to 1.46.2 and fix errors
2022-07-06 16:03:32 -07:00
Tim Hockin
55232e2ef7
Rename IPFamilyPolicyType => IPFamilyPolicy
2022-07-06 15:42:26 -07:00
Kubernetes Prow Robot
666ee0886f
Merge pull request #110703 from aojea/beta_enable_ipranges
...
enable ServiceIPStaticSubrange beta by default
2022-07-06 14:55:44 -07:00
Kubernetes Prow Robot
4593b2e71a
Merge pull request #110290 from danwinship/kep-3178-local-policy-drop
...
Don't use KUBE-MARK-DROP for "no local endpoints"
2022-07-06 14:55:33 -07:00
Kubernetes Prow Robot
65361245ed
Merge pull request #110824 from Abirdcfly/simple
...
cleanup:use copy other than for loop
2022-07-06 12:03:33 -07:00
Kubernetes Prow Robot
6b6558a463
Merge pull request #110948 from alculquicondor/re-enable-job-tracking
...
Re-enable JobTrackingWithFinalizers
2022-07-06 09:45:33 -07:00
Kubernetes Prow Robot
1ea6eb2d1d
Merge pull request #110954 from kerthcet/fix/deadline-should-be-nil
...
Fix pod's deadline to nil when cache ttl is set to zero
2022-07-06 07:28:51 -07:00
JunYang
cafc5d1c82
filter out terminated containers in cadvisor_stats_provider
2022-07-06 19:21:27 +08:00
HaoJie Liu
4990214c6f
Remove invalid comments in hack/lib/version.sh
...
Signed-off-by: HaoJie Liu <liuhaojie@beyondcent.com>
2022-07-06 19:19:29 +08:00
Dave Chen
988b96fcbb
kubeadm: Don't ask for input if it's dry run mode
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-07-06 18:18:53 +08:00
0xff-dev
729bd22e24
clean up unused function 'GetServiceHealthCheckPathPort'
2022-07-06 16:15:14 +08:00
R0CKSTAR
fa9f2c409a
Resolve review comments
...
Signed-off-by: R0CKSTAR <yeahdongcn@gmail.com>
2022-07-06 11:11:53 +08:00
Kubernetes Prow Robot
bd2776e0c9
Merge pull request #110868 from rikatz/endport-to-ga
...
Promote endPort in Network Policy to GA
2022-07-05 19:48:49 -07:00
Kubernetes Prow Robot
efa26e5daf
Merge pull request #110876 from zhoumingcheng/master-unit-v6
...
add unit test coverage for pkg/util/slice
2022-07-05 15:59:20 -07:00
Dimitrie Mititelu
09ca06e875
kube-proxy: windows: Removed hnsV1
...
hnsV1 not supported anymore
Signed-off-by: Dimitrie Mititelu <dmititelu@cloudbasesolutions.com>
2022-07-05 22:24:23 +03:00
Kubernetes Prow Robot
850a5ffda6
Merge pull request #110901 from ping035627/k8s-220701
...
Add failure handling of the desiredStateOfWorldPopulator start
2022-07-05 11:27:31 -07:00
Kubernetes Prow Robot
fe1d3fe637
Merge pull request #110691 from yangjunmyfm192085/fixlogprint
...
Execute the Run function of kubelet, Remove invalid comments and remove run function
2022-07-05 11:27:19 -07:00
Kubernetes Prow Robot
a17215fe84
Merge pull request #110768 from kerthcet/fix/filter-out-unsatisfied-nodes-in-AddPod
...
Filter out unsatisfied nodes when calling AddPod in PodTopologySpread
2022-07-05 10:15:19 -07:00
kerthcet
72e8fc1d87
Fix: pod's deadline shoud be nil when cache ttl is 0
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-07-05 23:29:31 +08:00
Kubernetes Prow Robot
f0d2473484
Merge pull request #110952 from SataQiu/scheduler-20220705
...
scheduler: remove unused Equal function for HTTPExtender
2022-07-05 06:56:48 -07:00
kidddddddddddddddddddddd
c62479a6f1
Pass ctx to BindPodVolumes.
2022-07-05 20:23:07 +08:00
SataQiu
e74af4bdfa
scheduler: remove unused Equal function for HTTPExtender
2022-07-05 13:17:05 +08:00
Kubernetes Prow Robot
47ad357c52
Merge pull request #110925 from kapiljain1989/remove_scheduler_cache_ttl
...
Remove TTL for scheduler cache to resolve the race condition when Cac…
2022-07-04 12:47:23 -07:00
Aldo Culquicondor
a26920b190
Re-enable JobTrackingWithFinalizers
...
Change-Id: If9bd960f3da07bbdc4bc59008976e7f2cfd011e9
2022-07-04 15:24:19 -04:00
Kapil Jain
4706dda5da
Added code for disable scheduler cache expiry
2022-07-04 23:46:59 +05:30
hwdef
1c4387c78f
Update the Chinese translation of kubectl
2022-07-04 18:55:06 +08:00
Kubernetes Prow Robot
89aaf7c02d
Merge pull request #110862 from Abirdcfly/deleteutil
...
cleanup: delete same utils.go in pkg/apis/storage
2022-07-01 18:23:22 -07:00
Marcus Puckett
61ebfdb201
Add cases for when --timeout=0 and tests
2022-07-01 16:58:09 -07:00
Kubernetes Prow Robot
65679c066d
Merge pull request #110922 from mpuckett159/revert-108086-bugfix/fix-pod-wait-loop
...
Revert "Move kubectl wait to informers with a cache to avoid hanging due to objects disappearing from the cluster"
2022-07-01 14:51:22 -07:00
Marcus Puckett
a6bd1e6ac9
Revert "Move kubectl wait to informers with a cache to avoid hanging due to objects disappearing from the cluster ( #108086 )"
...
This reverts commit 171431ca2c
.
2022-07-01 13:45:18 -07:00
Kubernetes Prow Robot
be5d7aa60f
Merge pull request #110039 from pacevedom/api-coherent
...
Remove side effects from e2e aggregator API service test
2022-07-01 11:37:22 -07:00
Kubernetes Prow Robot
20a7253a0e
Merge pull request #109853 from ping035627/k8s-220506
...
Cleanup FindPluginBySpec() in VolumePluginMgr
2022-07-01 07:29:22 -07:00
JunYang
842abe9dae
Execute the Run function of kubelet, no log output after failure
2022-07-01 22:24:07 +08:00
Pablo Acevedo Montserrat
34f5938abe
Add readinessProbe to aggregated api service test
2022-07-01 16:22:41 +02:00
zhoumingcheng
e64f68aa6b
Fix a typo
...
Signed-off-by: zhoumingcheng <zhoumingcheng@beyondcent.com>
2022-07-01 18:05:52 +08:00
R0CKSTAR
ae31c0423f
Print pod.Spec.RuntimeClassName in kubectl describe
...
Signed-off-by: R0CKSTAR <yeahdongcn@gmail.com>
2022-07-01 16:24:37 +08:00
PingWang
c6b4725e55
Add failure handling of the desiredStateOfWorldPopulator start
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2022-07-01 13:56:33 +08:00
Kubernetes Prow Robot
fa16bf8e12
Merge pull request #110791 from SataQiu/fix-kubeadm-20220626
...
kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join
2022-06-30 21:53:34 -07:00
Kubernetes Prow Robot
8b0221708c
Merge pull request #110744 from neolit123/1.25-update-etcd-startup-probe
...
kubeadm: use non-serializable startup probe for etcd pods
2022-06-30 21:53:22 -07:00
kerthcet
5a358f478b
Fix: filter out unsatisfied nodes when calling AddPod in PodTopologySpread
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-07-01 11:46:26 +08:00
Kubernetes Prow Robot
d2cea9475b
Merge pull request #110840 from aojea/echoserver
...
Remove e2e echoserver image and replace it by agnost
2022-06-30 13:54:57 -07:00
Kubernetes Prow Robot
982743593b
Merge pull request #110798 from ii/create-event-lifecycle-test
...
Write Event Lifecycle Test +1 Endpoint
2022-06-30 13:54:44 -07:00
Kubernetes Prow Robot
cfc386c060
Merge pull request #110892 from yuanchen8911/prefilter
...
Refactor scheduler code
2022-06-30 12:42:42 -07:00
Yuan Chen
ef0456eb40
Refactor scheduler code
2022-06-30 11:27:25 -07:00
Kubernetes Prow Robot
3eb7b7a48f
Merge pull request #110874 from chendave/fix_debug
...
kubeadm: Force to disable debug mode for `crictl`
2022-06-30 10:42:20 -07:00
Kubernetes Prow Robot
8a7eda4f61
Merge pull request #110831 from chendave/openapi
...
Bump `kube-openapi` to the latest
2022-06-30 10:42:09 -07:00
Lubomir I. Ivanov
2829fc03e3
kubeadm: use non-serializable startup probe for etcd pods
...
As per the etcd maintainers' recommendation - startup probes
shouldn't be serialized, while the liveness probes should be.
2022-06-30 20:26:32 +03:00
Carter McKinnon
858d925721
Add debug info to log message
2022-06-30 09:53:20 -07:00
Kubernetes Prow Robot
019141a13c
Merge pull request #110875 from marquiz/devel/e2e
...
test/e2e: fix GetCurrentKubeletConfig
2022-06-30 09:06:21 -07:00
Marcus Puckett
171431ca2c
Move kubectl wait to informers with a cache to avoid hanging due to objects disappearing from the cluster ( #108086 )
...
* move to using informers for getObjAndCheckCondition
* move to using informers for IsDeleted
* update tests to handle new informer methodology
* set minimum timeout to 1s because informer can't handle less for caching reasons
* fix null return for deletes issue
2022-06-30 09:06:08 -07:00