Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh,en: remove tidb-scheduler in get-started (#2693) #2694

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion en/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-opera
```
NAME READY STATUS RESTARTS AGE
tidb-controller-manager-6d8d5c6d64-b8lv4 1/1 Running 0 2m22s
tidb-scheduler-644d59b46f-4f6sb 2/2 Running 0 2m22s
```

</details>
Expand Down
4 changes: 1 addition & 3 deletions zh/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ customresourcedefinition.apiextensions.k8s.io/tidbclusterautoscalers.pingcap.com
```
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.1 \
--set operatorImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-operator:v1.6.1 \
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.6.1 \
--set scheduler.kubeSchedulerImageName=registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.6.1
```

<details>
Expand Down Expand Up @@ -277,7 +276,6 @@ kubectl get pods --namespace tidb-admin -l app.kubernetes.io/instance=tidb-opera
```
NAME READY STATUS RESTARTS AGE
tidb-controller-manager-6d8d5c6d64-b8lv4 1/1 Running 0 2m22s
tidb-scheduler-644d59b46f-4f6sb 2/2 Running 0 2m22s
```

</details>
Expand Down
Loading