Merge pull request #828 from yujuhong/fix-gce-link

Fix the link to the GCE getting-started guide
This commit is contained in:
Lantao Liu 2018-06-26 13:07:50 -07:00 committed by GitHub
commit 47b8d30bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 . ${CRI_CONTAINERD_PATH}/opt/containerd/cluster/gce/env
``` ```
## Create Kubernetes Cluster on GCE ## 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:** **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. * When using `https://get.k8s.io`, use the environment variable `KUBERNETES_RELEASE` to set version.