Add node group taints in a Managed Kubernetes cluster
Taints (Taints and Tolerations) are labels that specify where pods cannot be scheduled.
-
In the Control panel, on the top menu, click Products and select Managed Kubernetes.
-
Open the cluster page → Cluster Composition tab.
-
In the node group menu , select Manage Taints.
-
Enter the taint key.
-
Enter the taint value.
-
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 evicted.
-
Optional: to add an additional taint, click Add and repeat steps 4–6.
-
Click Save.