mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +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,
|
InitialDelaySeconds: 15,
|
||||||
TimeoutSeconds: 15,
|
TimeoutSeconds: 15,
|
||||||
|
FailureThreshold: 8,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user