Skip to content

Commit ba3c2c4

Browse files
authored
Merge pull request #23877 from liggitt/deprecate-cs
Remove reference to componentstatus
2 parents 8161a3e + e566a72 commit ba3c2c4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

content/en/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,10 @@ to be `/etc/kubernetes/config/kube-scheduler.yaml`), then restart the scheduler.
5050
After you have made this change, you can run
5151

5252
```bash
53-
kubectl get componentstatuses
53+
kubectl get pods -n kube-system | grep kube-scheduler
5454
```
5555

56-
to verify that the kube-scheduler component is healthy. The output is similar to:
57-
58-
```
59-
NAME STATUS MESSAGE ERROR
60-
controller-manager Healthy ok
61-
scheduler Healthy ok
62-
...
63-
```
56+
to verify that the kube-scheduler component is healthy.
6457

6558
## Node scoring threshold {#percentage-of-nodes-to-score}
6659

0 commit comments

Comments
 (0)