Stay organized with collections
Save and categorize content based on your preferences.
Print the gkeadm version
Usage:
gkeadm version [flags]
Flags:
-h, --help help for version
Global Flags:
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--log_file string If non-empty, use this log file
--log_file_max_size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
--skip_headers If true, avoid header prefixes in the log messages
--skip_log_headers If true, avoid headers when opening log files
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v Level number for the log level verbosity (default 0)
[[["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\u003e\u003ccode\u003egkeadm version\u003c/code\u003e is a command used to display the current version of the gkeadm tool.\u003c/p\u003e\n"],["\u003cp\u003eThe command has a \u003ccode\u003e-h\u003c/code\u003e or \u003ccode\u003e--help\u003c/code\u003e flag, which provides help information regarding its usage.\u003c/p\u003e\n"],["\u003cp\u003eVarious global flags are available to customize logging behavior, including options for file output, verbosity, and error thresholds.\u003c/p\u003e\n"],["\u003cp\u003eThe log file's maximum size can be defined using the \u003ccode\u003e--log_file_max_size\u003c/code\u003e flag, with a default of 1800 megabytes.\u003c/p\u003e\n"]]],[],null,["# gkeadm version\n\n```\nPrint the gkeadm version\n\nUsage:\n gkeadm version [flags]\n\nFlags:\n -h, --help help for version\n\nGlobal Flags:\n --add_dir_header If true, adds the file directory to the header\n --alsologtostderr log to standard error as well as files\n --log_file string If non-empty, use this log file\n --log_file_max_size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)\n --skip_headers If true, avoid header prefixes in the log messages\n --skip_log_headers If true, avoid headers when opening log files\n --stderrthreshold severity logs at or above this threshold go to stderr (default 2)\n -v, --v Level number for the log level verbosity (default 0)\n```"]]