Skip to content

Commit a897015

Browse files
committed
GH#37176:Duplication of wording in nodes-edge-remote-workers.adoc
1 parent 35bc353 commit a897015

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/nodes-edge-remote-workers-network.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ All nodes send heartbeats to the Kubernetes Controller Manager Operator (kube co
1111

1212
If the kube controller loses contact with a node after a configured period, the node controller on the control plane updates the node health to `Unhealthy` and marks the node `Ready` condition as `Unknown`. In response, the scheduler stops scheduling pods to that node. The on-premise node controller adds a `node.kubernetes.io/unreachable` taint with a `NoExecute` effect to the node and schedules pods on the node for eviction after five minutes, by default.
1313

14-
On that node, the kubelet adds a `node.kubernetes.io/unreachable` taint with a `NoExecute` effect to the node and begins to evict pods on the node after five minutes, by default.
15-
1614
If a workload controller, such as a `Deployment` object or `StatefulSet` object, is directing traffic to pods on the unhealthy node and other nodes can reach the cluster, {product-title} routes the traffic away from the pods on the node. Nodes that cannot reach the cluster do not get updated with the new traffic routing. As a result, the workloads on those nodes might continue to attempt to reach the unhealthy node.
1715

1816
You can mitigate the effects of connection loss by:

0 commit comments

Comments
 (0)