Set node schedulability

更新时间:
复制 MD 格式

You can set node schedulability in the ACK console to balance workloads across nodes.

Procedure

  1. Log on to the ACK console. In the left navigation pane, click Clusters.

  2. On the Clusters page, click the name of your cluster. In the left navigation pane, click Nodes > Nodes.

  3. On the Nodes page, find the target node and configure its schedulability in the Actions column.

    • Choose More > Schedulability Settings. Turn off the schedulability switch and click OK. This marks the node as unschedulable. Existing pods on the node continue to run, but no new pods are scheduled to it.

    • Choose More > Drain. Click Confirm. This action evicts existing pods from the node, except for those managed by a DaemonSet. The node is then marked as unschedulable, and no new pods are scheduled to it.

The node's status updates to Unschedulable.

Next steps

To make an unschedulable node schedulable again:

  1. Find the target node. In the Actions column, choose More > Schedulability Settings.

  2. In the Schedulability Settings dialog box, turn on the switch and click OK.

The node's status changes to Schedulable.

Related topics