This document shows how to download thegkeadmcommand-line tool that
you use to create an admin workstation for Google Distributed Cloud.
Typically,gkeadmis the only component that you have to download manually.
In some cases, you might want to manually downolad one or more of these other
components:
To see whether you are logged in, view your SDKaccountproperty:
gcloud config get-value account
To log in:
gcloud auth login
Downloadgkeadm
You use thegkeadmcommand-line tool to create an admin workstation. Then you
get an SSH connection to your admin workstation, and from there, you create
clusters.
Thegkeadmcommand-line tool is available for 64-bit Linux, Windows 10,
Windows Server 2019, and macOS 10.15 and higher.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis document outlines how to download the \u003ccode\u003egkeadm\u003c/code\u003e command-line tool, which is used to create an admin workstation for Google Distributed Cloud.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egkeadm\u003c/code\u003e is typically the only component you need to download manually, although other components like the Admin workstation OVA, Google Distributed Cloud bundle, and \u003ccode\u003egkectl\u003c/code\u003e are also available.\u003c/p\u003e\n"],["\u003cp\u003eBefore downloading, ensure you're logged in with a Google Account, and you can check your current account with the \u003ccode\u003egcloud config get-value account\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egkeadm\u003c/code\u003e tool is available for 64-bit Linux, Windows 10, Windows Server 2019, and macOS 10.15 and higher, with specific download commands provided for each operating system and various versions.\u003c/p\u003e\n"],["\u003cp\u003eAfter downloading \u003ccode\u003egkeadm\u003c/code\u003e, users create an admin workstation, establish an SSH connection, and proceed to create clusters from there.\u003c/p\u003e\n"]]],[],null,["# Download gkeadm\n\n\u003cbr /\u003e\n\nThis document shows how to download the `gkeadm` command-line tool that\nyou use to create an admin workstation for Google Distributed Cloud.\n\nTypically, `gkeadm` is the only component that you have to download manually.\nIn some cases, you might want to manually downolad one or more of these other\ncomponents:\n\n- Admin workstation Open Virtual Appliance (OVA)\n- Google Distributed Cloud bundle\n- `gkectl` command-line tool\n\nFor more information, see [Downloads](/anthos/clusters/docs/on-prem/1.13/downloads).\n\nBefore you begin\n----------------\n\nYou must be logged in with a\n[Google Account](https://www.google.com/account/about/).\n\nTo see whether you are logged in, view your SDK `account`\n[property](/sdk/docs/properties):\n\n```\ngcloud config get-value account\n```\n\nTo log in:\n\n```\ngcloud auth login\n```\n\nDownload `gkeadm`\n-----------------\n\nYou use the `gkeadm` command-line tool to create an admin workstation. Then you\nget an SSH connection to your admin workstation, and from there, you create\nclusters.\n\nThe `gkeadm` command-line tool is available for 64-bit Linux, Windows 10,\nWindows Server 2019, and macOS 10.15 and higher.\n\n### 1.13.10-gke.42\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.10-gke.42/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.10-gke.42/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.10-gke.42/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.9-gke.29\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.9-gke.29/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.9-gke.29/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.9-gke.29/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.8-gke.42\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.8-gke.42/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.8-gke.42/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.8-gke.42/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.7-gke.29\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.7-gke.29/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.7-gke.29/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.7-gke.29/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.6-gke.32\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.6-gke.32/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.6-gke.32/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.6-gke.32/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.5-gke.27\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.5-gke.27/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.5-gke.27/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.5-gke.27/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.4-gke.19\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.4-gke.19/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.4-gke.19/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.4-gke.19/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.3-gke.26\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.3-gke.26/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.3-gke.26/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.3-gke.26/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.2-gke.26\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.2-gke.26/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.2-gke.26/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.2-gke.26/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.1-gke.35\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.1-gke.35/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.1-gke.35/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.1-gke.35/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.13.0-gke.525\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.0-gke.525/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.0-gke.525/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.13.0-gke.525/darwin/gkeadm ./\nchmod +x gkeadm\n```"]]