mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Set FailureTreshold to 8 for kubeadm components in order to not restart unless really necessary
This commit is contained in:
parent
918e99e298
commit
60274778bc
@ -195,6 +195,7 @@ func componentProbe(port int, path string) *api.Probe {
|
||||
},
|
||||
InitialDelaySeconds: 15,
|
||||
TimeoutSeconds: 15,
|
||||
FailureThreshold: 8,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user