- 关于 TiDB Operator
- 快速上手
- 部署
- 自托管的 Kubernetes
- 公有云的 Kubernetes
- 在 ARM64 机器上部署 TiDB 集群
- 部署 TiDB HTAP 存储引擎 TiFlash
- 跨多个 Kubernetes 集群部署 TiDB 集群
- 部署 TiDB 异构集群
- 部署增量数据同步工具 TiCDC
- 部署 Binlog 收集工具
- 监控与告警
- 数据迁移
- 运维管理
- 安全
- 扩缩容
- 升级
- 升级 TiDB 集群
- 升级 TiDB Operator
- 备份与恢复
- 备份与恢复简介
- 备份与恢复 CR 介绍
- 远程存储访问授权
- 使用 Amazon S3 兼容的存储
- 使用 Google Cloud Storage
- 使用持久卷
- 运维
- 灾难恢复
- 故障诊断
- 常见问题
- 参考
- 版本发布历史
- v1.2
- v1.1
- v1.0
- v0
TiDB Operator 1.0.3 Release Notes
Release date: November 13, 2019
TiDB Operator version: 1.0.3
v1.0.3 What's New
Action Required
ACTION REQUIRED: This release upgrades default TiDB version to v3.0.5
which fixed a serious bug in TiDB. So if you are using TiDB v3.0.4
or prior versions, you must upgrade to v3.0.5
.
ACTION REQUIRED: This release adds the timezone
support for all charts.
For existing TiDB clusters. If the timezone
in tidb-cluster/values.yaml
has been customized to other timezones instead of the default UTC
, then upgrading tidb-operator will trigger a rolling update for the related pods.
The related pods include pump
, drainer
, discovery
, monitor
, scheduled backup
, tidb-initializer
, and tikv-importer
.
The time zone for all images maintained by tidb-operator
should be UTC
. If you use your own images, you need to make sure that the corresponding time zones are UTC
.
Improvements
- Add the
timezone
support for all containers of the TiDB cluster - Support configuring resource requests and limits for all containers of the TiDB cluster