mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
37 lines
965 B
Text
37 lines
965 B
Text
NAME
|
|
gcloud beta dataproc clusters gke - create Dataproc GKE-based virtual
|
|
clusters
|
|
|
|
SYNOPSIS
|
|
gcloud beta dataproc clusters gke COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) All interactions other than creation should be handled by "gcloud
|
|
dataproc clusters" commands.
|
|
|
|
EXAMPLES
|
|
To create a cluster, run:
|
|
|
|
$ gcloud beta dataproc clusters gke my-cluster \
|
|
--region='us-central1' --gke-cluster='my-gke-cluster' \
|
|
--spark-engine-version='latest' --pools='name=dp,roles=default'
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a GKE-based virtual cluster.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud dataproc clusters gke
|
|
|
|
$ gcloud alpha dataproc clusters gke
|
|
|