Stay organized with collections
Save and categorize content based on your preferences.
You can use the gkeadm command-line interface for a variety of tasks,
including the following:
Create a template for an admin workstation configuration file.
Create an admin workstation.
Upgrade an admin workstation.
Roll back an admin workstation to a previous version.
Restore an admin workstation from a backup.
Delete an admin workstation.
Basic commands
To list all commands:
gkeadm help
To get help for a specific command:
gkeadm COMMAND --help
For information on downloading gkeadm, see
Downloads.
Default logging behavior for gkeadm
For gkeadm it's sufficient to use the default logging setting. For gkeadm,
the default log file is logs/gkeadm-$(date).log in the local directory where
you run gkeadm.
The default -v5 verbosity level covers all the log entries needed by the
support team. The log file includes the command executed and the failure message.
We recommend that you send the log file to the support team when you need help.
Specifying a non-default locations for log files
To specify a non-default location for the gkeadm log file, use the
--log_file flag.
[[["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-29 UTC."],[],[],null,["You can use the `gkeadm` command-line interface for a variety of tasks,\nincluding the following:\n\n- Create a template for an admin workstation configuration file.\n- Create an admin workstation.\n- Upgrade an admin workstation.\n- Roll back an admin workstation to a previous version.\n- Restore an admin workstation from a backup.\n- Delete an admin workstation.\n\nBasic commands\n\nTo list all commands:\n\n```\ngkeadm help\n```\n\nTo get help for a specific command:\n\n```\ngkeadm COMMAND --help\n```\n\nFor information on downloading `gkeadm`, see\n[Downloads](/kubernetes-engine/distributed-cloud/vmware/docs/downloads).\n\nDefault logging behavior for `gkeadm`\n\nFor `gkeadm` it's sufficient to use the default logging setting. For `gkeadm`,\nthe default log file is `logs/gkeadm-$(date).log` in the local directory where\nyou run `gkeadm`.\n\nThe default `-v5` verbosity level covers all the log entries needed by the\nsupport team. The log file includes the command executed and the failure message.\n\nWe recommend that you send the log file to the support team when you need help.\n\nSpecifying a non-default locations for log files\n\nTo specify a non-default location for the `gkeadm` log file, use the\n`--log_file` flag."]]