Skip to main content

FeiShu (Lark)

ParameterDescriptionRequired
alert.feishu.webhook🔗 Webhook URLYes
alert.feishu.title✏️ Custom titleNo

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
feishu:
webhook: WEBHOOK_URL
title: "optional customized title"

Routing

alert:
feishu:
webhook: WEBHOOK_URL
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]

Retry

alert:
feishu:
webhook: WEBHOOK_URL
retry:
maxAttempts: 5
delay: 5s

Fallback

alert:
feishu:
webhook: WEBHOOK_URL
fallback: <another_provider>

Compact mode

alert:
feishu:
webhook: WEBHOOK_URL
compact: true

Screenshot

FeiShu notification screenshot