From eac1cb6d34d7c80ebea44bf46cde2eccdb6ba440 Mon Sep 17 00:00:00 2001 From: Pingan Date: Sat, 3 Nov 2018 01:43:25 +0800 Subject: [PATCH] remove node condition ConfigOK (#10772) --- content/en/docs/concepts/architecture/nodes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md index f5bb11bf37..4f81dd9165 100644 --- a/content/en/docs/concepts/architecture/nodes.md +++ b/content/en/docs/concepts/architecture/nodes.md @@ -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.