- Introduction
- Get Started
- Deploy
- In Self-Managed Kubernetes
- In Public Cloud Kubernetes
- Deploy TiDB on ARM64 Machines
- Deploy TiFlash to Explore TiDB HTAP
- Deploy TiDB Across Multiple Kubernetes Clusters
- Deploy a Heterogeneous TiDB Cluster
- Deploy TiCDC
- Deploy TiDB Binlog
- Monitor and Alert
- Migrate
- Import Data
- Migrate from MySQL
- Migrate TiDB to Kubernetes
- Manage
- Secure
- Scale
- Upgrade
- Upgrade a TiDB Cluster
- Upgrade TiDB Operator
- Backup and Restore
- Overview
- Backup and Restore Custom Resources
- Grant Permissions to Remote Storage
- Amazon S3 Compatible Storage
- Google Cloud Storage
- Persistent Volumes
- Maintain
- Restart a TiDB Cluster
- Destroy a TiDB Cluster
- View TiDB Logs
- Modify TiDB Cluster Configuration
- Configure Automatic Failover
- Pause Sync of TiDB Cluster
- Maintain Different TiDB Clusters Separately Using Multiple TiDB Operator
- Maintain Kubernetes Nodes
- Migrate from Helm 2 to Helm 3
- Replace Nodes for a TiDB Cluster
- Disaster Recovery
- Troubleshoot
- FAQs
- Reference
- Release Notes
- v1.2
- v1.1
- v1.0
- v0
TiDB Operator 1.1.5 Release Notes
Release date: September 18, 2020
TiDB Operator version: 1.1.5
Compatibility Changes
- If the TiFlash version is earlier than
v4.0.5
, please setspec.tiflash.config.config.flash.service_addr: {clusterName}-tiflash-POD_NUM.{clusterName}-tiflash-peer.{namespace}.svc:3930
in the TidbCluster CR ({clusterName}
and{namespace}
need to be replaced with the real value) before upgrading TiDB Operator to v1.1.5 or later versions. When TiFlash is going to be upgraded tov4.0.5
or later versions, please removespec.tiflash.config.config.flash.service_addr
in the TidbCluster CR at the same time (#3191, @DanielZhangQD)
New Features
- Support configuring
serviceAccount
for TiDB/Pump/PD (#3246, @july2993) - Support configuring
spec.tikv.config.log-format
andspec.tikv.config.server.max-grpc-send-msg-len
(#3199, @kolbe) - Support labels configuration for TiDB (#3188, @howardlau1999)
- Support recovery from failover for TiFlash and TiKV (#3189, @DanielZhangQD)
- Add
mountClusterClientSecret
configuration for PD and TiKV. If the config is set totrue
, TiDB Operator will mount the${cluster_name}-cluster-client-secret
to the PD or TiKV containers (#3282, @DanielZhangQD)
Improvements
- Adapt TiDB/PD/TiKV configurations to v4.0.6 (#3180, @lichunzhu)
- Support mounting the cluster client certificate to PD pod (#3248, @weekface)
- Scaling takes precedence over upgrading for TiFlash/PD/TiDB. This is to avoid that Pods cannot be scaled in case of upgrade failure (#3187, @lichunzhu)
- Support the
imagePullSecrets
configuration for Pump (#3214, @weekface) - Update the default configuration for TiFlash (#3191, @DanielZhangQD)
- Remove
ClusterRole
from TidbMonitor CR (#3190, @weekface) - Drainer that are deployed by Helm and exits normally will no longer be restarted (#3151, @lichunzhu)
- The tidb-scheduler HA strategy takes failover pods into consideration (#3171, @cofyc)
Bug Fixes
Was this page helpful?