remove OutOfDisk from node condition (#16879)

This commit is contained in:
Luzhenxing 2019-11-13 09:22:11 +08:00 committed by Kubernetes Prow Robot
parent 49599227f2
commit cb5153f1df
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ The `conditions` field describes the status of all `Running` nodes. Examples of
| Node Condition | Description |
|----------------|-------------|
| `OutOfDisk` | `True` if there is insufficient free space on the node for adding new pods, otherwise `False` |
| `Ready` | `True` if the node is healthy and ready to accept pods, `False` if the node is not healthy and is not accepting pods, and `Unknown` if the node controller has not heard from the node in the last `node-monitor-grace-period` (default is 40 seconds) |
| `MemoryPressure` | `True` if pressure exists on the node memory -- that is, if the node memory is low; otherwise `False` |
| `PIDPressure` | `True` if pressure exists on the processes -- that is, if there are too many processes on the node; otherwise `False` |