gcloud alpha dataproc clusters gke - create Dataproc GKE-based virtual clusters
gcloud alpha dataproc clusters gke COMMAND [GCLOUD_WIDE_FLAG ...]
(ALPHA) All interactions other than creation should be handled by "gcloud dataproc clusters" commands.
To create a cluster, run:
$ gcloud alpha dataproc clusters gke my-cluster \ --region='us-central1' --gke-cluster='my-gke-cluster' \ --spark-engine-version='latest' --pools='name=dp,roles=default'
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- create
(ALPHA) Create a GKE-based virtual cluster.
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. These variants are also available:
$ gcloud dataproc clusters gke
$ gcloud beta dataproc clusters gke