-
Notifications
You must be signed in to change notification settings - Fork 6
Too many nodeClaims #35
Copy link
Copy link
Open
Labels
cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Description
Activity
Metadata
Metadata
Assignees
Labels
cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
What would you like to be cleaned:
When we create 30 replicas with sandboxset, we'll get more than 100 nodeclaims, which is not very good. I think the reason is just because the nodeClaim will wait for the Pod to be terminated and even the pod is gone, nc will still wait for a while until the final removal.
Why is this needed: