Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 284 Bytes

01-tutorial-create-cluster.md

File metadata and controls

15 lines (10 loc) · 284 Bytes

Create a cluster

In this lab you will create a Kubernetes using the gcloud command.

Set the GCE compute zone:

gcloud config set compute/zone us-central1-c

Create a Kubernetes cluster named oscon:

gcloud container clusters create oscon --cluster-version 1.6.2