Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-09-29 22:05:22
Kingsoft Cloud Container Engine (KCE) allows you to manage the taints of nodes in a cluster. You can add taints to a node to allow the node to repel specific pods.
Value values of the Effect parameter:
- NoSchedule: prohibits new pods from being scheduled to the node.
- PreferNoSchedule: preferably prohibits pods without corresponding tolerations from being scheduled to the node.
- NoExecute: prohibits pods from running on the node. If a pod is running on the node, the pod will be drained.
Pure Mode