[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-07-09(UTC)"],[],[],null,["This document shows how to download the `gkeadm` command-line tool that\nyou can 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 download 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](/kubernetes-engine/distributed-cloud/vmware/docs/downloads).\n\nYou can also set up an admin workstation on any computer of your choice. For\nmore information, see\n[Choose how to create the admin workstation](/kubernetes-engine/distributed-cloud/vmware/docs/how-to/create-admin-workstation#choose_how_to_create_the_admin_workstation).\n\nBefore you begin\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 sign in:\n\n```\ngcloud auth login\n```\n\nDownload `gkeadm`\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.\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/VERSION/linux/gkeadm ./\nchmod +x gkeadm\n```\n\nReplace \u003cvar translate=\"no\"\u003eVERSION\u003c/var\u003e with the version of Google Distributed Cloud you\nwant to install or upgrade your clusters to. The latest available patch version\nis 1.32.400-gke.68. For a list of available versions, see\n[Versioning](/kubernetes-engine/distributed-cloud/vmware/docs/version-history#supported-versions).\n\nVerify `gkeadm` using `openssl`\n\nYou can use `openssl` to verify the `gkeadm` binary against the public key.\n\n```\ngcloud storage cp gs://gke-on-prem-release/gkeadm/VERSION/linux/gkeadm.1.sig /tmp/gkeadm.1.sig\necho \"-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWZrGCUaJJr1H8a36sG4UUoXvlXvZ\nwQfk16sxprI2gOJ2vFFggdq3ixF2h4qNBt0kI7ciDhgpwS8t+/960IsIgw==\n-----END PUBLIC KEY-----\" \u003e key.pem\nopenssl dgst -verify key.pem -signature /tmp/gkeadm.1.sig ./gkeadm\n```\n\nThe expected output of this command is `Verified OK`."]]