Skip to content

Commit

Permalink
remove node condition ConfigOK (#10772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingan2017 authored and k8s-ci-robot committed Nov 2, 2018
1 parent b9ffbb1 commit eac1cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/concepts/architecture/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit eac1cb6

Please sign in to comment.