Increase livenessProbe and readinessProbe timeout
Performing stress test on mainline for 1 pcore support, it was noticed that the metrics-server pod is restarting due to low default timeout (1 second). Increasing this value to 10 seconds will have no impact on app performance, but will delay restart in case of probe failure. Test Plan: PASS: build metrics-server packages PASS: install metrics-server updated and check the livenessProbe and readinessProve timeout. Closes-bug: 2091006 Change-Id: I11915b24a7189bf1b733c11a037cfe766efcf748 Signed-off-by: Hediberto C Silva <hediberto.cavalcantedasilva@windriver.com>
This commit is contained in:
parent
8bf3798c1b
commit
e3b7632f49
@ -20,6 +20,14 @@ tolerations:
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
|
||||
livenessProbe:
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 10
|
||||
|
||||
readinessProbe:
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 10
|
||||
|
||||
resources: null
|
||||
|
||||
addonResizer:
|
||||
|
Loading…
x
Reference in New Issue
Block a user