Skip to main content
Add node group taints
Last update:

Add node group taints

Taints (Taints and Tolerations) — are labels that indicate where pods should not be placed.

  1. In Control Panel, go to Cloud PlatformKubernetes.

  2. Open the cluster page → Cluster Composition tab.

  3. From the node group menu (), select Teint Management.

  4. Enter the key and the value of theint.

  5. Select an effect:

    • NoSchedule — new pods will not be added and existing pods will continue to run;
    • PreferNoSchedule — new pods will be added if there are no other available slots in the cluster;
    • NoExecute — running pods without tolerations will be removed.
  6. Optional: click Add to add an additional tint.