You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the credential expires, after re-login with the following commands, sky check nebius does not work, and sky api stop; sky api start make it work again. It might related to some unecessary caching of the credentials across different SkyPilot request to API server. cc'ing @SalikovAlex
nebius iam get-access-token > ~/.nebius/NEBIUS_IAM_TOKEN.txt
nebius --format json iam whoami|jq -r '.user_profile.tenants[0].tenant_id' > ~/.nebius/NEBIUS_TENANT_ID.txt
The text was updated successfully, but these errors were encountered:
After the credential expires, after re-login with the following commands,
sky check nebius
does not work, andsky api stop; sky api start
make it work again. It might related to some unecessary caching of the credentials across different SkyPilot request to API server. cc'ing @SalikovAlexThe text was updated successfully, but these errors were encountered: