You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/node/node-status.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ weight: 80
5
5
---
6
6
<!-- overview -->
7
7
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.
9
11
10
12
## Node status fields
11
13
@@ -34,7 +36,6 @@ The usage of these fields varies depending on your cloud provider or bare metal
34
36
outside the cluster).
35
37
* InternalIP: Typically the IP address of the node that is routable only within the cluster.
36
38
37
-
38
39
## Conditions {#condition}
39
40
40
41
The `conditions` field describes the status of all `Running` nodes. Examples of conditions include:
0 commit comments