-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
fix token expiration for ray autoscaler #48481
base: master
Are you sure you want to change the base?
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? |
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
bca47af
to
f41cae2
Compare
@kevin85421 |
@wadhah101, the CR is still failing. Would you mind taking a look? |
Signed-off-by: wa101 <wadhah.mahroug15@gmail.com>
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. |
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.