-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Daemonset can not create the needed pod when the node has enough resource after the other daemonset delete #58868
Comments
delete pod or DS? |
/sig apps |
delete DS. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
What happened:
I create two daemonsets, only one can create the needed pod because of the node's resource is not enough.
I delete the normal one, but the other one still not create the needed pod.
What you expected to happen:
I hope the other one can quickly create the needed pod.
How to reproduce it (as minimally and precisely as possible):
My enviroment:
1 master + 1 node
two daemonsets have the same resource required: 700ms(cpu) + 700Mi(memory), but my node can only support one(e.g memory is not enough for 2 pods)
Anything else we need to know?: none
Environment:
kubectl version
):build by myself:
Client Version: version.Info{Major:"1", Minor:"10+", GitVersion:"v1.10.0-alpha.1.1355+6477f2b0fdbc0b", GitCommit:"6477f2b0fdbc0b7e72dccba5b5123e72244e9909", GitTreeState:"clean", BuildDate:"2018-01-25T03:06:42Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"10+", GitVersion:"v1.10.0-alpha.1.1355+6477f2b0fdbc0b", GitCommit:"6477f2b0fdbc0b7e72dccba5b5123e72244e9909", GitTreeState:"clean", BuildDate:"2018-01-25T02:48:14Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"}
uname -a
):Linux host-10-10-10-53 3.10.0-514.26.2.el7.x86_64 Unit test coverage in Kubelet is lousy. (~30%) #1 SMP Tue Jul 18 11:25:45 CST 2017 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: