- annotations:
message: ‘%message’
summary: Container is unhealthy
summaryCn: 容器状态不良
condition: |
type=“Warning” and involvedObject.kind=“Pod” and reason=“Unhealthy” and count>3
enable: true
labels:
severity: warning
name: ContainerUnhealthy
type: alert
比如要区分探针类型告警message字段不包含Startup,支持这样的语法吗,如果支持的话应该怎么写