Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deprecated warnings for outdated deployment methods (#3000) #3159

Merged
merged 3 commits into from
Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment: 'Rules for PingCAP docs'
comment: 'Markdownlint Rules for PingCAP docs'

# disable all by default
default: false
Expand Down
10 changes: 5 additions & 5 deletions test-deployment-using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ aliases: ['/docs/v3.1/test-deployment-using-docker/','/docs/v3.1/how-to/deploy/o

# Deploy TiDB Using Docker

This page shows you how to manually deploy a multi-node TiDB cluster on multiple machines using Docker.

To learn more, see [TiDB architecture](/architecture.md) and [Software and Hardware Recommendations](/hardware-and-software-requirements.md).

> **Warning:**
>
> This is for testing only. DO NOT USE in production! Please deploy TiDB with [our Ansible solution](/online-deployment-using-ansible.md) or [TiDB Operator in Kubernetes](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-tidb-operator/) in production.
> The Docker deployment method provided in this document is no longer maintained. If you want to test TiDB, it is recommended to refer to [Quick Start Guide for the TiDB Database Platform](https://docs.pingcap.com/tidb/dev/quick-start-with-tidb) for deployment. For **production environment**, **do not use** Docker for deployment, but [deploy TiDB with TiDB Ansible](/online-deployment-using-ansible.md) or [TiDB Operator in Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/v1.1/deploy-tidb-operator).

This document shows you how to manually deploy a multi-node TiDB cluster on multiple machines using Docker.

To learn more, see [TiDB architecture](/architecture.md) and [Software and Hardware Recommendations](/hardware-and-software-requirements.md).

## Preparation

Expand Down