From ffbb47c9a92f3f6e7fecd899d386dca71db616cd Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 15 Dec 2021 19:11:17 +0800 Subject: [PATCH] Update tidb-in-kubernetes.md --- tidb-in-kubernetes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tidb-in-kubernetes.md b/tidb-in-kubernetes.md index e2bf57fbf27bf..127e04265b42e 100644 --- a/tidb-in-kubernetes.md +++ b/tidb-in-kubernetes.md @@ -8,6 +8,9 @@ aliases: ['/docs/tidb-in-kubernetes/dev/'] You can use [TiDB Operator](https://github.com/pingcap/tidb-operator) to deploy TiDB clusters in Kubernetes. TiDB Operator is an automatic operation system for TiDB clusters in Kubernetes. It provides full life-cycle management for TiDB including deployment, upgrades, scaling, backup, fail-over, and configuration changes. With TiDB Operator, TiDB can run seamlessly in the Kubernetes clusters deployed on a public or private cloud. -For the current TiDB release, the compatible version of TiDB Operator is v1.2. +For the current TiDB release, the compatible versions of TiDB Operator include v1.2 and v1.1. It is recommended to use TiDB Operator v1.2. -Currently, the TiDB in Kubernetes documentation is independent of the TiDB documentation. For detailed steps on how to deploy TiDB clusters in Kubernetes using TiDB Operator, see [TiDB in Kubernetes documentation](https://docs.pingcap.com/tidb-in-kubernetes/v1.2/). \ No newline at end of file +Currently, the TiDB in Kubernetes documentation is independent of the TiDB documentation. For detailed steps on how to deploy TiDB clusters in Kubernetes using TiDB Operator, see the following links: + +- [TiDB in Kubernetes documentation for TiDB Operator v1.2](https://docs.pingcap.com/tidb-in-kubernetes/v1.2/) +- [TiDB in Kubernetes documentation for TiDB Operator v1.1](https://docs.pingcap.com/tidb-in-kubernetes/v1.1/) \ No newline at end of file