diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 4e48c7fff70ef..aa88cd4c157e4 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?