mirror of https://github.com/k3s-io/k3s
Set FailureTreshold to 8 for kubeadm components in order to not restart unless really necessary
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