From d07dceb2acb0728580d4ab8b2ee10d7669547fd3 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 21 Feb 2024 13:06:27 +0800 Subject: [PATCH] update playground doc (#15976) (#16554) --- quick-start-with-tidb.md | 2 +- tiup/tiup-faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index ac23f4ae32d90..81167ed438a9c 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -14,7 +14,7 @@ In addition, you can try out TiDB features on [TiDB Playground](https://play.tid > **Note:** > -> The deployment method provided in this guide is **ONLY FOR** quick start, **NOT FOR** production. +> The deployment method provided in this guide is **ONLY FOR** quick start, **NOT FOR** production or comprehensive functionality and stability testing. > > - To deploy a self-hosted production cluster, see the [production installation guide](/production-deployment-using-tiup.md). > - To deploy TiDB on Kubernetes, see [Get Started with TiDB on Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable/get-started). diff --git a/tiup/tiup-faq.md b/tiup/tiup-faq.md index df13bd5325380..ab55eaa6ed81b 100644 --- a/tiup/tiup-faq.md +++ b/tiup/tiup-faq.md @@ -22,7 +22,7 @@ TiUP does not support third-party components for the time being, but the TiUP Te ## What is the difference between the TiUP playground and TiUP cluster components? -The TiUP playground component is mainly used to build a stand-alone development environment on Linux or macOS operating systems. It helps you get started quickly and run a specified version of the TiUP cluster easily. The TiUP cluster component is mainly used to deploy and maintain a production environment cluster, which is usually a large-scale cluster. +The TiUP playground component is mainly used to build a stand-alone development environment on Linux or macOS operating systems. It helps you get started quickly and run a specified version of the TiUP cluster easily. The TiUP cluster component is mainly used to deploy and maintain a production environment cluster, which is usually a large-scale cluster. TiDB clusters deployed by TiUP Playground might lack some features and operational capabilities, and it is not recommended for complete functional and stability testing. ## How do I write the topology file for the TiUP cluster component?