-
Notifications
You must be signed in to change notification settings - Fork 5.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
[azure][autoscaler] Fix Azure autoscaler node naming and deletion delays #31645
[azure][autoscaler] Fix Azure autoscaler node naming and deletion delays #31645
Conversation
…on deallocation to avoid long delays when removing nodes Signed-off-by: Scott Graham <[email protected]>
…ster name Signed-off-by: Scott Graham <[email protected]>
tested this locally, and it looks good to me. |
PR seems pretty reasonable, though just taking a step back @gramhagen do you know if there's an easy way we can test these types of things in CI? |
i'd love for that to happen but I'm not sure the best way to do that. the most thorough way would be to deploy a cluster to azure and confirm the head and worker node are healthy, then tear-down the resources. there are some things you can do to lint the ARM template portion of this, but it wouldn't give you much of guarantee that things are working, just a flag if things are really messed up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@gramhagen do you mind rebasing and doing the DCO? |
Signed-off-by: Scott Graham <[email protected]>
…re_node_names Signed-off-by: Scott Graham <[email protected]>
ah, right forgot about that. |
5697926
to
f7ad5a9
Compare
@wuisawesome anything else needed to close this? |
Nope sorry about the delay Test failures look unrelated, merging |
…ays (ray-project#31645) This reverts prior changes to node naming which led to non-unique names, causing constant node refreshing Currently the Azure autoscaler blocks on node destruction, so that was removed in this change Related issue number Closes ray-project#31538 Closes ray-project#25971 --------- Signed-off-by: Scott Graham <[email protected]> Co-authored-by: Scott Graham <[email protected]> Signed-off-by: Jack He <[email protected]>
…ays (ray-project#31645) This reverts prior changes to node naming which led to non-unique names, causing constant node refreshing Currently the Azure autoscaler blocks on node destruction, so that was removed in this change Related issue number Closes ray-project#31538 Closes ray-project#25971 --------- Signed-off-by: Scott Graham <[email protected]> Co-authored-by: Scott Graham <[email protected]> Signed-off-by: Edward Oakes <[email protected]>
…ays (ray-project#31645) This reverts prior changes to node naming which led to non-unique names, causing constant node refreshing Currently the Azure autoscaler blocks on node destruction, so that was removed in this change Related issue number Closes ray-project#31538 Closes ray-project#25971 --------- Signed-off-by: Scott Graham <[email protected]> Co-authored-by: Scott Graham <[email protected]>
…ays (ray-project#31645) This reverts prior changes to node naming which led to non-unique names, causing constant node refreshing Currently the Azure autoscaler blocks on node destruction, so that was removed in this change Related issue number Closes ray-project#31538 Closes ray-project#25971 --------- Signed-off-by: Scott Graham <[email protected]> Co-authored-by: Scott Graham <[email protected]> Signed-off-by: elliottower <[email protected]>
…ays (ray-project#31645) This reverts prior changes to node naming which led to non-unique names, causing constant node refreshing Currently the Azure autoscaler blocks on node destruction, so that was removed in this change Related issue number Closes ray-project#31538 Closes ray-project#25971 --------- Signed-off-by: Scott Graham <[email protected]> Co-authored-by: Scott Graham <[email protected]> Signed-off-by: Jack He <[email protected]>
Why are these changes needed?
This reverts prior changes to node naming which led to non-unique names, causing constant node refreshing
Currently the Azure autoscaler blocks on node destruction, so that was removed in this change
Related issue number
Closes #31538
Closes #25971
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.