Remove reference to componentstatus
This commit is contained in:
parent
a546813852
commit
e566a726de
|
|
@ -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
|
After you have made this change, you can run
|
||||||
|
|
||||||
```bash
|
```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:
|
to verify that the kube-scheduler component is healthy.
|
||||||
|
|
||||||
```
|
|
||||||
NAME STATUS MESSAGE ERROR
|
|
||||||
controller-manager Healthy ok
|
|
||||||
scheduler Healthy ok
|
|
||||||
...
|
|
||||||
```
|
|
||||||
|
|
||||||
## Node scoring threshold {#percentage-of-nodes-to-score}
|
## Node scoring threshold {#percentage-of-nodes-to-score}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue