> *消息*: `Based on recent sampling, the persistent volume claimed by {{ $labels.persistentvolumeclaim }} in namespace {{ $labels.namespace }} is expected to fill up within four days.`
备注: PVC磁盘配额预计在4天后用尽
> ### 组名: "kubernetes-system"
> ##### 报警名称: "KubeNodeNotReady"
> *消息*: `{{ $labels.node }} has been unready for more than an hour"`
备注: 节点不可用
> ##### 报警名称: "KubeVersionMismatch"
> *消息*: `There are {{ $value }} different versions of Kubernetes components running.`
备注: 系统组件版本不正确
> ##### 报警名称: "KubeClientErrors"
> *消息*: `Kubernetes API server client '{{ $labels.job }}/{{ $labels.instance }}' is experiencing {{ printf \"%0.0f\" $value }}% errors.'`
备注: API客户端错误率过高
> ##### 报警名称: "KubeClientErrors"
> *消息*: `Kubernetes API server client '{{ $labels.job }}/{{ $labels.instance }}' is experiencing {{ printf \"%0.0f\" $value }} errors / sec.'`
备注: API客户端每秒错误数过高
> ##### 报警名称: "KubeletTooManyPods"
> *消息*: `Kubelet {{$labels.instance}} is running {{$value}} pods, close to the limit of 110.`
备注: 单个节点Pod数超过110个
> ##### 报警名称: "KubeAPILatencyHigh"
> *消息*: `The API server has a 99th percentile latency of {{ $value }} seconds for {{$labels.verb}} {{$labels.resource}}.`
备注: API服务端返回延迟过高
> ##### 报警名称: "KubeAPILatencyHigh"
> *消息*: `The API server has a 99th percentile latency of {{ $value }} seconds for {{$labels.verb}} {{$labels.resource}}.`
备注: API服务端返回延迟极高
> ##### 报警名称: "KubeAPIErrorsHigh"
> *消息*: `API server is erroring for {{ $value }}% of requests.`
备注: API服务端返回错误率过高
> ##### 报警名称: "KubeAPIErrorsHigh"
> *消息*: `API server is erroring for {{ $value }}% of requests.`
备注: API服务端返回错误率极高
> ##### 报警名称: "KubeClientCertificateExpiration"
> *消息*: `Kubernetes API certificate is expiring in less than 7 days.`
备注: 系统证书将在7天后过期
> ##### 报警名称: "KubeClientCertificateExpiration"
> *消息*: `Kubernetes API certificate is expiring in less than 1 day.`