increase metric-resolution
parent
35987a8cd4
commit
4f24f5bdff
|
@ -35,7 +35,7 @@ spec:
|
|||
- --secure-port=4443
|
||||
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
|
||||
- --kubelet-use-node-status-port
|
||||
- --metric-resolution=15s
|
||||
- --metric-resolution=20s
|
||||
- --kubelet-insecure-tls
|
||||
resources:
|
||||
requests:
|
||||
|
@ -47,14 +47,14 @@ spec:
|
|||
protocol: TCP
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /readyz?exclude=livez
|
||||
path: /readyz
|
||||
port: https
|
||||
scheme: HTTPS
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /livez?exclude=readyz
|
||||
path: /livez
|
||||
port: https
|
||||
scheme: HTTPS
|
||||
periodSeconds: 10
|
||||
|
|
Loading…
Reference in New Issue