File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable MD007 -->
2+ <!-- markdownlint-disable MD041 -->
3+
4+ - [ TiDB on Kubernetes 文档] ( https://docs.pingcap.com/zh/tidb-in-kubernetes/dev )
5+ - 关于 TiDB Operator
6+ - 部署
7+ - 自托管的 Kubernetes
8+ - 监控与告警
9+ - 数据迁移
10+ - 从 MySQL 迁移
11+ - 运维管理
12+ - 安全
13+ - [ 以非 root 用户运行] ( containers-run-as-non-root-user.md )
14+ - 升级
15+ - 升级 TiDB Operator
16+ - 备份与恢复
17+ - 使用 Amazon S3 兼容的存储
18+ - 使用 Google Cloud Storage
19+ - 使用 Azure Blob Storage
20+ - 使用持久卷
21+ - 基于快照的备份和恢复
22+ - 运维
23+ - 为 TiDB 集群更换节点
24+ - 灾难恢复
25+ - 故障诊断
26+ - 参考
27+ - 架构
28+ - 工具
29+ - 配置
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ controllerManager:
2525
2626对于按照 Custom Resource (CR) 生成的容器,可以在任意一种 CR(例如 ` PDGroup`、`TiDBGroup`、`TiKVGroup`、`TiFlashGroup`、`TiCDCGroup`、`Backup`、`CompactBackup`、`BackupSchedule`、`Restore`)中配置安全上下文 (`securityContext`)。
2727
28- - 对于 `PDGroup`、`TiDBGroup`、`TiKVGroup`、`TiFlashGroup`、`TiCDCGroup` 等 CR,可以通过 [ Overlay](overlay.md) 的方式配置安全上下文。配置 `PDGroup` CR 的示例如下:
28+ - 对于 `PDGroup`、`TiDBGroup`、`TiKVGroup`、`TiFlashGroup`、`TiCDCGroup` 等 CR,可以通过 Overlay 的方式配置安全上下文。配置 `PDGroup` CR 的示例如下:
2929
3030 ` ` ` yaml
3131 apiVersion: core.pingcap.com/v1alpha1
You can’t perform that action at this time.
0 commit comments