decrease wait time
Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com> (cherry picked from commit 04816ff733b449801eb164305e52923d538f500a)
This commit is contained in:
parent
f76b6fa495
commit
13d020a15b
@ -18,7 +18,7 @@ index f21629af..c14ea8dd 100644
|
|||||||
|
|
||||||
+ select {
|
+ select {
|
||||||
+ case <-backendToFrontendComplete:
|
+ case <-backendToFrontendComplete:
|
||||||
+ case <-time.Tick(300 * time.Second):
|
+ case <-time.Tick(30 * time.Second):
|
||||||
+ klog.Errorf("Wait backend to frontend complete timeout")
|
+ klog.Errorf("Wait backend to frontend complete timeout")
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: kubernetes
|
Name: kubernetes
|
||||||
Version: 1.20.2
|
Version: 1.20.2
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Container cluster management
|
Summary: Container cluster management
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://k8s.io/kubernetes
|
URL: https://k8s.io/kubernetes
|
||||||
@ -264,6 +264,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
|
|||||||
%systemd_postun kubelet kube-proxy
|
%systemd_postun kubelet kube-proxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 02 2022 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.20.2-13
|
||||||
|
- DESC: decrease wait time
|
||||||
|
|
||||||
* Tue Nov 01 2022 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.20.2-12
|
* Tue Nov 01 2022 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 1.20.2-12
|
||||||
- DESC: add log and modify timeout
|
- DESC: add log and modify timeout
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user