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

Unexpected node group draining behaviour #61

Open
josefbarak opened this issue Nov 29, 2021 · 0 comments
Open

Unexpected node group draining behaviour #61

josefbarak opened this issue Nov 29, 2021 · 0 comments

Comments

@josefbarak
Copy link

Node group draining behaved differently than described in README.

drain_node_groups = {
nodeGroup1 = true,
nodeGroup2 = false,
}
This actually drains both node groups.

drain_node_groups = {
nodeGroup1 = true,
# nodeGroup2 = false,
}
This drains nodeGroup1 only.

drain_node_groups = {
# nodeGroup1 = true,
nodeGroup2 = false,
}
This drains nodeGroup2 only.

From what I have tested it seems just the presence of node group in drain_node_groups is enough to drain it.
eksctl version 0.74.0
mumoshu/eksctl versions 0.16.2

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

1 participant