Ultimate access to all questions.
You have prepared a cluster.yaml
file for creating a GKE cluster with the following content:
resources:
- name: cluster
type: container.v1.cluster
properties:
zone: europe-west1-b
cluster:
description: “My GCP ACE cluster”
initialNodeCount: 2
What is the correct command to use Cloud Deployment Manager to create this cluster in GKE?