Kubernetes OS Upgrades
Contents
When the Node is Offline
Note
Kubernetes wait 5 minutes that is configured in Controller Manager.
If the Node is still offline after 5 minutes, Kubernetes will create the
After then the Node comes to online, the Node is empty.
If the Node is still offline after 5 minutes, Kubernetes will create the
POD
s to other Nodes.After then the Node comes to online, the Node is empty.
Configure Eviction Time
|
|
cordon Node
cordon
The
Mark the Node unscheduled.
After
cordon
makes the Node is not possible to schedule any POD
.Mark the Node unscheduled.
After
cordon
, you cannot use describe
|
|
uncordon Node
uncordon
The
Mark the Node scheduled.
uncordon
makes the Node is possible to schedule the POD
s.Mark the Node scheduled.
|
|
drain Node
drain
The
The
drain
is going to move the POD
to other Nodes.The
drain
is executing cordon
together.
|
|