Clean up the first para in node-status
parent
65bbe6a945
commit
4cf9403e83
|
@ -5,7 +5,9 @@ weight: 80
|
||||||
---
|
---
|
||||||
<!-- overview -->
|
<!-- 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
|
## Node status fields
|
||||||
|
|
||||||
|
@ -34,7 +36,6 @@ The usage of these fields varies depending on your cloud provider or bare metal
|
||||||
outside the cluster).
|
outside the cluster).
|
||||||
* InternalIP: Typically the IP address of the node that is routable only within the cluster.
|
* InternalIP: Typically the IP address of the node that is routable only within the cluster.
|
||||||
|
|
||||||
|
|
||||||
## Conditions {#condition}
|
## Conditions {#condition}
|
||||||
|
|
||||||
The `conditions` field describes the status of all `Running` nodes. Examples of conditions include:
|
The `conditions` field describes the status of all `Running` nodes. Examples of conditions include:
|
||||||
|
|
Loading…
Reference in New Issue