Reduce kubectl restart time from 10 seconds to 600ms

pull/4743/head
tstromberg 2019-07-12 09:34:44 -07:00
parent f158c226c3
commit 71ab89dfc2
1 changed files with 2 additions and 1 deletions

View File

@ -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