diff --git a/content/en/docs/reference/node/node-status.md b/content/en/docs/reference/node/node-status.md index 43d3f0c00b..772bd2a575 100644 --- a/content/en/docs/reference/node/node-status.md +++ b/content/en/docs/reference/node/node-status.md @@ -5,7 +5,9 @@ weight: 80 --- -The status of a [node](/docs/concepts/architecture/nodes/) in Kubernetes a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster +The status of a [node](/docs/concepts/architecture/nodes/) in Kubernetes is a critical +aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of +monitoring and maintaining node status to ensure a healthy and stable cluster. ## Node status fields @@ -34,7 +36,6 @@ The usage of these fields varies depending on your cloud provider or bare metal outside the cluster). * InternalIP: Typically the IP address of the node that is routable only within the cluster. - ## Conditions {#condition} The `conditions` field describes the status of all `Running` nodes. Examples of conditions include: