From e23c0e708a3d60e72753949fd8a4a3b7adad0c5e Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Mon, 25 Jun 2018 12:10:03 -0700 Subject: [PATCH] Fix link to GCE getting started guide Signed-off-by: Yu-Ju Hong --- docs/kube-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kube-up.md b/docs/kube-up.md index daac939d4..079c103bc 100644 --- a/docs/kube-up.md +++ b/docs/kube-up.md @@ -13,7 +13,7 @@ tar -C ${CRI_CONTAINERD_PATH} -xzf cri-containerd-${VERSION}.linux-amd64.tar.gz . ${CRI_CONTAINERD_PATH}/opt/containerd/cluster/gce/env ``` ## Create Kubernetes Cluster on GCE -Follow these instructions [here](https://kubernetes.io/docs/getting-started-guides/gce/) to create a production quality Kubernetes cluster on GCE. +Follow these instructions [here](https://kubernetes.io/docs/setup/turnkey/gce/) to create a production quality Kubernetes cluster on GCE. **Make sure the Kubernetes version you are using is v1.10 or greater:** * When using `https://get.k8s.io`, use the environment variable `KUBERNETES_RELEASE` to set version.