Skip to content

Commit

Permalink
Clean up the first para in node-status
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Aug 20, 2023
1 parent 65bbe6a commit 4cf9403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/en/docs/reference/node/node-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ weight: 80
---
<!-- overview -->

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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4cf9403

Please sign in to comment.