From ede01609ecd125aee2848846b9aaa0ea6f72daf7 Mon Sep 17 00:00:00 2001 From: weekface Date: Fri, 19 Jun 2020 16:27:07 +0800 Subject: [PATCH] en: fix tidb-operator chart notes (#439) Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com> --- en/get-started.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/en/get-started.md b/en/get-started.md index d830a19c3f..d014cbcccc 100644 --- a/en/get-started.md +++ b/en/get-started.md @@ -367,13 +367,9 @@ Before proceeding, make sure the following requirements are satisfied: NOTES: - 1. Make sure tidb-operator components are running - kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-operator - 2. Install CRD - kubectl apply -f https://raw.githubusercontent.com/pingcap/tidb-operator/master/manifests/crd.yaml - kubectl get customresourcedefinitions - 3. Modify tidb-cluster/values.yaml and create a TiDB cluster by installing tidb-cluster charts - helm install tidb-cluster + Make sure tidb-operator components are running: + + kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-operator ``` - Helm 3: @@ -402,13 +398,9 @@ Before proceeding, make sure the following requirements are satisfied: REVISION: 1 TEST SUITE: None NOTES: - 1. Make sure tidb-operator components are running - kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-operator - 2. Install CRD - kubectl apply -f https://raw.githubusercontent.com/pingcap/tidb-operator/master/manifests/crd.yaml - kubectl get customresourcedefinitions - 3. Modify tidb-cluster/values.yaml and create a TiDB cluster by installing tidb-cluster charts - helm install tidb-cluster + Make sure tidb-operator components are running: + + kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-operator ``` Confirm that the TiDB Operator components are running with this command: