diff --git a/covid-economic-impact-batches/instructions/02-persistent-history-server.md b/covid-economic-impact-batches/instructions/02-persistent-history-server.md index 00ba3f0..6493c7b 100644 --- a/covid-economic-impact-batches/instructions/02-persistent-history-server.md +++ b/covid-economic-impact-batches/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET= #subnet A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/covid-economic-impact-scala/instructions/02-persistent-history-server.md b/covid-economic-impact-scala/instructions/02-persistent-history-server.md index 6a0b157..03e72bd 100644 --- a/covid-economic-impact-scala/instructions/02-persistent-history-server.md +++ b/covid-economic-impact-scala/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ PHS_NAME= # Name for Persistent History Server A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/covid-economic-impact-vertex-ai/instructions/02-persistent-history-server.md b/covid-economic-impact-vertex-ai/instructions/02-persistent-history-server.md index 65f8f4e..4fd3707 100644 --- a/covid-economic-impact-vertex-ai/instructions/02-persistent-history-server.md +++ b/covid-economic-impact-vertex-ai/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET= #subnet A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access ```
diff --git a/customer_churn_biglake/instructions/02-persistent-history-server.md b/customer_churn_biglake/instructions/02-persistent-history-server.md index 565f0a2..d8f1fe5 100644 --- a/customer_churn_biglake/instructions/02-persistent-history-server.md +++ b/customer_churn_biglake/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET=#subnet A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/daily-covid-data-analysis/instructions/02-persistent-history-server.md b/daily-covid-data-analysis/instructions/02-persistent-history-server.md index 4428372..29297ac 100644 --- a/daily-covid-data-analysis/instructions/02-persistent-history-server.md +++ b/daily-covid-data-analysis/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET=#Your VPC subnet name A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/retail_store_analytics_metastore/instructions/02-persistent-history-server.md b/retail_store_analytics_metastore/instructions/02-persistent-history-server.md index 83e47f8..b1e496d 100644 --- a/retail_store_analytics_metastore/instructions/02-persistent-history-server.md +++ b/retail_store_analytics_metastore/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ PHS_NAME= #Your PHS cluster name A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/social_media_data_analytics/instructions/02-persistent-history-server.md b/social_media_data_analytics/instructions/02-persistent-history-server.md index 199580a..0672825 100644 --- a/social_media_data_analytics/instructions/02-persistent-history-server.md +++ b/social_media_data_analytics/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET= #subnet name that you made in the previous module. A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/social_network_graph/instructions/02-persistent-history-server.md b/social_network_graph/instructions/02-persistent-history-server.md index 2d2bef7..12269fd 100644 --- a/social_network_graph/instructions/02-persistent-history-server.md +++ b/social_network_graph/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET= #subnet name that you made in the previous module. A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```
diff --git a/social_network_graph_r/instructions/02-persistent-history-server.md b/social_network_graph_r/instructions/02-persistent-history-server.md index 6a82106..5ac3782 100644 --- a/social_network_graph_r/instructions/02-persistent-history-server.md +++ b/social_network_graph_r/instructions/02-persistent-history-server.md @@ -50,7 +50,7 @@ PHS_NAME= #Your PHS cluster name. A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access ```
diff --git a/timeseries_forecasting/instructions/02-persistent-history-server.md b/timeseries_forecasting/instructions/02-persistent-history-server.md index e967602..82265a8 100644 --- a/timeseries_forecasting/instructions/02-persistent-history-server.md +++ b/timeseries_forecasting/instructions/02-persistent-history-server.md @@ -49,7 +49,7 @@ SUBNET= #subnet name that you made in the previous module. A bucket is created which will be attached to history server for storing of application logs. ``` -gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS +gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access ```