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

Pods can fit on Unschedulable nodes #91

Open
yaron-idan opened this issue Apr 22, 2018 · 1 comment
Open

Pods can fit on Unschedulable nodes #91

yaron-idan opened this issue Apr 22, 2018 · 1 comment

Comments

@yaron-idan
Copy link

I've had a pod stay in a pending state for a long time today, even thought it had plenty of resources to take advantage of in one of my cluster's nodes. When I tried to debug the issue I found out that the node is in an unschedulable state, and when I looked at the logs I saw no new nodes are being added with the autoscaler showing this log message -

2018-04-22 13:28:26,960 - autoscaler.cluster - INFO - KubePod(some-namespace, some-api-588f77c84d-6p6rj) fits on node-name-111111-3

The autoscaler should ignore unschedulable nodes when calculating the cluster's capacity IMO.
Also - I think the node was put into an unschedulable state by the autoscaler, yet wasn't deleted for some reason. but I'm not sure about that yet. Will update if I find more evidence for that behaviour.

@MirzaSikander
Copy link

Saw this issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants