Set FailureTreshold to 8 for kubeadm components in order to not restart unless really necessary

pull/6/head
Lucas Käldström 2016-10-01 16:25:27 +03:00
parent 918e99e298
commit 60274778bc
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ func componentProbe(port int, path string) *api.Probe {
},
InitialDelaySeconds: 15,
TimeoutSeconds: 15,
FailureThreshold: 8,
}
}