Skip to content

Commit 2cdf96e

Browse files
committed
Remove obsolete caution about cordoning
As of Kubernetes 1.19, unschedulable nodes are no longer removed from load balancers
1 parent baff049 commit 2cdf96e

File tree

1 file changed

+0
-7
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+0
-7
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,6 @@ The node controller also adds {{< glossary_tooltip text="taints" term_id="taint"
309309
corresponding to node problems like node unreachable or not ready. This means
310310
that the scheduler won't place Pods onto unhealthy nodes.
311311

312-
313-
{{< caution >}}
314-
`kubectl cordon` marks a node as 'unschedulable', which has the side effect of the service
315-
controller removing the node from any LoadBalancer node target lists it was previously
316-
eligible for, effectively removing incoming load balancer traffic from the cordoned node(s).
317-
{{< /caution >}}
318-
319312
### Node capacity
320313

321314
Node objects track information about the Node's resource capacity: for example, the amount

0 commit comments

Comments
 (0)