- TiDB Operator 简介
- Benchmark
- 快速上手
- 部署
- 配置
- 监控
- 运维
- 扩缩容
- 升级
- 工具
- 组件
- 故障诊断
- 常见问题
- 版本发布历史
重要
你正在查看 TiDB Operator 工具的较旧主版本 (TiDB Operator v1.0) 的文档。
TiDB Operator release-1.3 是 TiDB Operator 的最新稳定主版本,如无特殊需求,建议使用该版本。点击此处查看 TiDB Operator release-1.3 文档。
TiDB Operator 1.0.5 Release Notes
Release date: December 11, 2019
TiDB Operator version: 1.0.5
v1.0.5 What's New
There is no action required if you are upgrading from v1.0.4.
Scheduled Backup
- Fix the issue that backup failed when
clusterName
is too long (#1229)
TiDB Binlog
- It is recommended that TiDB and Pump be deployed on the same node through the
affinity
feature and Pump be dispersed on different nodes through theanti-affinity
feature. At most only one Pump instance is allowed on each node. We added a guide to the chart. (#1251)
Compatibility
- Fix
tidb-scheduler
RBAC permission in Kubernetes v1.16 (#1282) - Do not set
DNSPolicy
ifhostNetwork
is disabled to keep backward compatibility (#1287)
E2E
- Fix e2e nil point dereference (#1221)
文档内容是否有帮助?