新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,25 @@
---
title: "功能标志"
type: concept
tags: [Deployment, Feature Flags, DevOps]
sources: [rto-vs-rpo-disaster-recovery.md]
last_updated: 2025-07-26
---
## Summary
功能标志是控制功能开启/关闭的开关,无需重新部署即可改变系统行为。
## Definition
功能标志允许团队在不重新部署代码的情况下切换功能状态,支持渐进式发布和即时回滚。
## Key Claims
- 部署与发布解耦:可随时部署,择机发布
- 渐进式发布1%→5%→25%→100%
- Kill Switch紧急情况下立即关闭问题功能
- 将回滚时间从数小时缩短到秒级
## Connections
- [[RTO]] ← 改善 ← 功能标志
- [[RPO]] ← 保护 ← 功能标志
- [[LaunchDarkly]] ← 平台 ← 功能标志