Skip to content

Commit

Permalink
Update google-kubernetes-tutorial.md (#622)
Browse files Browse the repository at this point in the history
Fixed typo in docs
  • Loading branch information
TheCodeAssassin authored and weekface committed Jul 3, 2019
1 parent 5809578 commit cca0d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/google-kubernetes-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ When you see `Running`, it's time to hit <kbd>Ctrl</kbd>+<kbd>C</kbd> and procee
The first TiDB component we are going to install is the TiDB Operator, using a Helm Chart. TiDB Operator is the management system that works with Kubernetes to bootstrap your TiDB cluster and keep it running. This step assumes you are in the `tidb-operator` working directory:

kubectl apply -f ./manifests/crd.yaml &&
kubectl apply -f ./manifests/gke/persistent-disk.yml &&
kubectl apply -f ./manifests/gke/persistent-disk.yaml &&
helm install ./charts/tidb-operator -n tidb-admin --namespace=tidb-admin

We can watch the operator come up with:
Expand Down

0 comments on commit cca0d2a

Please sign in to comment.