Skip to main content
Add node group teints

Add node group teints

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

  1. In control panels go to Cloud platformKubernetes.

  2. Open the cluster page → tab Cluster composition.

  3. In the node group menu select Theint 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: press Addto add an additional tint.