TiDB Operator v1.0.1
This release fixes some serious bugs:
- We fixed a serious bug (#878) that may cause all
PD
andTiKV
pods to be accidentally deleted whenkube-apiserver
fails. But the data is safe. This would cause TiDB service outage. So if you are usingv1.0.0
or prior versions, you must upgrade tov1.0.1
. - The backup tool image
pingcap/tidb-cloud-backup
uses a forked version of Mydumper. The current versionpingcap/tidb-cloud-backup:20190610
contains a serious bug that could result in a missing column in the exported data. This is fixed in #29. And the default image used now contains this fixed version. So if you are using the old version image for backup, you must upgrade to usepingcap/tidb-cloud-backup:201908028
and do a new full backup to avoid potential data inconsistency.
Please check out CHANGELOG for a full list of changes. For user guide, please check out document.
Docker images:
docker pull pingcap/tidb-operator:v1.0.1
docker pull uhub.ucloud.cn/pingcap/tidb-operator:v1.0.1