修复 kubelet 采集大小限制和失效 Docker cAdvisor 目标
yaml / yaml (pull_request) Failing after 10m48s

This commit is contained in:
2026-09-25 17:21:45 +00:00
parent c06c6f7857
commit f4b6bf73ff
2 changed files with 7 additions and 11 deletions
@@ -13,6 +13,9 @@ spec:
honorLabels: true
honorTimestamps: false
interval: 30s
# k3s 此端点包含 apiserver/etcd 指标,响应已超过默认 16 MiB。
# 仅放宽 kubelet 任务,其他采集目标保留默认限制。
max_scrape_size: "32MiB"
tlsConfig:
insecureSkipVerify: true
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt