remove node condition ConfigOK (#10772)

This commit is contained in:
Pingan
2018-11-03 01:43:25 +08:00
committed by k8s-ci-robot
parent b9ffbb1eba
commit eac1cb6d34
@@ -53,7 +53,6 @@ The `conditions` field describes the status of all `Running` nodes.
| `PIDPressure` | `True` if pressure exists on the processes -- that is, if there are too many processes on the node; otherwise `False` |
| `DiskPressure` | `True` if pressure exists on the disk size -- that is, if the disk capacity is low; otherwise `False` |
| `NetworkUnavailable` | `True` if the network for the node is not correctly configured, otherwise `False` |
| `ConfigOK` | `True` if the kubelet is correctly configured, otherwise `False` |
The node condition is represented as a JSON object. For example, the following response describes a healthy node.