- NAME
-
- gcloud container workload profiles manifests create - generate optimized Kubernetes manifests for a given workload profile
- SYNOPSIS
-
-
gcloud container workload profiles manifests create--cluster-version=CLUSTER_VERSION--workload=WORKLOAD[--options=[KEY=VALUE, …]] [--output=OUTPUT; default="all"] [--output-path=OUTPUT_PATH] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Generate optimized Kubernetes manifests for a given workload profile.
- REQUIRED FLAGS
-
-
--cluster-version=CLUSTER_VERSION - The GKE version to generate the manifest for.
-
--workload=WORKLOAD - The name of the optimization set to generate the manifest for. This specifies the workload, workload version, and workload characterization to optimize for (e.g., "redis-7-caching").
-
- OPTIONAL FLAGS
-
- Additional key-value pair options for generating the manifest. For example, to specify allowed machine types: --options=machineType=type1,type2
-
--output=OUTPUT; default="all" - The output to display. Default is all.
OUTPUTmust be one of:manifest,all. -
--output-path=OUTPUT_PATH - The path to save the output to. If not specified, output to the terminal.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details.
gcloud container workload profiles manifests create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

