forked from oap-project/cloudtik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Getting Started section (oap-project#479)
* Update Getting Started section * Update Quick Start * Refine Quick Start * Add more detailed instructions for quick start * Refine and fix guides * Refine the expressions in the guides
- Loading branch information
Hong
authored
May 23, 2022
1 parent
9e102b2
commit fa2b176
Showing
5 changed files
with
379 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
### Configuring GCS Bucket | ||
|
||
If you do not already have a GCS bucket, create one and configure its permission for your [service account](https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account). | ||
If you do not already have a GCS bucket, create one by following the | ||
[guide](https://cloud.google.com/storage/docs/creating-buckets#create_a_new_bucket). | ||
|
||
Select your bucket, then click **ADD PRINCIPLE**. | ||
Then login to [Google storage page](https://console.cloud.google.com/storage), once you select your bucket, | ||
a column will show up in the left of this page, then click **ADD PRINCIPLE** as below. | ||
|
||
![gcs-bucket](../../image/gcs-bucket.png) | ||
|
||
Fill the first item with your service account email and select a role: Storage Admin. | ||
Fill out the first item with your service account email and select a role: Storage Admin. | ||
|
||
![gcs-bucket-principle](../../image/gcs-bucket-principle.png) |
Oops, something went wrong.