Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #409 from danehans/gke_ver_update
Browse files Browse the repository at this point in the history
Updates k8s version in gke docs
  • Loading branch information
k8s-ci-robot authored Nov 13, 2018
2 parents 649d134 + 508ec3e commit 8ba3808
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/environments/gke.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Google Kubernetes Engine (GKE) Deployment Guide

Federation v2 can be deployed to and manage [GKE](https://cloud.google.com/kubernetes-engine/) clusters running
Kubernetes v1.11 or greater. The following example deploys two GKE clusters named `cluster1` and `cluster2` using
Kubernetes version `1.11.2-gke.9`.
Kubernetes v1.11 or greater. The following example deploys two GKE clusters named `cluster1` and `cluster2`.

```bash
export GKE_VERSION=1.11.2-gke.15
export ZONE=$(gcloud config get-value compute/zone)
gcloud container clusters create cluster1 --zone $ZONE --cluster-version 1.11.2-gke.9
gcloud container clusters create cluster2 --zone $ZONE --cluster-version 1.11.2-gke.9
gcloud container clusters create cluster1 --zone $ZONE --cluster-version $GKE_VERSION
gcloud container clusters create cluster2 --zone $ZONE --cluster-version $GKE_VERSION
```

If you are following along with the Federation v2 [User Guide](../userguide.md), change the cluster context names:
Expand Down

0 comments on commit 8ba3808

Please sign in to comment.