Skip to content

Commit

Permalink
specify which pods should be running
Browse files Browse the repository at this point in the history
  • Loading branch information
cofyc committed Apr 17, 2019
1 parent f77e69a commit 9069d44
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 @@ -96,7 +96,7 @@ We can watch the operator come up with:

watch kubectl get pods --namespace tidb-admin -o wide

When you see all pods are `Running`, `Control + C` and proceed to launch a TiDB cluster!
When you see tidb-scheduler and tidb-controller-manager are `Running`, `Control + C` and proceed to launch a TiDB cluster!

## Deploy your first TiDB cluster

Expand Down

0 comments on commit 9069d44

Please sign in to comment.