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: Secret
metadata:
name: kwatch
namespace: kwatch
stringData:
feishu-webhook: "replace-me"
config.yaml: |
alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
title: "optional customized title"

Routing

alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]

Retry

alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
retry:
maxAttempts: 5
delay: 5s

Fallback

alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
fallback: <another_provider>

Compact mode

alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
compact: true

Screenshot

FeiShu notification screenshot