Skip to content

Commit

Permalink
cherry pick #439 to release-1.1 (#451)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: weekface <weekface@gmail.com>
  • Loading branch information
ti-srebot and weekface committed Jun 19, 2020
1 parent 492f26d commit 5c76a8f
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions en/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5c76a8f

Please sign in to comment.