-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Core] Fix token expiration for ray autoscaler #48481
Conversation
a295db4
to
8567c0f
Compare
e1fc6c2
to
5d1f28c
Compare
all tests are passing, PR up to date @hongchaodeng @kevin85421 @MortalHappiness |
5d1f28c
to
4101b68
Compare
I will review next week. |
Hey @kevin85421 any update on this one? |
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
@wadhah101 thank you for the PR! Would you mind rebasing with the master branch? |
e0b42fa
to
ff6d1be
Compare
@kevin85421 rebased |
CI fails. Let me retry it. |
CI failed again. I synced the branch with the master branch. If it still fails, maybe you need to take a look at the failure. |
It still failed. Would you mind fixing the issue? |
bca47af
to
f41cae2
Compare
@kevin85421 |
@wadhah101, the CR is still failing. Would you mind taking a look? |
f850ae5
to
37b7df0
Compare
@wadhah101 CI is still failing |
@jjyao I will try to fix the test, thanks 😄 |
Thanks. Ping us if you need any helps. |
fb7a712
to
1fa8d59
Compare
@kevin85421 @jjyao I have fixed the tests locally and they seem to be fine |
Interested to test this, current implementation blocks autoscaling feature on AKS clusters |
1fa8d59
to
1e4b662
Compare
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
1e4b662
to
be00bc7
Compare
The PR is reverted. Reopen the issue. |
why was this PR reverted @kevin85421 @ruisearch42 ? |
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
#50008 seems to cause our release test to be flaky, but it appears to have passed again. I am not sure whether we still need to revert it. |
Let me check with the CI team. |
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com> Signed-off-by: Anson Qian <anson627@gmail.com>
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com> Signed-off-by: Anson Qian <anson627@gmail.com>
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com> Signed-off-by: Puyuan Yao <williamyao034@gmail.com>
Why are these changes needed?
On AKS 1.30 Ray autoscaler fails after an hour of activity due to AKS new token policy. Check issue for more details
Related issue number
closes ray-project/kuberay#2324
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.