We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1049c39 + 8570c3c commit e93e5abCopy full SHA for e93e5ab
1 file changed
rootfs/bin/boot
@@ -26,9 +26,6 @@ until etcdctl --no-sync -C "$ETCD" ls >/dev/null 2>&1; do
26
sleep $((ETCD_TTL/2)) # sleep for half the TTL
27
done
28
29
-# wait until etcd has discarded potentially stale values
30
-sleep $((ETCD_TTL+1))
31
-
32
function etcd_set_default {
33
set +e
34
ERROR="$(etcdctl --no-sync -C "$ETCD" mk "$ETCD_PATH/$1" "$2" 2>&1)"
0 commit comments