GKE on Bare Metal downloads

This page provides commands to download the following GKE on Bare Metal entity:

  • bmctl command-line tool.
  • GKE on Bare Metal offline container images package.

Logging in

Log in with any Google Account:

gcloud auth login

1.6.4

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.6.4/linux-amd64/bmctl .
chmod +x ./bmctl

1.6.3

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.6.3/linux-amd64/bmctl .
chmod +x ./bmctl

1.6.2

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.6.2/linux-amd64/bmctl .
chmod +x ./bmctl

1.6.1

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.6.1/linux-amd64/bmctl .
chmod +x ./bmctl

1.6.0

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.6.0/linux-amd64/bmctl .
chmod +x ./bmctl

Verifying bmctl using openssl

Verify the bmctl binary against the public key using openssl, where <var>VERSION</var> is the file's version:

gsutil cp gs://anthos-baremetal-release/bmctl/VERSION/linux-amd64/bmctl.1.sig .
openssl dgst -verify - -signature ./bmctl.1.sig ./bmctl <<'EOF'
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWZrGCUaJJr1H8a36sG4UUoXvlXvZ
wQfk16sxprI2gOJ2vFFggdq3ixF2h4qNBt0kI7ciDhgpwS8t+/960IsIgw==
-----END PUBLIC KEY-----
EOF

Expected output of this command is Verified OK.