Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.1 KB

File metadata and controls

44 lines (30 loc) · 1.1 KB

Anthos admin workstation

GCP Service accounts

Enable APIs and create required service accounts with terraform:

export GOOGLE_APPLICATION_CREDENTIALS="<path/to/adc_file.json>"

terraform init
terraform plan
terraform apply

Create admin workstation

In order to create the Anthos admin WS, your computer needs direct access to:

  • VMware vCenter Server: vCenter.local:443
  • VMware ESXi hosts
  • Anthos admin WS subnet
  • Google APIs

Then follow Creating an admin workstation with the provided files:

cd 02-anthos-admin-ws/
gsutil cp gs://gke-on-prem-release/gkeadm/1.10.3-gke.49/linux/gkeadm ./
chmod +x gkeadm

Then create the VM

./gkeadm create admin-workstation

Next

Anthos: clusters