Merge pull request #23877 from liggitt/deprecate-cs

Remove reference to componentstatus
pull/23897/head
Kubernetes Prow Robot 2020-09-14 14:27:25 -07:00 committed by GitHub
commit ba3c2c4b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -50,17 +50,10 @@ to be `/etc/kubernetes/config/kube-scheduler.yaml`), then restart the scheduler.
After you have made this change, you can run
```bash
kubectl get componentstatuses
kubectl get pods -n kube-system | grep kube-scheduler
```
to verify that the kube-scheduler component is healthy. The output is similar to:
```
NAME STATUS MESSAGE ERROR
controller-manager Healthy ok
scheduler Healthy ok
...
```
to verify that the kube-scheduler component is healthy.
## Node scoring threshold {#percentage-of-nodes-to-score}