Skip to content

Commit 4cf9403

Browse files
committed
Clean up the first para in node-status
1 parent 65bbe6a commit 4cf9403

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/docs/reference/node/node-status.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ weight: 80
55
---
66
<!-- overview -->
77

8-
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
8+
The status of a [node](/docs/concepts/architecture/nodes/) in Kubernetes is a critical
9+
aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of
10+
monitoring and maintaining node status to ensure a healthy and stable cluster.
911

1012
## Node status fields
1113

@@ -34,7 +36,6 @@ The usage of these fields varies depending on your cloud provider or bare metal
3436
outside the cluster).
3537
* InternalIP: Typically the IP address of the node that is routable only within the cluster.
3638

37-
3839
## Conditions {#condition}
3940

4041
The `conditions` field describes the status of all `Running` nodes. Examples of conditions include:

0 commit comments

Comments
 (0)