increase metric-resolution

pull/14197/head
Steven Powell 2022-05-20 16:13:39 -07:00
parent 35987a8cd4
commit 4f24f5bdff
1 changed files with 3 additions and 3 deletions

View File

@ -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