|
3 | 3 | // * nodes/clusters/nodes-cluster-worker-latency-profiles
|
4 | 4 | // * nodes/edge/nodes-edge-remote-workers
|
5 | 5 | // * post_installation_configuration/cluster-tasks
|
| 6 | +// * scalability_and_performance/scaling-worker-latency-profiles.adoc |
6 | 7 |
|
7 | 8 |
|
8 | 9 | :_content-type: SNIPPET
|
9 | 10 |
|
10 |
| -All nodes send heartbeats to the Kubernetes Controller Manager Operator (kube controller) in the {product-title} cluster every 10 seconds, by default. If the cluster does not receive heartbeats from a node, {product-title} responds using several default mechanisms. |
| 11 | +All nodes send heartbeats to the Kubernetes Controller Manager Operator (kube controller) in the {product-title} cluster every 10 seconds, by default. If the cluster does not receive heartbeats from a node, {product-title} responds using several default mechanisms. |
11 | 12 |
|
12 |
| -For example, if the Kubernetes Controller Manager Operator loses contact with a node after a configured period: |
| 13 | +For example, if the Kubernetes Controller Manager Operator loses contact with a node after a configured period: |
13 | 14 |
|
14 |
| -. The node controller on the control plane updates the node health to `Unhealthy` and marks the node `Ready` condition as `Unknown`. |
| 15 | +. The node controller on the control plane updates the node health to `Unhealthy` and marks the node `Ready` condition as `Unknown`. |
15 | 16 |
|
16 |
| -. In response, the scheduler stops scheduling pods to that node. |
| 17 | +. In response, the scheduler stops scheduling pods to that node. |
17 | 18 |
|
18 | 19 | . The on-premise node controller adds a `node.kubernetes.io/unreachable` taint with a `NoExecute` effect to the node and schedules any pods on the node for eviction after five minutes, by default.
|
19 | 20 |
|
20 | 21 | This behavior can cause problems if your network is prone to latency issues, especially if you have nodes at the network edge. In some cases, the Kubernetes Controller Manager Operator might not receive an update from a healthy node due to network latency. The Kubernetes Controller Manager Operator would then evict pods from the node even though the node is healthy. To avoid this problem, you can use _worker latency profiles_ to adjust the frequency that the kubelet and the Kubernetes Controller Manager Operator wait for status updates before taking action. These adjustments help to ensure that your cluster runs properly in the event that network latency between the control plane and the worker nodes is not optimal.
|
21 | 22 |
|
22 |
| -These worker latency profiles are three sets of parameters that are pre-defined with carefully tuned values that let you control the reaction of the cluster to latency issues without needing to determine the best values manually. |
| 23 | +These worker latency profiles are three sets of parameters that are pre-defined with carefully tuned values that let you control the reaction of the cluster to latency issues without needing to determine the best values manually. |
0 commit comments