Skip to content

Commit

Permalink
en: fix tidb-operator chart notes (#439)
Browse files Browse the repository at this point in the history
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 19, 2020
1 parent 6371d19 commit ede0160
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 ede0160

Please sign in to comment.