From 603a6179a176841cb6f6b0d7dc2bdf47564aa53f Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 16 Dec 2024 17:42:10 +0800 Subject: [PATCH] Add security best practices to deployment --- faq/deploy-and-maintain-faq.md | 2 +- hardware-and-software-requirements.md | 12 ++++++------ production-deployment-using-tiup.md | 6 ++++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/faq/deploy-and-maintain-faq.md b/faq/deploy-and-maintain-faq.md index c15264d8e8ddf..aee4ac216abad 100644 --- a/faq/deploy-and-maintain-faq.md +++ b/faq/deploy-and-maintain-faq.md @@ -15,7 +15,7 @@ For the TiDB-supported operating systems, see [Software and Hardware Recommendat ### What is the recommended hardware configuration for a TiDB cluster in the development, test, or production environment? -You can deploy and run TiDB on the 64-bit generic hardware server platform in the Intel x86-64 architecture or on the hardware server platform in the ARM architecture. For the requirements and recommendations about server hardware configuration for development, test, and production environments, see [Software and Hardware Recommendations - Server recommendations](/hardware-and-software-requirements.md#server-recommendations). +You can deploy and run TiDB on the 64-bit generic hardware server platform in the Intel x86-64 architecture or on the hardware server platform in the ARM architecture. For the requirements and recommendations about server hardware configuration for development, test, and production environments, see [Software and Hardware Recommendations - Server requirements](/hardware-and-software-requirements.md#server-requirements). ### What's the purposes of 2 network cards of 10 gigabit? diff --git a/hardware-and-software-requirements.md b/hardware-and-software-requirements.md index fcbbf314614c1..3de6458dd750d 100644 --- a/hardware-and-software-requirements.md +++ b/hardware-and-software-requirements.md @@ -1,10 +1,10 @@ --- -title: Software and Hardware Recommendations -summary: Learn the software and hardware recommendations for deploying and running TiDB. +title: Software and Hardware Requirements +summary: Learn the software and hardware requirements for deploying and running TiDB. aliases: ['/docs/dev/hardware-and-software-requirements/','/docs/dev/how-to/deploy/hardware-recommendations/'] --- -# Software and Hardware Recommendations +# Software and Hardware Requirements