Complete the following instructions on the Linux workstation:
gcloud auth login |
gcloud config set project PROJECT_ID |
gcloud components install kubectl |
gcloud services enable servicemanagement.googleapis.com servicecontrol.googleapis.com |
gcloud iam service-accounts create baremetal-gcr |
gcloud iam service-accounts keys create gcr.json \ --iam-account=baremetal-gcr@PROJECT_ID.iam.gserviceaccount.com \ --project=PROJECT_ID |
cd ~ mkdir baremetal cd baremetal gcloud auth activate-service-account --key-file=gcr.json |
gsutil cp gs://anthos-baremetal-release/bmctl/1.13/linux-amd64/bmctl |
gcloud config set account EMAIL_ADDRESS |
where EMAIL_ADDRESS is the email address of the account gcloud should use for authentication.
./bmctl -h |