Skip to content

Unexpected nodeclaim consolidation #1895

Open
@Lily922

Description

@Lily922

Observed Behavior:
If all instance types of nodepools are unavailable(s.nodeClaimTemplates is empty), an existing nodeclaim will be misjudged as being consolidated. Because all pods on this node were incorrectly determined to be reschedulable to other nodes.

for _, nodeClaimTemplate := range s.nodeClaimTemplates {

If s.nodeClaimTemplates is empty, it means that a new nodeClaim cannot be created and an error should be returned.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

triage/needs-informationIndicates an issue needs more information in order to work on it.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions