This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
richard
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
increase timeout value for etcd wait_for
pull/35/head
Smaine Kahlouch
9 years ago
committed by
ant31
parent
c9d9ccf025
commit
3f3b03bc99
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
roles/etcd/tasks/main.yml
2
roles/etcd/tasks/main.yml
View File
@ -10,4 +10,4 @@
wait_for:
port
:
2379
delay
:
5
timeout
:
2
0
timeout
:
3
0
Write
Preview
Loading…
Cancel
Save