gcloud container workload profiles manifests create

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
--options=[KEY=VALUE,…]
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. OUTPUT must 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 help for details.