Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supprot NoExecute taint #878

Closed
learner0810 opened this issue Oct 28, 2021 · 4 comments
Closed

supprot NoExecute taint #878

learner0810 opened this issue Oct 28, 2021 · 4 comments
Assignees
Labels
kind/question Indicates an issue that is a support question.

Comments

@learner0810
Copy link
Member

Please provide an in-depth description of the question you have:

企业微信截图_72bef10d-737e-4a35-a62d-9f71a4e0faf0

What do you think about this question?:

I think add t.Effect == corev1.TaintEffectNoExecute, this function is ok. why add todo,please give me some hints

Environment:

  • Karmada version:
  • Kubernetes version:
  • Others:
@learner0810 learner0810 added the kind/question Indicates an issue that is a support question. label Oct 28, 2021
@Garrybest
Copy link
Member

/assign @mrlihanbo

@mrlihanbo
Copy link

Hi, @learner0810, the available taints in kubernetes are:
NoSchedule: Pods that do not tolerate this taint are not scheduled on the node.
NoExecute: Pod is evicted from the node if it is already running on the node, and is not scheduled onto the node if it is not yet running on the node.
In other words, the difference between NoSchedule and NoExecute is that with the first one it won't schedule a pod, but if it is already running, it won't kill it. With the last one, it will kill the pod and re-schedule on another node.
Karmada are not support evict ability now, so I mark it as todo.

@RainbowMango
Copy link
Member

/close
As the NoExecute taint was introduced by #1945.

@karmada-bot
Copy link
Collaborator

@RainbowMango: Closing this issue.

In response to this:

/close
As the NoExecute taint was introduced by #1945.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

5 participants