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

[Docs] Add gcloud auth login in GCP setup instruction #4049

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yika-luo
Copy link
Collaborator

@yika-luo yika-luo commented Oct 8, 2024

Without user running gcloud auth login, they cannot run sky jobs launch as sky will use gcloud CLI such as gsutil in the code.

@Michaelvll
Copy link
Collaborator

Seems gcloud init is a superset of gcloud auth login. May need to double check if we really need gcloud auth login. https://cloud.google.com/sdk/docs/authorizing#user-account

@yika-luo
Copy link
Collaborator Author

yika-luo commented Oct 8, 2024

Seems gcloud init is a superset of gcloud auth login. May need to double check if we really need gcloud auth login. https://cloud.google.com/sdk/docs/authorizing#user-account

gcloud init uses a web-based authorization flow so it doesn't seem to generate any credentials locally, which caused the issue of sky not able to use gsutil during sky jobs launch (#4047)

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

Successfully merging this pull request may close these issues.

2 participants