From 3b905d0b511ff9aad67b10a7a194f51b371366b8 Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Mon, 27 Nov 2017 09:54:24 +0000 Subject: [PATCH] GKE docs typos --- src/quickstart/provider/gke/boot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quickstart/provider/gke/boot.md b/src/quickstart/provider/gke/boot.md index 4a068a87..6dd90f4b 100644 --- a/src/quickstart/provider/gke/boot.md +++ b/src/quickstart/provider/gke/boot.md @@ -42,7 +42,7 @@ After the cluster is created, check the node version. See [Kubernetes Versions]( ## Install and configure the Google Cloud CLI -While your container cluster is booting. You will need to install the Google Cloud CLI tools. We will use the tools to fetch cluster credentials to authenitcate to your new Kubernetes cluster. +While your container cluster is booting. You will need to install the Google Cloud CLI tools. We will use the tools to fetch cluster credentials to authenticate to your new Kubernetes cluster. Google maintains a number of [quickstart guides](https://cloud.google.com/sdk/docs/) which walk you through the installation. @@ -109,7 +109,7 @@ You'll need to run: $ gcloud container clusters get-credentials -To download the credentials necessary. The `kubectl cluster-info` command should then work as intended. +to download the credentials necessary. The `kubectl cluster-info` command should then work as intended. You are now ready to [install Deis Workflow](install-gke.md)