From 33642e70fdd6bcd41d1a1598b3c9621acc3af6ca Mon Sep 17 00:00:00 2001 From: kmerrill27 Date: Wed, 14 Feb 2018 12:48:21 -0800 Subject: [PATCH] Update reference to Google Container Engine Google Container Engine is now branded Google Kubernetes Engine, which is also the official name of the API. --- _docs/setup/kubernetes/quick-start-gke-dm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/setup/kubernetes/quick-start-gke-dm.md b/_docs/setup/kubernetes/quick-start-gke-dm.md index 7963d5f3f5d92..28282ea8a2aae 100644 --- a/_docs/setup/kubernetes/quick-start-gke-dm.md +++ b/_docs/setup/kubernetes/quick-start-gke-dm.md @@ -24,7 +24,7 @@ alpha cluster, it does not support automatic node or master upgrades and will be - This sample requires a valid Google Cloud Platform project with billing enabled. If you are not an existing GCP user, you may be able to enroll for a $300 US [Free Trial](https://cloud.google.com/free/) credit. -- Ensure that the [Google Container Engine API](https://console.cloud.google.com/apis/library/container.googleapis.com/)is enabled for your project (also found by navigating to "APIs & Services" -> "Dashboard" in the navigation bar). If you do not see "API enabled", then you may enable the API by clicking the "Enable this API" button. +- Ensure that the [Google Kubernetes Engine API](https://console.cloud.google.com/apis/library/container.googleapis.com/) is enabled for your project (also found by navigating to "APIs & Services" -> "Dashboard" in the navigation bar). If you do not see "API enabled", then you may enable the API by clicking the "Enable this API" button. - You must install and configure the [gcloud command line tool](https://cloud.google.com/sdk/docs/) and include the `kubectl` component (`gcloud components install kubectl`). If you don't want to install the `gcloud` client on your own machine, you can use `gcloud` via [Google Cloud Shell](https://cloud.google.com/shell/docs/) to perform the same tasks.