Reduce kubectl restart time from 10 seconds to 600ms
parent
f158c226c3
commit
71ab89dfc2
|
|
@ -171,7 +171,8 @@ Documentation=http://kubernetes.io/docs/
|
|||
ExecStart=/usr/bin/kubelet
|
||||
Restart=always
|
||||
StartLimitInterval=0
|
||||
RestartSec=10
|
||||
# Tuned for local dev: faster than upstream default (10s), but slower than systemd default (100ms)
|
||||
RestartSec=600ms
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in New Issue