This document shows how to download the gkeadm command-line tool that
you use to create an admin workstation for Google Distributed Cloud.
Typically, gkeadm is 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 SDK accountproperty:
gcloud config get-value account
To log in:
gcloud auth login
Download gkeadm
You use the gkeadm command-line tool to create an admin workstation. Then you
get an SSH connection to your admin workstation, and from there, you create
clusters.
The gkeadm command-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-08-25 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 may also be needed in some cases.\u003c/p\u003e\n"],["\u003cp\u003eTo use the \u003ccode\u003egkeadm\u003c/code\u003e tool, you must first be logged in with a Google Account, and you can check your login status using 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 multiple operating systems, including 64-bit Linux, Windows 10, Windows Server 2019, and macOS 10.15 and higher, with specific download commands provided for each OS, and many versions.\u003c/p\u003e\n"],["\u003cp\u003eAfter downloading \u003ccode\u003egkeadm\u003c/code\u003e, you will use it to create an admin workstation and then connect to it via SSH to create clusters.\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.11/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.11.6-gke.18\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.6-gke.18/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.6-gke.18/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.6-gke.18/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.11.5-gke.14\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.5-gke.14/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.5-gke.14/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.5-gke.14/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.11.4-gke.32\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.4-gke.32/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.4-gke.32/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.4-gke.32/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.11.3-gke.45\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.3-gke.45/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.3-gke.45/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.3-gke.45/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.11.2-gke.53\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.2-gke.53/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.2-gke.53/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.2-gke.53/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.11.1-gke.53\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.1-gke.53/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.1-gke.53/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.1-gke.53/darwin/gkeadm ./\nchmod +x gkeadm\n```\n\n### 1.11.0-gke.543\n\n### Linux\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.0-gke.543/linux/gkeadm ./\nchmod +x gkeadm\n```\n\n### Windows\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.0--gke.543/windows/gkeadm.exe ./\n```\n\n### macOS Catalina\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/1.11.0-gke.543/darwin/gkeadm ./\nchmod +x gkeadm\n```"]]