GKE on VMware downloads

This page provides commands to download the following GKE on VMware entities:

  • gkectl command-line tool
  • gkeadm command-line tool
  • GKE on VMware upgrade bundle
  • Admin workstation Open Virtual Appliance (OVA)

Some of the commands given on this page run on your personal laptop or workstation. Other commands run on your admin workstation.

Logging in

Log in with any Google Account:

gcloud auth login

1.9.7-gke.8

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.7-gke.8/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.7-gke.8/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.7-gke.8/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.7-gke.8/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.7-gke.8/gke-onprem-vsphere-1.9.7-gke.8.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.7-gke.8.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.7-gke.8/gke-on-prem-admin-appliance-vsphere-1.9.7-gke.8.ova ./

1.9.6-gke.1

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.6-gke.1/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.6-gke.1/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.6-gke.1/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.6-gke.1/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.6-gke.1/gke-onprem-vsphere-1.9.6-gke.1.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.6-gke.1.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.6-gke.1/gke-on-prem-admin-appliance-vsphere-1.9.6-gke.1.ova ./

1.9.5-gke.2

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.5-gke.2/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.5-gke.2/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.5-gke.2/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.5-gke.2/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.5-gke.2/gke-onprem-vsphere-1.9.5-gke.2.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.5-gke.2.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.5-gke.2/gke-on-prem-admin-appliance-vsphere-1.9.5-gke.2.ova ./

1.9.4-gke.3

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.4-gke.3/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.4-gke.3/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.4-gke.3/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.4-gke.3/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.4-gke.3/gke-onprem-vsphere-1.9.4-gke.3.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.4-gke.3.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.4-gke.3/gke-on-prem-admin-appliance-vsphere-1.9.4-gke.3.ova ./

1.9.3-gke.4

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.3-gke.4/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.3-gke.4/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.3-gke.4/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.3-gke.4/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.3-gke.4/gke-onprem-vsphere-1.9.3-gke.4.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.3-gke.4.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.3-gke.4/gke-on-prem-admin-appliance-vsphere-1.9.3-gke.4.ova ./

1.9.2-gke.4

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.2-gke.4/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.2-gke.4/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.2-gke.4/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.2-gke.4/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.2-gke.4/gke-onprem-vsphere-1.9.2-gke.4.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.2-gke.4.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.2-gke.4/gke-on-prem-admin-appliance-vsphere-1.9.2-gke.4.ova ./

1.9.1-gke.6

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.1-gke.6/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.1-gke.6/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.1-gke.6/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.1-gke.6/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.1-gke.6/gke-onprem-vsphere-1.9.1-gke.6.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.1-gke.6.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.1-gke.6/gke-on-prem-admin-appliance-vsphere-1.9.1-gke.6.ova ./

1.9.0-gke.8

gkeadm

From your personal laptop or workstation, download gkeadm and make it executable:

  • Linux:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.0-gke.8/linux/gkeadm ./
    chmod +x gkeadm
    
  • Windows:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.0-gke.8/windows/gkeadm.exe ./
    
  • macOS Catalina:

    gsutil cp gs://gke-on-prem-release/gkeadm/1.9.0-gke.8/darwin/gkeadm ./
    chmod +x gkeadm
    

gkectl

From your admin workstation, download gkectl and make it executable:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/1.9.0-gke.8/gkectl /usr/bin/gkectl
sudo chmod +x /usr/bin/gkectl

Bundle

From your admin workstation, download the bundle:

sudo -E gsutil cp gs://gke-on-prem-release/gke-onprem-bundle/1.9.0-gke.8/gke-onprem-vsphere-1.9.0-gke.8.tgz /var/lib/gke/bundles/gke-onprem-vsphere-1.9.0-gke.8.tgz

OVA

From your personal laptop or workstation, download the OVA

gsutil cp gs://gke-on-prem-release/admin-appliance/1.9.0-gke.8/gke-on-prem-admin-appliance-vsphere-1.9.0-gke.8.ova ./

Verifying the OVA using openssl

You can use openssl to verify the OVA file you downloaded against a signature file (SIG). Replace VERSION with the file's version:

openssl dgst -verify - -signature ~/gke-on-prem-admin-appliance-vsphere-VERSION.ova.1.sig ~/gke-on-prem-admin-appliance-vsphere-VERSION.ova <<'EOF'
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWZrGCUaJJr1H8a36sG4UUoXvlXvZ
wQfk16sxprI2gOJ2vFFggdq3ixF2h4qNBt0kI7ciDhgpwS8t+/960IsIgw==
-----END PUBLIC KEY-----
EOF

Expected output of this command is Verified OK.

Verifying gkectl using openssl

Verify the gkectl binary against the public key using openssl, where VERSION is the file's version:

sudo -E gsutil cp gs://gke-on-prem-release/gkectl/VERSION/gkectl.1.sig /tmp/gkectl.1.sig
openssl dgst -verify - -signature /tmp/gkectl.1.sig /usr/bin/gkectl <<'EOF'
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWZrGCUaJJr1H8a36sG4UUoXvlXvZ
wQfk16sxprI2gOJ2vFFggdq3ixF2h4qNBt0kI7ciDhgpwS8t+/960IsIgw==
-----END PUBLIC KEY-----
EOF

Expected output of this command is Verified OK.