diff --git a/docs/concepts/architecture/nodes.md b/docs/concepts/architecture/nodes.md index 20540d2b58..e4938ae3f2 100644 --- a/docs/concepts/architecture/nodes.md +++ b/docs/concepts/architecture/nodes.md @@ -59,7 +59,7 @@ The node condition is represented as a JSON object. For example, the following r ```json "conditions": [ { - "kind": "Ready", + "type": "Ready", "status": "True" } ]