This file contains hidden or 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
#!/bin/bash | |
# Enable Vertex AI service | |
echo "### Vertex AI の有効化" | |
gcloud services enable aiplatform.googleapis.com | |
echo | |
# Clone hands-on asset | |
echo "### ハンズオンアセットのダウンロード" | |
git clone https://github.com/google-cloud-japan/next-tokyo-assets/ |
This file contains hidden or 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
echo "#########################################" | |
echo "1. Google Cloud 機能 (API) 有効化" | |
echo "#########################################" | |
gcloud services enable \ | |
workstations.googleapis.com \ | |
artifactregistry.googleapis.com \ | |
cloudbuild.googleapis.com \ | |
run.googleapis.com | |
echo |
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 5 columns, instead of 2 in line 4.
This file contains hidden or 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
ASM Version,Istio(istiod/pilot),ASM(istiod/pilot),Istio(envoy),ASM(envoy) | |
1.5.4-asm.2,f27639c7369f8a6ef144ed8768f8acb27566d999/1.5.4/Clean/go1.13.8,eb16856d91c98b37d1a574d378df5bd2229be70f/1.5.4-asm.2/Clean/go1.13.8,9b4239dee83dd8894bfc579d412ccd894cff2597/1.13.1-dev/Clean/RELEASE/BoringSSL,9b4239dee83dd8894bfc579d412ccd894cff2597/1.13.1-dev/Clean/RELEASE/BoringSSL | |
1.5.5-asm.0,e9fbb7f8bb36389350262cac82319145d4e2386a/1.5.5/Clean/go1.13.8,a35e06d9ea5cc50096200b5432a41c6ff9aba8e8/1.5.5-asm.2/Clean/go1.13.8,465c884352bad518ba75118f9b96973c95796e09/1.13.1-dev/Clean/RELEASE/BoringSSL,465c884352bad518ba75118f9b96973c95796e09/1.13.1-dev/Clean/RELEASE/BoringSSL | |
1.5.5-asm.2,e9fbb7f8bb36389350262cac82319145d4e2386a/1.5.5/Clean/go1.13.8,a35e06d9ea5cc50096200b5432a41c6ff9aba8e8/1.5.5-asm.2/Clean/go1.13.8,465c884352bad518ba75118f9b96973c95796e09/1.13.1-dev/Clean/RELEASE/BoringSSL,465c884352bad518ba75118f9b96973c95796e09/1.13.1-dev/Clean/RELEASE/BoringSSL | |
1.5.6-asm.0,d5fa6e530e12790609b00c898b7867f57713dff3/1.5.6/Clean/go1 |